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

  /external/skia/src/svg/
SkSVGGroup.h 20 virtual bool isFlushable();
SkSVGSVG.h 17 virtual bool isFlushable();
SkSVGGroup.cpp 30 bool SkSVGGroup::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())
SkSVGElements.cpp 48 bool SkSVGElement::isFlushable() {
SkSVGElements.h 54 virtual bool isFlushable();
SkSVGSVG.cpp 32 bool SkSVGSVG::isFlushable() {
SkSVGPaintState.cpp 101 bool SkSVGPaint::flush(SkSVGParser& parser, bool isFlushable, bool isDef) {
118 if (isFlushable == false) {
  /external/skia/include/svg/
SkSVGPaintState.h 47 bool flush(SkSVGParser& , bool isFlushable, bool isDef);

Completed in 213 milliseconds