Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkScan_Path.cpp132 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument
136 int curr_y = start_y; in walk_edges()
245 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument
261 SkASSERT(local_top >= start_y); in walk_convex_edges()
430 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) { in sk_fill_path() argument
452 if (rect.fTop < start_y) { in sk_fill_path()
453 rect.fTop = start_y; in sk_fill_path()
485 start_y = SkLeftShift(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.cpp313 int start_y = y >> SHIFT; in blitRect() local
315 int count = stop_y - start_y; in blitRect()
348 SkASSERT(start_y > fCurrIY); in blitRect()
359 fRealBlitter->blitV(ileft + fLeft, start_y, count, in blitRect()
374 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp204 FX_FLOAT start_y, in _UpdateLineEndPoints() argument
209 if (start_y == end_y) { in _UpdateLineEndPoints()
215 if (end_y < start_y) { in _UpdateLineEndPoints()
224 if (start_y == end_y) { in _UpdateLineEndPoints()
236 FX_FLOAT dy = end_y - start_y; in _UpdateLineEndPoints()
247 FX_FLOAT start_y, in _UpdateLineJoinPoints() argument
259 int start_dir = middle_y > start_y ? 1 : -1; in _UpdateLineJoinPoints()
266 start_k = FXSYS_Div(middle_y - start_y, middle_x - start_x); in _UpdateLineJoinPoints()
268 start_len = FXSYS_sqrt2(start_x - middle_x, start_y - middle_y); in _UpdateLineJoinPoints()
287 if (start_y < FXSYS_Mul(end_k, start_x) + end_c) { in _UpdateLineJoinPoints()
[all …]
/external/opencv3/modules/imgproc/src/opencl/
DfilterSepRow.cl164 int start_y = y + src_offset_y - radiusy;
165 int start_addr = mad24(start_y, src_step_in_pixel, start_x);
190 … temp[i] = ELEM(start_y, src_offset_y, src_offset_y + src_rows, (uchar4)0, temp[i]);
199 temp[i] = ELEM(start_y, 0, src_whole_rows, (uchar4)0, temp[i]);
204 …rt_x + READ_TIMES_ROW*LSIZE0*4+4>src_offset_x + src_cols)| (start_y<src_offset_y) | (start_y >= sr…
206 …art_x<0) | (start_x + READ_TIMES_ROW*LSIZE0*4+4>src_whole_cols)| (start_y<0) | (start_y >= src_who…
230 s_y = start_y;
304 int start_y = y + src_offset_y - radiusy;
305 int start_addr = mad24(start_y, src_step, start_x * SRCSIZE);
327 …temp[i] = ELEM(start_y, src_offset_y, src_offset_y + src_rows, (srcT)(0), temp[i…
[all …]
Dmorph.cl123 int start_y = y + src_offset_y - RADIUSY;
128 int cur_x = start_x + tl_x, cur_y = start_y + tl_y;
129 int cur_x2 = start_x + tl_x2, cur_y2 = start_y + tl_y2;
Dcanny.cl129 int start_y = GRP_SIZEY * get_group_id(1);
135 int y = clamp(start_y - 2 + (j / (GRP_SIZEX + 4)), 0, rows - 1);
151 int grp_sizey = min(GRP_SIZEY + 1, rows - start_y);
286 int start_y = get_group_id(1) * GRP_SIZEY;
298 int y = clamp(start_y - 1 + i / (GRP_SIZEX + 2), 0, rows - 1);
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp523 int start_y, in FPDF_RenderPage() argument
554 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPage()
579 rect.top = start_y; in FPDF_RenderPage()
581 rect.bottom = start_y + size_y; in FPDF_RenderPage()
638 start_y - rect.top, size_x, size_y, rotate, flags); in FPDF_RenderPage()
684 int start_y, in FPDF_RenderPageBitmap() argument
714 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap()
760 int start_y, in FPDF_DeviceToPage() argument
772 pPage->DeviceToPage(start_x, start_y, size_x, size_y, rotate, device_x, in FPDF_DeviceToPage()
776 pPage->GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, in FPDF_DeviceToPage()
[all …]
Dfpdf_progressive.cpp27 int start_y, in FPDF_RenderPageBitmap_Start() argument
59 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap_Start()
Dfpdfformfill.cpp299 int start_y, in FPDF_FFLDraw() argument
339 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate); in FPDF_FFLDraw()
344 clip.top = start_y; in FPDF_FFLDraw()
345 clip.bottom = start_y + size_y; in FPDF_FFLDraw()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_page.cpp175 int start_y, in DeviceToPage() argument
192 GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate); in DeviceToPage()
203 int start_y, in PageToDevice() argument
217 GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate); in PageToDevice()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_page.h28 int start_y,
37 int start_y,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp28 FX_FLOAT start_y = pCoords->GetNumber(1); in DrawAxialShading() local
46 FX_FLOAT y_span = end_y - start_y; in DrawAxialShading()
88 FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), in DrawAxialShading()
119 FX_FLOAT start_y = pCoords->GetNumber(1); in DrawRadialShading() local
169 FXSYS_Mul(start_y - end_y, start_y - end_y) - in DrawRadialShading()
177 FXSYS_Mul(start_y - end_y, start_y - end_y))); in DrawRadialShading()
188 FXSYS_Mul(y - start_y, end_y - start_y) + in DrawRadialShading()
191 FXSYS_Mul(y - start_y, y - start_y) - in DrawRadialShading()
1142 int start_x, start_y; in DrawTilingPattern() local
1145 start_y = FXSYS_round(mtPattern2Device.f) + row * height - clip_box.top; in DrawTilingPattern()
[all …]
/external/pdfium/public/
Dfpdfview.h541 int start_y,
573 int start_y,
637 int start_y,
673 int start_y,
Dfpdf_progressive.h79 int start_y,
/external/webp/src/dec/
Dio.c150 int start_y = io->mb_y; in GetAlphaSourceRow() local
156 if (start_y == 0) { in GetAlphaSourceRow()
160 --start_y; in GetAlphaSourceRow()
168 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
171 return start_y; in GetAlphaSourceRow()
184 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() local
185 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB()
208 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() local
209 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444()
/external/opencv3/3rdparty/libwebp/dec/
Dio.c191 int start_y = io->mb_y; in GetAlphaSourceRow() local
197 if (start_y == 0) { in GetAlphaSourceRow()
201 --start_y; in GetAlphaSourceRow()
209 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
212 return start_y; in GetAlphaSourceRow()
224 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() local
225 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB()
255 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() local
256 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444()
/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/pdfium/xfa/src/fxgraphics/src/
Dfx_path_generator.h38 FX_FLOAT start_y,
Dfx_graphics.cpp962 FX_FLOAT start_y = _info._fillColor->_shading->_beginPoint.y; in FillPathWithShading() local
973 FX_FLOAT y_span = end_y - start_y; in FillPathWithShading()
982 FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), in FillPathWithShading()
1006 FXSYS_Mul(start_y - end_y, start_y - end_y) - in FillPathWithShading()
1014 FXSYS_Mul(y - start_y, end_y - start_y) + in FillPathWithShading()
1017 FXSYS_Mul(y - start_y, y - start_y) - in FillPathWithShading()
Dfx_path_generator.cpp74 FX_FLOAT start_y, in AddBezier() argument
83 m_pPathData->SetPoint(old_count, start_x, start_y, FXPT_MOVETO); in AddBezier()
/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/third_party/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/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py485 start_x, start_y, end_x, end_y = line
489 start_x, start_y, end_x, end_y, speed, num_taps)
515 start_x, start_y, end_x, end_y = line
536 start_x, start_y, finger_angle, finger_spacing,
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp268 int start_y = i + y - search_window_half_size_; in calcDistSumsForFirstElementInRow() local
276 border_size_ + start_y + ty, border_size_ + start_x + tx); in calcDistSumsForFirstElementInRow()

12