Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrFontScaler.cpp128 const int bpp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in getPackedGlyphImage()
160 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); in getPackedGlyphImage()
DGrBatchFontCache.cpp215 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas()
/external/skia/include/gpu/
DGrTypes.h182 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function