Searched refs:isFlushable (Results 1 – 18 of 18) sorted by relevance
/external/skia/src/svg/ |
D | SkSVGParser.cpp | 234 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()
|
D | SkSVGGroup.h | 20 virtual bool isFlushable();
|
D | SkSVGSVG.h | 17 virtual bool isFlushable();
|
D | SkSVGGroup.cpp | 30 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
|
D | SkSVGElements.cpp | 48 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
|
D | SkSVGElements.h | 54 virtual bool isFlushable();
|
D | SkSVGSVG.cpp | 32 bool SkSVGSVG::isFlushable() { in DEFINE_SVG_INFO()
|
D | SkSVGPaintState.cpp | 101 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/ |
D | SkSVGParser.cpp | 234 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()
|
D | SkSVGGroup.h | 20 virtual bool isFlushable();
|
D | SkSVGSVG.h | 17 virtual bool isFlushable();
|
D | SkSVGGroup.cpp | 30 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
|
D | SkSVGElements.cpp | 48 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
|
D | SkSVGElements.h | 54 virtual bool isFlushable();
|
D | SkSVGSVG.cpp | 32 bool SkSVGSVG::isFlushable() { in DEFINE_SVG_INFO()
|
D | SkSVGPaintState.cpp | 101 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/ |
D | SkSVGPaintState.h | 47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);
|
/external/skia/include/svg/ |
D | SkSVGPaintState.h | 47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);
|