Searched defs:y_pos (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
H A Dntp_background_util.cc21 int y_pos = 0; local
26 y_pos += area.height() + tab_contents_height - ntp_background->height();
46 } else if (y_pos > 0) {
47 y_pos = y_pos % ntp_background->height() - ntp_background->height();
51 y_pos += area.y();
53 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h50 HB_Fixed y_pos; member in struct:HB_PositionRec_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer.h50 HB_Fixed y_pos; member in struct:HB_PositionRec_
/external/chromium/chrome/browser/ui/views/
H A Dabout_chrome_view.cc377 int y_pos = background_image_height + views::kRelatedControlVerticalSpacing; local
382 y_pos,
/external/webp/src/dec/
H A Dio.c359 static int ExportRGB(WebPDecParams* const p, int y_pos) { argument
363 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
369 assert(p->last_y + y_pos + num_lines_out < p->output->height);
406 static int ExportAlpha(WebPDecParams* const p, int y_pos) { argument
408 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
420 assert(p->last_y + y_pos + num_lines_out < p->output->height);
437 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) { argument
439 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
449 assert(p->last_y + y_pos + num_lines_out < p->output->height);
H A Dvp8l.c454 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, argument
460 uint8_t* const y = buf->y + y_pos * buf->y_stride;
469 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
470 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
481 if (!(y_pos & 1)) { // even lines: store values
497 if (!(y_pos & 1)) { // even lines
511 uint8_t* const a = buf->a + y_pos * buf->a_stride;
516 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { argument
523 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
524 ++y_pos;
535 int y_pos = dec->last_out_row_; local
548 int y_pos = dec->last_out_row_; local
[all...]
/external/qemu/android/skin/
H A Dwindow.c959 int y_pos; member in struct:SkinWindow
1245 window->y_pos = y;
1341 int window_y = window->y_pos;
1470 SDL_WM_GetPos(&window->x_pos, &window->y_pos);
1638 SDL_WM_GetPos( &window->x_pos, &window->y_pos );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 170 milliseconds