Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBezierEffect.h97 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled()
177 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled()
252 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled()
/external/skia/include/gpu/
DGrTypesPriv.h338 static inline bool GrProcessorEdgeTypeIsFill(const GrPrimitiveEdgeType edgeType) { in GrProcessorEdgeTypeIsFill() function