Searched defs:onNeedsCTM (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ | ||
D | SkPathEffectBase.h | 104 virtual bool onNeedsCTM() const { return false; } in onNeedsCTM() function |
/external/skia/gm/ | ||
D | patheffects.cpp | 190 bool onNeedsCTM() const final { return true; } in onNeedsCTM() function in __anon2841ef3f0111::StrokeLineInflated |