Searched refs:isStrokeAndFill (Results 1 – 2 of 2) sorted by relevance
52 bool isStrokeAndFill(SkSVGPaint** stroke, SkSVGPaint** fill);
126 bool SkSVGParser::isStrokeAndFill( SkSVGPaint** strokeState, SkSVGPaint** fillState) { in isStrokeAndFill() function in SkSVGParser243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) { in translate()