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

  /external/skia/include/svg/
SkSVGParser.h 53 bool isStrokeAndFill(SkSVGPaint** stroke, SkSVGPaint** fill);
  /external/skia/src/svg/
SkSVGParser.cpp 126 bool SkSVGParser::isStrokeAndFill( SkSVGPaint** strokeState, SkSVGPaint** fillState) {
243 if (isFlushable && isStrokeAndFill(&strokeState, &fillState)) {

Completed in 27 milliseconds