Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTypes.h184 static const int sBytesPerPixel[] = { 1, 2, 4 }; in GrMaskFormatBytesPerPixel() local
185 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, array_size_mismatch); in GrMaskFormatBytesPerPixel()
190 return sBytesPerPixel[(int) format]; in GrMaskFormatBytesPerPixel()