Searched refs:GrMaskFormatBytesPerPixel (Results 1 – 2 of 2) sorted by relevance
72 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()
92 inline constexpr int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function