Searched refs:GrMaskFormatBytesPerPixel (Results 1 – 2 of 2) sorted by relevance
277 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image()309 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in get_packed_glyph_image()442 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas()
255 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function