HomeSort by relevance Sort by last modified time
    Searched refs:BLACK_LUMINANCE_LIMIT (Results 1 - 3 of 3) sorted by null

  /external/skia/src/ports/
SkFontHost_win.cpp 865 #define BLACK_LUMINANCE_LIMIT 0x40
875 bool isBlack = fRec.getLuminanceByte() <= BLACK_LUMINANCE_LIMIT;
    [all...]
SkFontHost_FreeType.cpp 617 #define BLACK_LUMINANCE_LIMIT 0x40
669 if (lum <= BLACK_LUMINANCE_LIMIT) {
    [all...]
SkFontHost_mac_coretext.cpp     [all...]

Completed in 40 milliseconds