Home
last modified time | relevance | path

Searched refs:isFlushable (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/svg/
DSkSVGParser.cpp236 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()
DSkSVGGroup.h28 virtual bool isFlushable();
DSkSVGSVG.h25 virtual bool isFlushable();
DSkSVGGroup.cpp38 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
DSkSVGElements.cpp56 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
DSkSVGElements.h62 virtual bool isFlushable();
DSkSVGSVG.cpp38 bool SkSVGSVG::isFlushable() { in DEFINE_SVG_INFO()
DSkSVGPaintState.cpp109 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) { in flush() argument
126 if (isFlushable == false) { in flush()
/external/skia/include/svg/
DSkSVGPaintState.h54 bool flush(SkSVGParser& , bool isFlushable, bool isDef);