Searched refs:argbBpp (Results 1 – 2 of 2) sorted by relevance
99 const int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image() local108 memcpy(dst, &colorRGBA, argbBpp); in get_packed_glyph_image()110 dst = (char*)dst + argbBpp; in get_packed_glyph_image()
110 constexpr int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image() local119 memcpy(dst, &colorRGBA, argbBpp); in get_packed_glyph_image()121 dst = (char*)dst + argbBpp; in get_packed_glyph_image()