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

  /device/samsung/crespo/include/
s5p_fimc.h 119 unsigned int start_y; // Source Image Start height offset member in struct:__anon1500
  /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 313 uint8* start_y = dst_y + y * dst_stride_y + x; local
317 I420SetPlane(start_y, dst_stride_y, width, height, value_y);
    [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/skia/src/core/
SkScan_AntiPath.cpp 297 int start_y = y >> SHIFT; local
299 int count = stop_y - start_y;
332 SkASSERT(start_y > fCurrIY);
343 fRealBlitter->blitV(ileft + fLeft, start_y, count,
358 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
SkScan_Path.cpp 110 SkBlitter* blitter, int start_y, int stop_y,
114 int curr_y = start_y;
215 SkBlitter* blitter, int start_y, int stop_y,
234 SkASSERT(local_top >= start_y);
416 int start_y, int stop_y, int shiftEdgesUp,
454 start_y <<= shiftEdgesUp;
456 if (clipRect && start_y < clipRect->fTop) {
457 start_y = clipRect->fTop;
473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL);
475 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc)
656 int start_y = ir.fTop; local
    [all...]
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 186 unsigned short start_y; member in struct:mddi_video_stream
  /external/freetype/src/cff/
cffgload.c 1746 FT_Pos start_y; local
1797 FT_Pos start_y; local
1845 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...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 4556 int start_y = contentToViewDimension(handles[1]); local
    [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 1787 milliseconds