Home
last modified time | relevance | path

Searched refs:BLACK_LUMINANCE_LIMIT (Results 1 – 4 of 4) sorted by relevance

/external/skia/legacy/src/ports/
DSkFontHost_win.cpp865 #define BLACK_LUMINANCE_LIMIT 0x40 macro
875 bool isBlack = fRec.getLuminanceByte() <= BLACK_LUMINANCE_LIMIT; in generateImage()
1322 if (lum <= BLACK_LUMINANCE_LIMIT) { in FilterRec()
DSkFontHost_FreeType.cpp628 #define BLACK_LUMINANCE_LIMIT 0x40 macro
680 if (lum <= BLACK_LUMINANCE_LIMIT) { in FilterRec()
1377 bool isBlack = lum <= BLACK_LUMINANCE_LIMIT; in generateImage()
DSkFontHost_mac_coretext.cpp1212 #define BLACK_LUMINANCE_LIMIT 0x40 macro
1233 bool isBlack = fRec.getLuminanceByte() <= BLACK_LUMINANCE_LIMIT; in generateImage()
1903 if (lum <= BLACK_LUMINANCE_LIMIT) { in FilterRec()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp642 #define BLACK_LUMINANCE_LIMIT 0x40 macro