Searched defs:GrEffectEdgeType (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrTypesPriv.h176 * GrEffectEdgeType will succeed with all values and it is up to the caller to check for
179 enum GrEffectEdgeType { enum
191 static inline bool GrEffectEdgeTypeIsFill(const GrEffectEdgeType edgeType) {
195 static inline bool GrEffectEdgeTypeIsInverseFill(const GrEffectEdgeType edgeType) {
200 static inline bool GrEffectEdgeTypeIsAA(const GrEffectEdgeType edgeType) {
204 static inline GrEffectEdgeType GrInvertEffectEdgeType(const GrEffectEdgeType edgeType) {

Completed in 88 milliseconds