Home
last modified time | relevance | path

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

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