Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp277 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()
/external/skia/include/gpu/
DGrTypes.h255 static inline int GrMaskFormatBytesPerPixel(GrMaskFormat format) { in GrMaskFormatBytesPerPixel() function