Searched defs:SkDrawLooper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDrawLooper.h23 /** \class SkDrawLooper
24 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
31 class SK_API SkDrawLooper : public SkFlattenable { class in inherits:SkFlattenable
33 SK_DECLARE_INST_COUNT(SkDrawLooper)
38 * Subclasses of SkDrawLooper should create a subclass of this object to
47 * Called in a loop on objects returned by SkDrawLooper::createContext().
75 * corresponding SkDrawLooper subclass).
113 SK_DEFINE_FLATTENABLE_TYPE(SkDrawLooper)
116 SkDrawLooper() {} function in class:SkDrawLooper
118 SkDrawLooper(SkReadBuffe function in class:SkDrawLooper
[all...]
/external/skia/include/core/
H A DSkDrawLooper.h23 /** \class SkDrawLooper
24 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
31 class SK_API SkDrawLooper : public SkFlattenable { class in inherits:SkFlattenable
33 SK_DECLARE_INST_COUNT(SkDrawLooper)
38 * Subclasses of SkDrawLooper should create a subclass of this object to
47 * Called in a loop on objects returned by SkDrawLooper::createContext().
75 * corresponding SkDrawLooper subclass).
113 SK_DEFINE_FLATTENABLE_TYPE(SkDrawLooper)
116 SkDrawLooper() {} function in class:SkDrawLooper
117 SkDrawLooper(SkReadBuffe function in class:SkDrawLooper
[all...]

Completed in 925 milliseconds