Searched defs:sBytesPerPixel (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/
H A DGrTypes.h251 static const int sBytesPerPixel[] = { 1, 2, 4, 4 }; local
252 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, array_size_mismatch);
254 return sBytesPerPixel[(int) format];
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypes.h251 static const int sBytesPerPixel[] = { 1, 2, 4, 4 }; local
252 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, array_size_mismatch);
254 return sBytesPerPixel[(int) format];

Completed in 102 milliseconds