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

/external/chromium_org/third_party/skia/src/core/
H A DSkMask.cpp49 static const int gMaskFormatToShift[] = { variable
59 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift));
61 return gMaskFormatToShift[format];
/external/skia/src/core/
H A DSkMask.cpp49 static const int gMaskFormatToShift[] = { variable
59 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift));
61 return gMaskFormatToShift[format];

Completed in 279 milliseconds