Home
last modified time | relevance | path

Searched defs:isFlushable (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/svg/parser/
DSkSVGGroup.cpp30 bool SkSVGGroup::isFlushable() { in isFlushable() function in SkSVGGroup
DSkSVGElements.cpp48 bool SkSVGElement::isFlushable() { in isFlushable() function in SkSVGElement
DSkSVGPaintState.cpp101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) { in flush()
DSkSVGParser.cpp234 bool isFlushable = element->isFlushable(); in translate() local