Searched defs:y_pos (Results 1 - 14 of 14) 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/chromium_org/chrome/browser/ui/
H A Dntp_background_util.cc24 int y_pos = 0; local
29 y_pos += area.height() + tab_contents_height - ntp_background->height();
33 y_pos += std::floor(area.height() + tab_contents_height / 2.0 -
56 } else if (y_pos > 0) {
57 y_pos = y_pos % ntp_background->height() - ntp_background->height();
61 y_pos += area.y();
63 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
/external/chromium_org/media/cast/test/
H A Dlinux_output_window.cc17 int y_pos,
21 CreateWindow( x_pos, y_pos, width, height, name);
36 int y_pos,
69 y_pos, width, height, 0, visual_info.depth,
16 LinuxOutputWindow(int x_pos, int y_pos, int width, int height, const std::string& name) argument
35 CreateWindow(int x_pos, int y_pos, int width, int height, const std::string& name) argument
/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_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h103 const uint8* y_pos = y_plane; local
107 uint8 y_value = *(y_pos + j);
112 y_pos += y_pitch;
/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/chromium_org/third_party/libwebp/dec/
H A Dio.c361 static int ExportRGB(WebPDecParams* const p, int y_pos) { argument
365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
371 assert(p->last_y + y_pos + num_lines_out < p->output->height);
408 static int ExportAlpha(WebPDecParams* const p, int y_pos) { argument
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
422 assert(p->last_y + y_pos + num_lines_out < p->output->height);
439 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) { argument
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
451 assert(p->last_y + y_pos + num_lines_out < p->output->height);
H A Dvp8l.c457 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, argument
463 uint8_t* const y = buf->y + y_pos * buf->y_stride;
472 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
473 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
484 if (!(y_pos & 1)) { // even lines: store values
500 if (!(y_pos & 1)) { // even lines
514 uint8_t* const a = buf->a + y_pos * buf->a_stride;
519 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { argument
526 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
527 ++y_pos;
538 int y_pos = dec->last_out_row_; local
551 int y_pos = dec->last_out_row_; local
[all...]
/external/webp/src/dec/
H A Dio.c361 static int ExportRGB(WebPDecParams* const p, int y_pos) { argument
365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
371 assert(p->last_y + y_pos + num_lines_out < p->output->height);
408 static int ExportAlpha(WebPDecParams* const p, int y_pos) { argument
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
422 assert(p->last_y + y_pos + num_lines_out < p->output->height);
439 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) { argument
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
451 assert(p->last_y + y_pos + num_lines_out < p->output->height);
H A Dvp8l.c456 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, argument
462 uint8_t* const y = buf->y + y_pos * buf->y_stride;
471 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
472 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
483 if (!(y_pos & 1)) { // even lines: store values
499 if (!(y_pos & 1)) { // even lines
513 uint8_t* const a = buf->a + y_pos * buf->a_stride;
518 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { argument
525 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
526 ++y_pos;
537 int y_pos = dec->last_out_row_; local
550 int y_pos = dec->last_out_row_; local
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc1065 float y_pos = work_area.y() + ((delta > 0) ? delta : kMinDockGap); local
1107 static_cast<int>(y_pos + 0.5))));
1108 y_pos += bounds.height() + delta;
/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 761 milliseconds