Searched refs:start_y (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_Path.cpp115 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 < clipRec
114 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
219 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
432 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
692 int start_y = ir.fTop; local
[all...]
H A DSkScan_AntiPath.cpp292 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,
/external/skia/src/core/
H A DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_Path.cpp115 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 < clipRec
114 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
219 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
432 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
692 int start_y = ir.fTop; local
[all...]
H A DSkScan_AntiPath.cpp292 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,
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc236 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
351 DrawEdgeWithArrow(gfx::Canvas* canvas, bool is_horizontal, SkBitmap* edge, SkBitmap* arrow, int start_x, int start_y, int before_arrow, int after_arrow, int offset) const argument
[all...]
H A Dbubble_border.h119 int start_y,
/external/jpeg/
H A Djdapistd.c205 * 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;
212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, int *start_x, int *start_y, int *width, int *height) argument
/external/qemu/distrib/jpeg-6b/
H A Djdapistd.c205 * 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;
212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, int *start_x, int *start_y, int *width, int *height) argument
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c191 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/webp/src/dec/
H A Dio.c191 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/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.cc166 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/gtk/notifications/
H A Dballoon_view_gtk.cc167 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/
H A Dbrowser_plugin_host_browsertest.cc616 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);
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc61 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/freetype/src/cff/
H A Dcffgload.c1752 FT_Pos start_y; local
1765 start_y = y;
1794 y = start_y;
1803 FT_Pos start_y; local
1814 start_y = y;
1837 y = start_y;
1851 FT_Pos start_x, start_y; /* record start x, y values for */ local
1868 start_y = y;
1904 y = start_y;
/external/freetype/src/cff/
H A Dcffgload.c1772 FT_Pos start_y; local
1785 start_y = y;
1814 y = start_y;
1823 FT_Pos start_y; local
1834 start_y = y;
1857 y = start_y;
1871 FT_Pos start_x, start_y; /* record start x, y values for */ local
1888 start_y = y;
1924 y = start_y;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c717 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++) {
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c717 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++) {
/external/chromium_org/chrome/test/automation/
H A Dautomation_json_requests.h349 int start_y,
H A Dautomation_json_requests.cc562 int start_y,
570 dict.SetInteger("start_y", start_y);
558 SendMouseDragJSONRequestDeprecated( AutomationMessageSender* sender, const WebViewLocator& locator, int start_x, int start_y, int end_x, int end_y, Error* error) argument
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc769 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/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1166 int start_x = 0, start_y = 0; local
1205 start_y = cvRound(scan_roi_rect.y / ystep);
1219 for( int _iy = start_y; _iy < end_y; _iy++ )
/external/chromium_org/third_party/libva/va/
H A Dva.h681 int start_y; member in struct:_VAPictureParameterBufferJPEG::__anon11507

Completed in 837 milliseconds

12