Home | History | Annotate | Download | only in ports

Lines Matching refs:getLuminanceByte

874     bool isWhite = fRec.getLuminanceByte() >= WHITE_LUMINANCE_LIMIT;
875 bool isBlack = fRec.getLuminanceByte() <= BLACK_LUMINANCE_LIMIT;
1321 unsigned lum = rec->getLuminanceByte();