Searched refs:rc_r (Results 1 – 4 of 4) sorted by relevance
45 .FOR_FIELD(rgb_color, rc_r),101 &rgb_out.rc_r, &rgb_out.rc_g, &rgb_out.rc_b) == 3) { in from_str()102 rgb_out.rc_r |= rgb_out.rc_r << 4; in from_str()110 &rgb_out.rc_r, &rgb_out.rc_g, &rgb_out.rc_b) == 3) { in from_str()133 if (rc_r < rhs.rc_r) in operator <()135 if (rhs.rc_r < rc_r) in operator <()161 return rc_r == rhs.rc_r && in operator ==()
47 : rc_r(r), rc_g(g), rc_b(b) in rgb_color()53 return this->rc_r == -1 && in empty()70 short rc_r; member
1025 double r = rgb.rc_r / 255.0, in lab_color()
100 CHECK(color.rc_r == 135);