Searched refs:GrMaskFormatBytesPerPixel (Results 1 – 3 of 3) sorted by relevance
128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in getPackedGlyphImage()160 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in getPackedGlyphImage()
215 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas()
182 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function