3 * Copyright 2006 The Android Open Source Project
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
10 #ifndef SkDrawPoint_DEFINED
11 #define SkDrawPoint_DEFINED
13 #include "SkBoundable.h"
14 #include "SkMemberInfo.h"
18 DECLARE_NO_VIRTUALS_MEMBER_INFO(_Point);
24 class SkDrawPoint : public SkDisplayable {
25 DECLARE_MEMBER_INFO(DrawPoint);
27 void getBounds(SkRect* ) override;
30 typedef SkDisplayable INHERITED;
33 #endif // SkDrawPoint_DEFINED