Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMask.cpp63 static const int gMaskFormatToShift[] = { variable
72 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); in maskFormatToShift()
74 return gMaskFormatToShift[format]; in maskFormatToShift()