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

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

Completed in 66 milliseconds