Searched refs:color_b (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | test-picture.c | 389 SANE_Byte color = 0, color_r = 0, color_g = 0, color_b = 0; in init_picture_buffer() local 402 color_b = (color & 1) * 0xff; in init_picture_buffer() 410 b[line_count * bpl + x + x2 + 2] = color_b; in init_picture_buffer() 456 SANE_Byte color = 0, color_r = 0, color_g = 0, color_b = 0; in init_picture_buffer() local 469 color_b = (color & 1) * 0xff; in init_picture_buffer() 480 b[line_count * bpl + x + x2] = color_b; in init_picture_buffer() 531 SANE_Byte color = 0, color_r = 0, color_g = 0, color_b = 0; in init_picture_buffer() local 549 color_b = 0; in init_picture_buffer() 555 color_b = 0; in init_picture_buffer() 561 color_b in init_picture_buffer() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_overlay_widgets.py | 103 widget->{subwidget}color[2] = {color_b}f; 296 color_b=color[2],
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 598 vfloat color_b = int_to_float(colori_b); in compute_symbolic_block_difference_1plane_1partition() local 608 vfloat color_error_b = min(abs(color_orig_b - color_b), vfloat(1e15f)); in compute_symbolic_block_difference_1plane_1partition()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | histogram_enc.c | 394 const uint32_t color_b = (a->trivial_symbol_ >> 0) & 0xff; in GetCombinedHistogramEntropy() local 397 (color_b == 0 || color_b == 0xff)) { in GetCombinedHistogramEntropy()
|
Completed in 5 milliseconds