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

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

Completed in 61 milliseconds