Lines Matching full:key_b
2527 info->key_r = info->key_g = info->key_b = 0;
2563 if(a->key_b != b->key_b) return 0;
3135 if(mode->key_defined && *r == mode->key_r && *g == mode->key_g && *b == mode->key_b) *a = 0;
3145 && 256U * in[i * 6 + 4] + in[i * 6 + 5] == mode->key_b) *a = 0;
3260 && buffer[1]== mode->key_g && buffer[2] == mode->key_b ? 0 : 255;
3273 && 256U * in[i * 6 + 4] + in[i * 6 + 5] == mode->key_b ? 0 : 255;
3368 && 256U * in[i * 6 + 4] + in[i * 6 + 5] == mode->key_b) *a = 0;
3474 unsigned short key_b;
3532 std::cout << "key_b: " << (int)p->key_b << std::endl;
3593 if(a == 0 && numpixels > 16 && !(profile->key && (r != profile->key_r || g != profile->key_g || b != profile->key_b)))
3600 profile->key_b = b;
3613 && r == profile->key_r && g == profile->key_g && b == profile->key_b)
3673 if(a == 0 && !(profile->key && (r != profile->key_r || g != profile->key_g || b != profile->key_b)))
3680 profile->key_b = b;
3693 && r == profile->key_r && g == profile->key_g && b == profile->key_b)
3740 profile->key_b *= 257;
3752 mode_out->key_b = b & mask;
3786 if(profile.key) setColorKeyFrom16bit(mode_out, profile.key_r, profile.key_g, profile.key_b, mode_out->bitdepth);
3803 if(profile.key) setColorKeyFrom16bit(mode_out, profile.key_r, profile.key_g, profile.key_b, mode_out->bitdepth);
3849 if(profile.key) setColorKeyFrom16bit(mode_out, profile.key_r, profile.key_g, profile.key_b, mode_out->bitdepth);
4294 color->key_r = color->key_g = color->key_b = 256 * data[0] + data[1];
4304 color->key_b = 256 * data[4] + data[5];
4974 ucvector_push_back(&tRNS, (unsigned char)(info->key_b / 256));
4975 ucvector_push_back(&tRNS, (unsigned char)(info->key_b % 256));