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

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGGroup.h20 virtual bool isFlushable();
H A DSkSVGSVG.h17 virtual bool isFlushable();
H A DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { function in class:SkSVGGroup
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())
H A DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { function in class:SkSVGElement
H A DSkSVGElements.h54 virtual bool isFlushable();
H A DSkSVGSVG.cpp32 bool SkSVGSVG::isFlushable() { function in class:SkSVGSVG
H A DSkSVGPaintState.cpp101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
118 if (isFlushable == false) {
/external/skia/src/svg/
H A DSkSVGGroup.h20 virtual bool isFlushable();
H A DSkSVGSVG.h17 virtual bool isFlushable();
H A DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { function in class:SkSVGGroup
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())
H A DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { function in class:SkSVGElement
H A DSkSVGElements.h54 virtual bool isFlushable();
H A DSkSVGSVG.cpp32 bool SkSVGSVG::isFlushable() { function in class:SkSVGSVG
H A DSkSVGPaintState.cpp101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
118 if (isFlushable == false) {
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGPaintState.h47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);
/external/skia/include/svg/
H A DSkSVGPaintState.h47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);

Completed in 230 milliseconds