Searched defs:y_pos (Results 1 - 6 of 6) 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/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.c610 static int ExportRGB(WebPDecParams* const p, int y_pos) { argument
613 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
618 assert(p->last_y + y_pos + num_lines_out < p->output->height);
652 static int ExportAlpha(WebPDecParams* const p, int y_pos) { argument
654 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
658 assert(p->last_y + y_pos + num_lines_out < p->output->height);
/external/qemu/android/skin/
H A Dwindow.c948 int y_pos; member in struct:SkinWindow
1234 window->y_pos = y;
1330 int window_y = window->y_pos;
1459 SDL_WM_GetPos(&window->x_pos, &window->y_pos);
1613 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 108 milliseconds