Home
last modified time | relevance | path

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

/external/skia/src/svg/
DSkSVGParser.cpp234 bool isFlushable = element->isFlushable(); in translate() local
238 isFlushable = false; in translate()
241 if (isFlushable) in translate()
243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) { in translate()
252 element->fPaintState.flush(*this, isFlushable, isDef); in translate()
256 if (element->fPaintState.flush(*this, isFlushable, isDef)) { in translate()
263 element->fPaintState.flush(*this, isFlushable, isDef); in translate()
264 if (isFlushable || element->isGroup()) in translate()
DSkSVGGroup.h20 virtual bool isFlushable();
DSkSVGSVG.h17 virtual bool isFlushable();
DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
DSkSVGElements.h54 virtual bool isFlushable();
DSkSVGSVG.cpp32 bool SkSVGSVG::isFlushable() { in DEFINE_SVG_INFO()
DSkSVGPaintState.cpp101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) { in flush() argument
118 if (isFlushable == false) { in flush()
/external/chromium_org/third_party/skia/src/svg/
DSkSVGParser.cpp234 bool isFlushable = element->isFlushable(); in translate() local
238 isFlushable = false; in translate()
241 if (isFlushable) in translate()
243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) { in translate()
252 element->fPaintState.flush(*this, isFlushable, isDef); in translate()
256 if (element->fPaintState.flush(*this, isFlushable, isDef)) { in translate()
263 element->fPaintState.flush(*this, isFlushable, isDef); in translate()
264 if (isFlushable || element->isGroup()) in translate()
DSkSVGGroup.h20 virtual bool isFlushable();
DSkSVGSVG.h17 virtual bool isFlushable();
DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
DSkSVGElements.h54 virtual bool isFlushable();
DSkSVGSVG.cpp32 bool SkSVGSVG::isFlushable() { in DEFINE_SVG_INFO()
DSkSVGPaintState.cpp101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) { in flush() argument
118 if (isFlushable == false) { in flush()
/external/chromium_org/third_party/skia/include/svg/
DSkSVGPaintState.h47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);
/external/skia/include/svg/
DSkSVGPaintState.h47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);