Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkMask.cpp93 static const int gMaskFormatToShift[] = { variable
103 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); in maskFormatToShift()
105 return gMaskFormatToShift[format]; in maskFormatToShift()

Completed in 1 milliseconds