Searched refs:y_pos (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/ |
D | ntp_background_util.cc | 21 int y_pos = 0; in PaintThemeBackground() local 26 y_pos += area.height() + tab_contents_height - ntp_background->height(); in PaintThemeBackground() 46 } else if (y_pos > 0) { in PaintThemeBackground() 47 y_pos = y_pos % ntp_background->height() - ntp_background->height(); in PaintThemeBackground() 51 y_pos += area.y(); in PaintThemeBackground() 53 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height); in PaintThemeBackground()
|
/external/freetype/src/sfnt/ |
D | ttsbit0.c | 360 FT_Int y_pos ); 366 FT_Int y_pos ); 374 FT_Int y_pos ) in tt_sbit_decoder_load_byte_aligned() argument 400 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_byte_aligned() 413 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned() 512 FT_Int y_pos ) in tt_sbit_decoder_load_bit_aligned() argument 539 y_pos < 0 || y_pos + height > bit_height ) in tt_sbit_decoder_load_bit_aligned() 554 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_bit_aligned() 635 FT_Int y_pos ) in tt_sbit_decoder_load_compound() argument 671 x_pos + dx, y_pos + dy ); in tt_sbit_decoder_load_compound() [all …]
|
/external/webp/src/dec/ |
D | vp8l.c | 454 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() argument 460 uint8_t* const y = buf->y + y_pos * buf->y_stride; in ConvertToYUVA() 469 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride; in ConvertToYUVA() 470 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride; in ConvertToYUVA() 481 if (!(y_pos & 1)) { // even lines: store values in ConvertToYUVA() 497 if (!(y_pos & 1)) { // even lines in ConvertToYUVA() 511 uint8_t* const a = buf->a + y_pos * buf->a_stride; in ConvertToYUVA() 516 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() argument 523 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA() 524 ++y_pos; in ExportYUVA() [all …]
|
D | io.c | 359 static int ExportRGB(WebPDecParams* const p, int y_pos) { in ExportRGB() argument 363 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportRGB() 369 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportRGB() 406 static int ExportAlpha(WebPDecParams* const p, int y_pos) { in ExportAlpha() argument 408 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlpha() 420 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlpha() 437 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) { in ExportAlphaRGBA4444() argument 439 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlphaRGBA4444() 449 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlphaRGBA4444()
|
D | webpi.h | 27 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-buffer.h | 50 HB_Fixed y_pos; member
|
D | harfbuzz-gpos.c | 497 gd->y_pos += y_scale * vr->YPlacement / 0x10000; in Get_ValueRecord() 515 gd->y_pos += pixel_value << 6; in Get_ValueRecord() 546 gd->y_pos += value; in Get_ValueRecord() 1985 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos() 1990 POSITION( buffer->in_pos )->y_pos = gpi->anchor_y - entry_y; in Lookup_CursivePos() 2317 o->y_pos = y_base_value - y_mark_value; in Lookup_MarkBasePos() 2743 o->y_pos = y_lig_value - y_mark_value; in Lookup_MarkLigPos() 3056 o->y_pos = y_mark2_value - y_mark1_value; in Lookup_MarkMarkPos() 5934 positions[j].y_pos += positions[j - positions[j].cursive_chain].y_pos; in Position_CursiveChain() 5943 positions[j].y_pos += positions[j - positions[j].cursive_chain].y_pos; in Position_CursiveChain()
|
D | harfbuzz-shaper.cpp | 937 offsets[i].y = positions[i].y_pos; in HB_OpenTypePosition() 941 offsets[i].y += positions[i - back].y_pos; in HB_OpenTypePosition()
|
/external/harfbuzz/src/ |
D | harfbuzz-buffer.h | 50 HB_Fixed y_pos; member
|
D | harfbuzz-gpos.c | 497 gd->y_pos += y_scale * vr->YPlacement / 0x10000; in Get_ValueRecord() 515 gd->y_pos += pixel_value << 6; in Get_ValueRecord() 546 gd->y_pos += value; in Get_ValueRecord() 1985 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos() 1990 POSITION( buffer->in_pos )->y_pos = gpi->anchor_y - entry_y; in Lookup_CursivePos() 2317 o->y_pos = y_base_value - y_mark_value; in Lookup_MarkBasePos() 2743 o->y_pos = y_lig_value - y_mark_value; in Lookup_MarkLigPos() 3056 o->y_pos = y_mark2_value - y_mark1_value; in Lookup_MarkMarkPos() 5934 positions[j].y_pos += positions[j - positions[j].cursive_chain].y_pos; in Position_CursiveChain() 5943 positions[j].y_pos += positions[j - positions[j].cursive_chain].y_pos; in Position_CursiveChain()
|
D | harfbuzz-shaper.cpp | 1299 offsets[i].y = positions[i].y_pos; in HB_OpenTypePosition() 1303 offsets[i].y += positions[i - back].y_pos; in HB_OpenTypePosition()
|
/external/qemu/android/skin/ |
D | window.c | 959 int y_pos; member 1245 window->y_pos = y; in skin_window_create() 1341 int window_y = window->y_pos; in skin_window_resize() 1470 SDL_WM_GetPos(&window->x_pos, &window->y_pos); in skin_window_reset() 1638 SDL_WM_GetPos( &window->x_pos, &window->y_pos ); in skin_window_toggle_fullscreen()
|
/external/chromium/chrome/browser/ui/views/ |
D | about_chrome_view.cc | 377 int y_pos = background_image_height + views::kRelatedControlVerticalSpacing; in Layout() local 382 y_pos, in Layout()
|