Home
last modified time | relevance | path

Searched refs:start_y (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
DSkScan_Path.cpp115 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument
119 int curr_y = start_y; in walk_edges()
220 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument
236 SkASSERT(local_top >= start_y); in walk_convex_edges()
433 int start_y, int stop_y, int shiftEdgesUp, in sk_fill_path() argument
451 if (rect.fTop < start_y) { in sk_fill_path()
452 rect.fTop = start_y; in sk_fill_path()
485 start_y <<= shiftEdgesUp; in sk_fill_path()
487 if (clipRect && start_y < clipRect->fTop) { in sk_fill_path()
488 start_y = clipRect->fTop; in sk_fill_path()
[all …]
DSkScan_AntiPath.cpp292 int start_y = y >> SHIFT; in blitRect() local
294 int count = stop_y - start_y; in blitRect()
327 SkASSERT(start_y > fCurrIY); in blitRect()
338 fRealBlitter->blitV(ileft + fLeft, start_y, count, in blitRect()
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
/external/skia/src/core/
DSkScan_Path.cpp115 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument
119 int curr_y = start_y; in walk_edges()
220 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument
236 SkASSERT(local_top >= start_y); in walk_convex_edges()
433 int start_y, int stop_y, int shiftEdgesUp, in sk_fill_path() argument
451 if (rect.fTop < start_y) { in sk_fill_path()
452 rect.fTop = start_y; in sk_fill_path()
485 start_y <<= shiftEdgesUp; in sk_fill_path()
487 if (clipRect && start_y < clipRect->fTop) { in sk_fill_path()
488 start_y = clipRect->fTop; in sk_fill_path()
[all …]
DSkScan_AntiPath.cpp292 int start_y = y >> SHIFT; in blitRect() local
294 int count = stop_y - start_y; in blitRect()
327 SkASSERT(start_y > fCurrIY); in blitRect()
338 fRealBlitter->blitV(ileft + fLeft, start_y, count, in blitRect()
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp429 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int…
431 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int …
439 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x… in FPDF_RenderPage() argument
469 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL); in FPDF_RenderPage()
472 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL); in FPDF_RenderPage()
500 rect.top = start_y; in FPDF_RenderPage()
502 rect.bottom = start_y + size_y; in FPDF_RenderPage()
555 …Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, f… in FPDF_RenderPage()
558 …Func_RenderPage(pContext, page, start_x - rect.left, start_y - rect.top, size_x, size_y, rotate, f… in FPDF_RenderPage()
605 …T void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, in FPDF_RenderPageBitmap() argument
[all …]
Dfpdf_progressive.cpp12 extern void (*Func_RenderPage)( CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size…
18 int start_x, int start_y, int size_x, in FPDF_RenderPageBitmap_Start() argument
53 …Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdap… in FPDF_RenderPageBitmap_Start()
56 …Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdap… in FPDF_RenderPageBitmap_Start()
Dfpdfformfill.cpp189 …PDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, in FPDF_FFLDraw() argument
217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate); in FPDF_FFLDraw()
222 clip.top = start_y; in FPDF_FFLDraw()
223 clip.bottom = start_y + size_y; in FPDF_FFLDraw()
/external/chromium_org/ui/gfx/android/
Dscroller.cc191 float start_y, in StartScroll() argument
196 start_y, in StartScroll()
204 float start_y, in StartScroll() argument
215 curr_y_ = start_y_ = start_y; in StartScroll()
217 final_y_ = start_y + dy; in StartScroll()
223 float start_y, in Fling() argument
253 curr_y_ = start_y_ = start_y; in Fling()
269 final_y_ = start_y + total_distance * coeff_y; in Fling()
Dscroller.h34 float start_y,
42 float start_y,
51 float start_y,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp232 static void _UpdateLineEndPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y, FX_FLOAT … in _UpdateLineEndPoints() argument
236 if (start_y == end_y) { in _UpdateLineEndPoints()
242 if (end_y < start_y) { in _UpdateLineEndPoints()
250 } else if (start_y == end_y) { in _UpdateLineEndPoints()
262 FX_FLOAT dy = end_y - start_y; in _UpdateLineEndPoints()
271 static void _UpdateLineJoinPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y, in _UpdateLineJoinPoints() argument
279 int start_dir = middle_y > start_y ? 1 : -1; in _UpdateLineJoinPoints()
286 start_k = FXSYS_Div(middle_y - start_y, middle_x - start_x); in _UpdateLineJoinPoints()
288 start_len = FXSYS_sqrt2(start_x - middle_x, start_y - middle_y); in _UpdateLineJoinPoints()
305 if (start_y < FXSYS_Mul(end_k, start_x) + end_c) { in _UpdateLineJoinPoints()
[all …]
/external/pdfium/fpdfsdk/include/
Dfpdfview.h339 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x…
359 …T void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
407 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int …
429 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int …
Dfpdf_progressive.h68 …DF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp23 FX_FLOAT start_y = pCoords->GetNumber(1); in _DrawAxialShading() local
41 FX_FLOAT y_span = end_y - start_y; in _DrawAxialShading()
80 …FX_FLOAT scale = FXSYS_Div(FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), axis_l… in _DrawAxialShading()
107 FX_FLOAT start_y = pCoords->GetNumber(1); in _DrawRadialShading() local
155 … FXSYS_Mul(start_y - end_y, start_y - end_y) - FXSYS_Mul(start_r - end_r, start_r - end_r); in _DrawRadialShading()
162 …S_sqrt((FXSYS_Mul(start_x - end_x, start_x - end_x) + FXSYS_Mul(start_y - end_y, start_y - end_y))… in _DrawRadialShading()
172 …FLOAT b = -2 * (FXSYS_Mul(x - start_x, end_x - start_x) + FXSYS_Mul(y - start_y, end_y - start_y) + in _DrawRadialShading()
174 FX_FLOAT c = FXSYS_Mul(x - start_x, x - start_x) + FXSYS_Mul(y - start_y, y - start_y) - in _DrawRadialShading()
1023 int start_x, start_y; in DrawTilingPattern() local
1026 start_y = FXSYS_round(mtPattern2Device.f) + row * height - clip_box.top; in DrawTilingPattern()
[all …]
/external/chromium_org/ash/wm/
Dresize_shadow_and_cursor_unittest.cc189 int start_y = 100 + ash::kResizeOutsideBoundsSize - 1; in TEST_F() local
191 gfx::Point(start_x, start_y), in TEST_F()
192 gfx::Point(start_x + 50, start_y + 50), in TEST_F()
/external/chromium_org/third_party/libwebp/dec/
Dio.c174 int start_y = io->mb_y; in GetAlphaSourceRow() local
180 if (start_y == 0) { in GetAlphaSourceRow()
184 --start_y; in GetAlphaSourceRow()
192 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
195 return start_y; in GetAlphaSourceRow()
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() local
208 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB()
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() local
239 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444()
/external/webp/src/dec/
Dio.c174 int start_y = io->mb_y; in GetAlphaSourceRow() local
180 if (start_y == 0) { in GetAlphaSourceRow()
184 --start_y; in GetAlphaSourceRow()
192 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
195 return start_y; in GetAlphaSourceRow()
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() local
208 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB()
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() local
239 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444()
/external/jpeg/
Djdapistd.c213 int *start_x, int *start_y, int *width, int *height) in jpeg_init_read_tile_scanline() argument
218 int row_offset = *start_y / lines_per_iMCU_row; in jpeg_init_read_tile_scanline()
227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height; in jpeg_init_read_tile_scanline()
229 *start_y = row_offset * lines_per_iMCU_row; in jpeg_init_read_tile_scanline()
/external/qemu/distrib/jpeg-6b/
Djdapistd.c213 int *start_x, int *start_y, int *width, int *height) in jpeg_init_read_tile_scanline() argument
218 int row_offset = *start_y / lines_per_iMCU_row; in jpeg_init_read_tile_scanline()
227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height; in jpeg_init_read_tile_scanline()
229 *start_y = row_offset * lines_per_iMCU_row; in jpeg_init_read_tile_scanline()
/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_collection.cc61 int start_y = top_bounds.y(); in OnDisplayChanged() local
62 if (start_y + total_height > work_area.bottom()) in OnDisplayChanged()
63 start_y = work_area.bottom() - total_height; in OnDisplayChanged()
64 if (start_y < work_area.y()) in OnDisplayChanged()
65 start_y = work_area.y(); in OnDisplayChanged()
68 gfx::Point(common_x, start_y), common_width); in OnDisplayChanged()
/external/llvm/test/Transforms/InstCombine/
D2008-09-02-VectorCrash.ll3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
/external/chromium_org/third_party/freetype/src/cff/
Dcffgload.c1772 FT_Pos start_y; in cff_decoder_parse_charstrings() local
1785 start_y = y; in cff_decoder_parse_charstrings()
1814 y = start_y; in cff_decoder_parse_charstrings()
1823 FT_Pos start_y; in cff_decoder_parse_charstrings() local
1834 start_y = y; in cff_decoder_parse_charstrings()
1857 y = start_y; in cff_decoder_parse_charstrings()
1871 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local
1888 start_y = y; in cff_decoder_parse_charstrings()
1924 y = start_y; in cff_decoder_parse_charstrings()
/external/freetype/src/cff/
Dcffgload.c1768 FT_Pos start_y; in cff_decoder_parse_charstrings() local
1781 start_y = y; in cff_decoder_parse_charstrings()
1810 y = start_y; in cff_decoder_parse_charstrings()
1819 FT_Pos start_y; in cff_decoder_parse_charstrings() local
1830 start_y = y; in cff_decoder_parse_charstrings()
1853 y = start_y; in cff_decoder_parse_charstrings()
1867 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local
1884 start_y = y; in cff_decoder_parse_charstrings()
1920 y = start_y; in cff_decoder_parse_charstrings()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcffgload.c1776 FT_Pos start_y; in cff_decoder_parse_charstrings() local
1789 start_y = y; in cff_decoder_parse_charstrings()
1818 y = start_y; in cff_decoder_parse_charstrings()
1827 FT_Pos start_y; in cff_decoder_parse_charstrings() local
1838 start_y = y; in cff_decoder_parse_charstrings()
1861 y = start_y; in cff_decoder_parse_charstrings()
1875 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local
1892 start_y = y; in cff_decoder_parse_charstrings()
1928 y = start_y; in cff_decoder_parse_charstrings()

12