Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp72 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat);
109 constexpr int a565Bpp = GrMaskFormatBytesPerPixel(kA565_GrMaskFormat);
110 constexpr int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat);
128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat);
154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat);
/third_party/skia/include/private/
H A DGrTypesPriv.h92 inline constexpr int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function in GrPrimitiveRestart::GrTexturable::GrDDLProvider

Completed in 2 milliseconds