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

/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).
112 SK_DEFINE_FLATTENABLE_TYPE(SkDrawLooper)
115 SkDrawLooper() {} function in class:SkDrawLooper

Completed in 99 milliseconds