Searched refs:expand_bits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp111 void expand_bits(INT_TYPE* dst, function in namespace:__anon15254
156 expand_bits(bytes, bits, width, height, dstRB, srcRB);
161 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
166 expand_bits(rgba8888, bits, width, height, dstRB, srcRB);
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp129 void expand_bits(INT_TYPE* dst, function in namespace:__anon30689
174 expand_bits(bytes, bits, width, height, dstRB, srcRB);
179 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
184 expand_bits(rgba8888, bits, width, height, dstRB, srcRB);

Completed in 100 milliseconds