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

  /external/skia/src/core/
SkScanPriv.h 40 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 120 SkBlitter* blitter, int start_y, int stop_y,
124 int curr_y = start_y;
442 int start_y, int stop_y, int shiftEdgesUp,
501 start_y <<= shiftEdgesUp;
503 if (clipRect && start_y < clipRect->fTop) {
504 start_y = clipRect->fTop;
519 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc);
693 int start_y = ir.fTop; local
694 if (clipRect && start_y < clipRect->fTop) {
695 start_y = clipRect->fTop
    [all...]
  /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...]
bubble_border.h 119 int start_y,
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.cpp 233 crop.c.top = src->start_y;
320 sFormat.fmt.win.w.top = dst->start_y;
325 dst->start_x, dst->start_y, dst->width, dst->height);
634 params->src.start_y = src_rect->y;
645 params->src.start_x, params->src.start_y, params->src.width,
657 params->dst.start_y = dst_rect->y;
668 params->dst.start_y = dst_img->w - (dst_rect->x + dst_rect->w);
676 params->dst.start_y += (dst_rect->w - params->dst.height);
683 params->dst.start_y = dst_img->h - (dst_rect->y + dst_rect->h);
694 params->dst.start_y = dst_rect->x
    [all...]
  /device/samsung/crespo/include/
s5p_fimc.h 119 unsigned int start_y; // Source Image Start height offset member in struct:__anon1414
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 123 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 249 int start_x, int start_y, int width, int height,
  /external/jpeg/
jdapistd.c 205 * and its upper-left corner located at (start_x, start_y).
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
218 int row_offset = *start_y / lines_per_iMCU_row;
227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height;
229 *start_y = row_offset * lines_per_iMCU_row;
jpeglib.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 183 int start_x, int start_y, int width, int height, jobject options) {
219 region.fTop = start_y;
221 region.fBottom = start_y + height;
  /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);
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 186 unsigned short start_y; member in struct:mddi_video_stream
  /external/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...]
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 253 vs->start_y = y;
  /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/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/automation/
testing_automation_provider.cc 939 int start_x, start_y, end_x, end_y; local
    [all...]