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

/external/skia/src/svg/
H A DSkSVGGroup.h28 virtual bool isFlushable();
H A DSkSVGSVG.h25 virtual bool isFlushable();
H A DSkSVGGroup.cpp38 bool SkSVGGroup::isFlushable() { function in class:SkSVGGroup
H A DSkSVGParser.cpp236 bool isFlushable = element->isFlushable(); local
240 isFlushable = false;
243 if (isFlushable)
245 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) {
254 element->fPaintState.flush(*this, isFlushable, isDef);
258 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
265 element->fPaintState.flush(*this, isFlushable, isDef);
266 if (isFlushable || element->isGroup())
H A DSkSVGElements.cpp56 bool SkSVGElement::isFlushable() { function in class:SkSVGElement
H A DSkSVGElements.h62 virtual bool isFlushable();
H A DSkSVGSVG.cpp38 bool SkSVGSVG::isFlushable() { function in class:SkSVGSVG
H A DSkSVGPaintState.cpp109 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
126 if (isFlushable == false) {
/external/skia/include/svg/
H A DSkSVGPaintState.h54 bool flush(SkSVGParser& , bool isFlushable, bool isDef);

Completed in 40 milliseconds