Searched refs:blue_offset (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/ |
H A D | umax_pp.h | 116 SANE_Int blue_offset; member 169 SANE_Int blue_offset; member
|
H A D | umax_pp.c | 123 static SANE_Word blue_offset = 0; variable 813 dev->val[OPT_BLUE_OFFSET].w = dev->blue_offset; in init_options() 917 values[CFG_BLUE_OFFSET] = &blue_offset; in sane_init() 1020 blue_offset = 0; in sane_exit() 1214 dev->blue_offset = blue_offset; in sane_open() 1861 dev->blue_offset = 0; in sane_get_parameters() 1867 dev->blue_offset = (int) (dev->val[OPT_BLUE_OFFSET].w); in sane_get_parameters() 1874 dev->blue_offset = 6; in sane_get_parameters() 2067 dev->blue_offset); in sane_start() [all...] |
H A D | rts8891_low.h | 190 SANE_Int blue_offset; member
|
H A D | hp4200.c | 108 int blue_offset; member 1054 int blue_offset = 0; in do_coarse_calibration() local 1112 setreg (s, 0x3a, blue_offset); in do_coarse_calibration() 1231 &blue_offset, &max_blue_gain, in do_coarse_calibration() 1255 &blue_gain, &blue_offset, in do_coarse_calibration() 1268 setreg (s, 0x3a, OFFSET_CODE_SIGN (blue_offset)); in do_coarse_calibration() 1273 blue_offset); in do_coarse_calibration() 1290 coarse->blue_offset = blue_offset; in do_coarse_calibration()
|
H A D | lexmark.h | 180 SANE_Int blue_offset; member
|
H A D | fujitsu.h | 497 int blue_offset; member
|
H A D | lexmark_low.c | 5214 dev->read_buffer->blue_offset = 2; in read_buffer_init() 5293 *(rb->writeptr + rb->blue_offset) = *byte_pointer; in read_buffer_add_byte() 5294 if (rb->blue_offset == rb->max_blue_offset) in read_buffer_add_byte() 5299 rb->blue_offset = 2; in read_buffer_add_byte() 5307 rb->blue_offset = rb->blue_offset + (3 * sizeof (SANE_Byte)); in read_buffer_add_byte()
|
H A D | rts8891.c | 1317 dev->blue_offset); in sane_start() 4849 dev->blue_offset = bbo; in dark_calibration() 4887 dev->blue_offset); in gain_calibration() 5438 dev->blue_offset = bbo; in offset_calibration() 6114 sanei_rts88xx_set_offset (regs, dev->red_offset, dev->green_offset, dev->blue_offset); in setup_shading_calibration() 6574 sanei_rts88xx_set_offset (regs, dev->red_offset, dev->green_offset, dev->blue_offset); in setup_scan_registers()
|
H A D | fujitsu.c | 5117 *val_p = s->blue_offset; in sane_control_option() 5781 s->blue_offset = val_c; in sane_control_option() 8824 boff = (s->color_raster_offset+s->blue_offset) * s->resolution_y/300; in copy_3091()
|
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_common.c | 33 int red_offset, green_offset, blue_offset, alpha_offset; member 38 // bpp, red_offset, green_offset, blue_offset, alpha_offset, pixfmt 57 entry->blue_offset == varinfo->blue.offset) in ff_get_pixfmt_from_fb_varinfo()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 629 FT_Pos *blue_offset ) in af_glyph_hints_get_segment_offset() 655 *blue_offset = seg->edge->blue_edge->org; in af_glyph_hints_get_segment_offset() 657 *blue_offset = 0; in af_glyph_hints_get_segment_offset()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc.h | 361 uint32_t blue_offset; member
|
Completed in 34 milliseconds