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

  /external/skia/legacy/include/core/
SkScalerContext.h 263 U8CPU getLuminanceByte() const {
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 874 bool isWhite = fRec.getLuminanceByte() >= WHITE_LUMINANCE_LIMIT;
875 bool isBlack = fRec.getLuminanceByte() <= BLACK_LUMINANCE_LIMIT;
    [all...]
SkFontHost_mac_coretext.cpp     [all...]
SkFontHost_FreeType.cpp 678 unsigned lum = rec->getLuminanceByte();
    [all...]

Completed in 53 milliseconds