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

  /external/skia/src/svg/
SkSVGGroup.h 28 virtual bool isFlushable();
SkSVGSVG.h 25 virtual bool isFlushable();
SkSVGGroup.cpp 38 bool SkSVGGroup::isFlushable() {
SkSVGParser.cpp 240 bool isFlushable = element->isFlushable();
244 isFlushable = false;
247 if (isFlushable)
249 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) {
258 element->fPaintState.flush(*this, isFlushable, isDef);
262 if (element->fPaintState.flush(*this, isFlushable, isDef)) {
269 element->fPaintState.flush(*this, isFlushable, isDef);
270 if (isFlushable || element->isGroup())
SkSVGElements.cpp 56 bool SkSVGElement::isFlushable() {
SkSVGElements.h 62 virtual bool isFlushable();
SkSVGSVG.cpp 40 bool SkSVGSVG::isFlushable() {
SkSVGPaintState.cpp 109 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
126 if (isFlushable == false) {

Completed in 91 milliseconds