Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMask.cpp90 static const int gMaskFormatToShift[] = { variable
100 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); in maskFormatToShift()
102 return gMaskFormatToShift[format]; in maskFormatToShift()
/external/skqp/src/core/
DSkMask.cpp90 static const int gMaskFormatToShift[] = { variable
100 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); in maskFormatToShift()
102 return gMaskFormatToShift[format]; in maskFormatToShift()