Home
last modified time | relevance | path

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

/external/skia/src/pipe/
DSkGPipeRead.cpp34 static const uint8_t gEffectTypesInPaintFlatsOrder[] = { in paintflat_to_flattype() local
45 SkASSERT((size_t)pf < SK_ARRAY_COUNT(gEffectTypesInPaintFlatsOrder)); in paintflat_to_flattype()
46 return (SkFlattenable::Type)gEffectTypesInPaintFlatsOrder[pf]; in paintflat_to_flattype()