Searched defs:isFlushable (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { function in class:SkSVGGroup
H A DSkSVGSVG.cpp32 bool SkSVGSVG::isFlushable() { function in class:SkSVGSVG
H A DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { function in class:SkSVGElement
H A DSkSVGParser.cpp234 bool isFlushable = element->isFlushable(); local
238 isFlushable = false;
241 if (isFlushable)
243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) {
252 element->fPaintState.flush(*this, isFlushable, isDef);
256 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
263 element->fPaintState.flush(*this, isFlushable, isDef);
264 if (isFlushable || element->isGroup())
/external/skia/src/svg/
H A DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { function in class:SkSVGGroup
H A DSkSVGSVG.cpp32 bool SkSVGSVG::isFlushable() { function in class:SkSVGSVG
H A DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { function in class:SkSVGElement
H A DSkSVGParser.cpp234 bool isFlushable = element->isFlushable(); local
238 isFlushable = false;
241 if (isFlushable)
243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) {
252 element->fPaintState.flush(*this, isFlushable, isDef);
256 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
263 element->fPaintState.flush(*this, isFlushable, isDef);
264 if (isFlushable || element->isGroup())

Completed in 195 milliseconds