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

1 2

  /external/chromium_org/ui/gfx/android/
scroller.h 34 float start_y,
42 float start_y,
51 float start_y,
scroller.cc 191 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;
  /external/chromium_org/third_party/skia/src/core/
SkScanPriv.h 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
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)
696 int start_y = ir.fTop; local
    [all...]
SkScan_AntiPath.cpp 316 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/
fpdf_progressive.h 58 // 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,
fpdfview.h 330 // 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/
fpdf_progressive.cpp 12 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);
fpdfview.cpp 429 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,
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,
    [all...]
fpdfformfill.cpp 189 DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
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/
SkScanPriv.h 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
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)
696 int start_y = ir.fTop; local
    [all...]
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,
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 113 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 258 int start_x, int start_y, int width, int height,
  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 135 unsigned int start_y; // Source Image Start height offset member in struct:__anon21823
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 232 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_Mul(end_k, start_x) + end_c) {
    [all...]
  /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;
  /external/qemu/distrib/jpeg-6b/
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;
  /external/chromium_org/ash/wm/
resize_shadow_and_cursor_unittest.cc 192 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/
fpdf_render_pattern.cpp 23 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...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 173 jint start_x, jint start_y, jint width, jint height, jobject options) {
214 region.fTop = start_y;
216 region.fBottom = start_y + height;
  /external/chromium_org/third_party/libwebp/dec/
io.c 174 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/
io.c 174 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/
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.

Completed in 3838 milliseconds

1 2