HomeSort by relevance Sort by last modified time
    Searched defs:start_y (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 236 int start_y = top + tl_height; local
237 int before_arrow = arrow_offset - start_y - left_arrow_->height() / 2;
243 start_y + before_arrow + left_arrow_->height() / 2,
251 start_y,
294 int start_y = top + tr_height; local
295 int before_arrow = arrow_offset - start_y - right_arrow_->height() / 2;
301 start_y + before_arrow + right_arrow_->height() / 2,
309 start_y,
356 int start_y,
364 * start_y..........??????????????? ? ??????????????
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 965 uint8* start_y = dst_y + y * dst_stride_y + x; local
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 135 unsigned int start_y; // Source Image Start height offset member in struct:__anon34043
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 167 int start_y; local
170 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); local
178 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc 616 double start_x, start_y; local
617 ASSERT_TRUE(start->GetDouble(0, &start_x) && start->GetDouble(1, &start_y));
638 rvh->DragTargetDragEnter(drop_data, gfx::Point(start_x, start_y),
639 gfx::Point(start_x, start_y), WebKit::WebDragOperationEvery, 0);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 166 int start_y; local
169 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); local
177 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 61 int start_y = top_bounds.y(); local
62 if (start_y + total_height > work_area.bottom())
63 start_y = work_area.bottom() - total_height;
64 if (start_y < work_area.y())
65 start_y = work_area.y();
68 gfx::Point(common_x, start_y), common_width);
84 // be moved to |start_y| position.
  /external/chromium_org/third_party/libwebp/dec/
io.c 191 int start_y = io->mb_y; local
197 if (start_y == 0) {
201 --start_y;
209 *num_rows = io->crop_bottom - io->crop_top - start_y;
212 return start_y;
224 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
255 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 292 int start_y = y >> SHIFT; local
294 int count = stop_y - start_y;
327 SkASSERT(start_y > fCurrIY);
338 fRealBlitter->blitV(ileft + fLeft, start_y, count,
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
SkScan_Path.cpp 115 SkBlitter* blitter, int start_y, int stop_y,
119 int curr_y = start_y;
220 SkBlitter* blitter, int start_y, int stop_y,
236 SkASSERT(local_top >= start_y);
433 int start_y, int stop_y, int shiftEdgesUp,
446 * our top (start_y) and will draw below our bottom (stop_y). Thus
451 if (rect.fTop < start_y) {
452 rect.fTop = start_y;
485 start_y <<= shiftEdgesUp;
487 if (clipRect && start_y < clipRect->fTop)
692 int start_y = ir.fTop; local
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 292 int start_y = y >> SHIFT; local
294 int count = stop_y - start_y;
327 SkASSERT(start_y > fCurrIY);
338 fRealBlitter->blitV(ileft + fLeft, start_y, count,
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
SkScan_Path.cpp 115 SkBlitter* blitter, int start_y, int stop_y,
119 int curr_y = start_y;
220 SkBlitter* blitter, int start_y, int stop_y,
236 SkASSERT(local_top >= start_y);
433 int start_y, int stop_y, int shiftEdgesUp,
446 * our top (start_y) and will draw below our bottom (stop_y). Thus
451 if (rect.fTop < start_y) {
452 rect.fTop = start_y;
485 start_y <<= shiftEdgesUp;
487 if (clipRect && start_y < clipRect->fTop)
692 int start_y = ir.fTop; local
    [all...]
  /external/webp/src/dec/
io.c 191 int start_y = io->mb_y; local
197 if (start_y == 0) {
201 --start_y;
209 *num_rows = io->crop_bottom - io->crop_top - start_y;
212 return start_y;
224 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
255 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 753 int start_x, start_y, end_x, end_y; local
755 !args->GetInteger("start_y", &start_y) ||
766 mouse_event.y = start_y;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 717 int y, start_y, finish_y; local
724 start_y = sy;
725 if (start_y < miny)
726 start_y = miny;
732 start_y -= sy;
736 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
739 for (y = start_y; y < finish_y; y++) {
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view.cc 769 const int start_y = GetRowBounds(ModelToView(range.start)).y(); local
772 vis_rect.set_y(start_y);
773 vis_rect.set_height(end_y - start_y);
  /external/freetype/src/cff/
cffgload.c 1772 FT_Pos start_y; local
1823 FT_Pos start_y; local
1871 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 717 int y, start_y, finish_y; local
724 start_y = sy;
725 if (start_y < miny)
726 start_y = miny;
732 start_y -= sy;
736 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
739 for (y = start_y; y < finish_y; y++) {
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1752 FT_Pos start_y; local
1803 FT_Pos start_y; local
1851 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1166 int start_x = 0, start_y = 0; local
    [all...]
cvhaar.cpp 1134 int start_x = 0, start_y = 0; local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 939 int start_x, start_y, end_x, end_y; local
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 681 int start_y; member in struct:_VAPictureParameterBufferJPEG::__anon13913
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1285 milliseconds