Home
last modified time | relevance | path

Searched refs:isStrokeAndFill (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/svg/parser/
DSkSVGParser.h53 bool isStrokeAndFill(SkSVGPaint** stroke, SkSVGPaint** fill);
/external/skia/src/svg/parser/
DSkSVGParser.cpp126 bool SkSVGParser::isStrokeAndFill( SkSVGPaint** strokeState, SkSVGPaint** fillState) { in isStrokeAndFill() function in SkSVGParser
243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) { in translate()