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

  /external/skia/include/core/
SkScalerContext.h 255 U8CPU getLuminanceByte() const {
  /external/skia/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 667 unsigned lum = rec->getLuminanceByte();
    [all...]

Completed in 913 milliseconds