Home | History | Annotate | Download | only in ports

Lines Matching refs:getLuminanceByte

1232     bool isWhite = fRec.getLuminanceByte() >= WHITE_LUMINANCE_LIMIT;
1233 bool isBlack = fRec.getLuminanceByte() <= BLACK_LUMINANCE_LIMIT;
1902 unsigned lum = rec->getLuminanceByte();