OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStrokeAndFill
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/svg/parser/
SkSVGParser.h
52
bool
isStrokeAndFill
(SkSVGPaint** stroke, SkSVGPaint** fill);
/external/skia/src/svg/parser/
SkSVGParser.cpp
126
bool SkSVGParser::
isStrokeAndFill
( SkSVGPaint** strokeState, SkSVGPaint** fillState) {
243
if (isFlushable &&
isStrokeAndFill
(&strokeState, &fillState)) {
Completed in 218 milliseconds