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

12

/external/chromium_org/ui/gfx/android/
H A Dscroller.h34 float start_y,
42 float start_y,
51 float start_y,
H A Dscroller.cc191 float start_y,
196 start_y,
204 float start_y,
215 curr_y_ = start_y_ = start_y;
217 final_y_ = start_y + dy;
223 float start_y,
253 curr_y_ = start_y_ = start_y;
269 final_y_ = start_y + total_distance * coeff_y;
190 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time) argument
203 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time, base::TimeDelta duration) argument
222 Fling(float start_x, float start_y, float velocity_x, float velocity_y, float min_x, float max_x, float min_y, float max_y, base::TimeTicks start_time) argument
/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
696 int start_y = ir.fTop; local
[all...]
H A DSkScan_AntiPath.cpp316 int start_y = y >> SHIFT;
318 int count = stop_y - start_y;
351 SkASSERT(start_y > fCurrIY);
362 fRealBlitter->blitV(ileft + fLeft, start_y, count,
377 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
/external/pdfium/fpdfsdk/include/
H A Dfpdf_progressive.h58 // start_y - Top pixel position of the display area in the bitmap coordinate.
68 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
H A Dfpdfview.h330 // start_y - Top pixel position of the display area in the device coordinate.
339 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
350 // start_y - Top pixel position of the display area in the bitmap coordinate.
359 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
385 // start_y - Top pixel position of the display area in the device coordinate.
404 // utilities. You must make sure the start_x, start_y, size_x, size_y and rotate parameters have exactly
407 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
415 // start_y - Top pixel position of the display area in the device coordinate.
429 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
/external/pdfium/fpdfsdk/src/
H A Dfpdf_progressive.cpp12 extern void (*Func_RenderPage)( CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
18 int start_x, int start_y, int size_x,
53 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
56 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
17 FPDF_RenderPageBitmap_Start( FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, IFSDK_PAUSE * pause ) argument
H A Dfpdfview.cpp429 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
431 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
439 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, argument
469 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
472 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
500 rect.top = start_y;
502 rect.bottom = start_y + size_y;
555 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, flags);
558 Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, flags);
605 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, argument
669 FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int device_x, int device_y, double* page_x, double* page_y) argument
687 FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, double page_x, double page_y, int* device_x, int* device_y) argument
779 FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags,FX_BOOL bNeedToRestore, IFSDK_PAUSE_Adapter * pause ) argument
[all...]
H A Dfpdfformfill.cpp189 DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, argument
217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
222 clip.top = start_y;
223 clip.bottom = start_y + size_y;
/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
696 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/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp232 static void _UpdateLineEndPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y, FX_FLOAT end_x, FX_FLOAT end_y,
236 if (start_y == end_y) {
242 if (end_y < start_y) {
250 } else if (start_y == end_y) {
262 FX_FLOAT dy = end_y - start_y;
271 static void _UpdateLineJoinPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y,
279 int start_dir = middle_y > start_y ? 1 : -1;
286 start_k = FXSYS_Div(middle_y - start_y, middle_x - start_x);
288 start_len = FXSYS_sqrt2(start_x - middle_x, start_y - middle_y);
305 if (start_y < FXSYS_Mu
[all...]
/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/ash/wm/
H A Dresize_shadow_and_cursor_unittest.cc192 int start_y = 100 + ash::kResizeOutsideBoundsSize - 1; local
194 gfx::Point(start_x, start_y),
195 gfx::Point(start_x + 50, start_y + 50),
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp23 FX_FLOAT start_y = pCoords->GetNumber(1); local
41 FX_FLOAT y_span = end_y - start_y;
80 FX_FLOAT scale = FXSYS_Div(FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), axis_len_square);
107 FX_FLOAT start_y = pCoords->GetNumber(1); local
155 FXSYS_Mul(start_y - end_y, start_y - end_y) - FXSYS_Mul(start_r - end_r, start_r - end_r);
162 int length = (int)FXSYS_sqrt((FXSYS_Mul(start_x - end_x, start_x - end_x) + FXSYS_Mul(start_y - end_y, start_y - end_y)));
172 FX_FLOAT b = -2 * (FXSYS_Mul(x - start_x, end_x - start_x) + FXSYS_Mul(y - start_y, end_y - start_y)
1023 int start_x, start_y; local
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c174 int start_y = io->mb_y; local
180 if (start_y == 0) {
184 --start_y;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
195 return start_y;
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
208 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
239 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
/external/webp/src/dec/
H A Dio.c174 int start_y = io->mb_y; local
180 if (start_y == 0) {
184 --start_y;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
195 return start_y;
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
208 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
239 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
/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.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/freetype/src/cff/
H A Dcffgload.c1768 FT_Pos start_y; local
1781 start_y = y;
1810 y = start_y;
1819 FT_Pos start_y; local
1830 start_y = y;
1853 y = start_y;
1867 FT_Pos start_x, start_y; /* record start x, y values for */ local
1884 start_y = y;
1920 y = start_y;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c1776 FT_Pos start_y; local
1789 start_y = y;
1818 y = start_y;
1827 FT_Pos start_y; local
1838 start_y = y;
1861 y = start_y;
1875 FT_Pos start_x, start_y; /* record start x, y values for */ local
1892 start_y = y;
1928 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++) {

Completed in 589 milliseconds

12