Searched refs:base_width (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/board/gdsys/common/ |
D | osd.c | 63 unsigned int base_width; variable 292 res = osd_write_videomem(screen, y * base_width + x, buf, len); in osd_print() 313 base_width = ((features & 0x3f00) >> 8) + 1; in osd_probe() 315 bufsize = base_width * base_height; in osd_probe() 323 (screen > 3) ? 1 : 0, version/100, version%100, base_width, in osd_probe() 327 screen, version/100, version%100, base_width, base_height); in osd_probe() 410 u16 buffer[base_width]; in osd_write() 433 if (wp - buffer > base_width) in osd_write() 439 y * base_width + x + k * (wp - buffer); in osd_write()
|
/external/webrtc/webrtc/tools/barcode_tools/ |
D | barcode_encoder.py | 204 def overlay_yuv_files(barcode_width, barcode_height, base_width, base_height, argument 223 base_component_sizes = [(base_width, base_height), 224 (base_width/2, base_height/2), 225 (base_width/2, base_height/2)]
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 8386 size_hints->base_width=size_hints->width_inc; in XMakeWindow()
|