Searched refs:GrMaskFormatBytesPerPixel (Results 1 – 4 of 4) sorted by relevance
20 GrMaskFormatBytesPerPixel(kA565_GrMaskFormat) * 8)) { }98 const int a565Bpp = GrMaskFormatBytesPerPixel(kA565_GrMaskFormat); in get_packed_glyph_image()99 const int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image()120 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image()152 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image()207 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas()
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()
126 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function
99 inline constexpr int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function