HomeSort by relevance Sort by last modified time
    Searched defs:isFlushable (Results 1 - 4 of 4) sorted by null

  /external/skia/src/svg/
SkSVGGroup.cpp 30 bool SkSVGGroup::isFlushable() {
SkSVGSVG.cpp 32 bool SkSVGSVG::isFlushable() {
SkSVGElements.cpp 48 bool SkSVGElement::isFlushable() {
SkSVGParser.cpp 234 bool isFlushable = element->isFlushable();
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 63 milliseconds