Home | History | Annotate | Download | only in images

Lines Matching refs:pos_le

167 static bool pos_le(int value, int max) {
512 if (pos_le(sig_bit->red, SK_R16_BITS) &&
513 pos_le(sig_bit->green, SK_G16_BITS) &&
514 pos_le(sig_bit->blue, SK_B16_BITS)) {