Searched refs:isFlushable (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/svg/ |
D | SkSVGParser.cpp | 236 bool isFlushable = element->isFlushable(); in translate() local 240 isFlushable = false; in translate() 243 if (isFlushable) in translate() 245 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) { in translate() 254 element->fPaintState.flush(*this, isFlushable, isDef); in translate() 258 if (element->fPaintState.flush(*this, isFlushable, isDef)) { in translate() 265 element->fPaintState.flush(*this, isFlushable, isDef); in translate() 266 if (isFlushable || element->isGroup()) in translate()
|
D | SkSVGGroup.h | 28 virtual bool isFlushable();
|
D | SkSVGSVG.h | 25 virtual bool isFlushable();
|
D | SkSVGGroup.cpp | 38 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
|
D | SkSVGElements.cpp | 56 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
|
D | SkSVGElements.h | 62 virtual bool isFlushable();
|
D | SkSVGSVG.cpp | 38 bool SkSVGSVG::isFlushable() { in DEFINE_SVG_INFO()
|
D | SkSVGPaintState.cpp | 109 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) { in flush() argument 126 if (isFlushable == false) { in flush()
|
/external/skia/include/svg/ |
D | SkSVGPaintState.h | 54 bool flush(SkSVGParser& , bool isFlushable, bool isDef);
|