Searched refs:expand_bits (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrGlyphCache.cpp | 104 static void expand_bits(INT_TYPE* dst, in expand_bits() function 157 expand_bits(bytes, bits, width, height, dstRB, srcRB); in get_packed_glyph_image() 162 expand_bits(rgb565, bits, width, height, dstRB, srcRB); in get_packed_glyph_image()
|
/external/skqp/src/gpu/text/ |
D | GrAtlasGlyphCache.cpp | 257 static void expand_bits(INT_TYPE* dst, in expand_bits() function 310 expand_bits(bytes, bits, width, height, dstRB, srcRB); in get_packed_glyph_image() 315 expand_bits(rgb565, bits, width, height, dstRB, srcRB); in get_packed_glyph_image()
|