Searched refs:gPathVerbToMaxEdges (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_path.cpp258 static const uint8_t gPathVerbToMaxEdges[] = { local
267 SkASSERT((unsigned)verb < SK_ARRAY_COUNT(gPathVerbToMaxEdges));
268 return gPathVerbToMaxEdges[verb];
/external/skia/src/core/
H A DSkRegion_path.cpp258 static const uint8_t gPathVerbToMaxEdges[] = { local
267 SkASSERT((unsigned)verb < SK_ARRAY_COUNT(gPathVerbToMaxEdges));
268 return gPathVerbToMaxEdges[verb];

Completed in 1047 milliseconds