Searched refs:convert_8_to_1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp252 static inline int convert_8_to_1(unsigned byte) { function
262 bits |= convert_8_to_1(alpha[i]);
289 bits |= convert_8_to_1(*src++) << shift;
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp252 static inline int convert_8_to_1(unsigned byte) { function
262 bits |= convert_8_to_1(alpha[i]);
289 bits |= convert_8_to_1(*src++) << shift;
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp353 static inline int convert_8_to_1(unsigned byte) { function
362 bits |= convert_8_to_1(alpha[i]);
390 bits |= convert_8_to_1(*src++) << shift;
/external/skia/src/core/
H A DSkScalerContext.cpp527 static inline int convert_8_to_1(unsigned byte) { function
536 bits |= convert_8_to_1(alpha[i]);
564 bits |= convert_8_to_1(*src++) << shift;

Completed in 376 milliseconds