Searched refs:nonInvertedFill (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp73 SkPath::FillType nonInvertedFill = SkPath::ConvertToNonInverseFillType(path.getFillType()); local
74 target->stencilPath(p, stroke, nonInvertedFill);
84 if (nonInvertedFill == path.getFillType()) {
/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp73 SkPath::FillType nonInvertedFill = SkPath::ConvertToNonInverseFillType(path.getFillType()); local
74 target->stencilPath(p, stroke, nonInvertedFill);
84 if (nonInvertedFill == path.getFillType()) {

Completed in 97 milliseconds