/external/skia/src/core/ |
D | SkScan_Path.cpp | 96 SkBlitter* blitter, int start_y, int stop_y, in walk_edges() argument 100 int curr_y = start_y; in walk_edges() 209 SkBlitter* blitter, int start_y, int stop_y, in walk_convex_edges() argument 225 SkASSERT(local_top >= start_y); in walk_convex_edges() 390 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) { in sk_fill_path() argument 419 if (rect.fTop < start_y) { in sk_fill_path() 420 rect.fTop = start_y; in sk_fill_path() 452 start_y = SkLeftShift(start_y, shiftEdgesUp); in sk_fill_path() 454 if (!pathContainedInClip && start_y < shiftedClip.fTop) { in sk_fill_path() 455 start_y = shiftedClip.fTop; in sk_fill_path() [all …]
|
D | SkScan_AAAPath.cpp | 1003 AdditiveBlitter* blitter, int start_y, int stop_y, SkFixed leftBound, SkFixed riteBound, in aaa_walk_convex_edges() argument 1375 SkPath::FillType fillType, AdditiveBlitter* blitter, int start_y, int stop_y, in aaa_walk_edges() argument 1380 SkFixed y = SkTMax(prevHead->fNext->fUpperY, SkIntToFixed(start_y)); in aaa_walk_edges() 1397 if (isInverse && SkIntToFixed(start_y) != y) { in aaa_walk_edges() 1399 if (SkFixedFloorToInt(y) != start_y) { in aaa_walk_edges() 1400 blitter->getRealBlitter()->blitRect(SkFixedFloorToInt(leftClip), start_y, in aaa_walk_edges() 1401 width, SkFixedFloorToInt(y) - start_y); in aaa_walk_edges() 1402 start_y = SkFixedFloorToInt(y); in aaa_walk_edges() 1404 SkAlpha* maskRow = isUsingMask ? static_cast<MaskAdditiveBlitter*>(blitter)->getRow(start_y) in aaa_walk_edges() 1406 blit_full_alpha(blitter, start_y, SkFixedFloorToInt(leftClip), width, in aaa_walk_edges() [all …]
|
D | SkScan_AntiPath.cpp | 312 int start_y = y >> SHIFT; in blitRect() local 314 int count = stop_y - start_y; in blitRect() 347 SkASSERT(start_y > fCurrIY); in blitRect() 357 fRealBlitter->blitV(ileft + fLeft, start_y, count, in blitRect() 372 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count, in blitRect()
|
D | SkScanPriv.h | 34 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 146 int start_y, in DeviceToPage() argument 159 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate)); in DeviceToPage() 169 int start_y, in PageToDevice() argument 181 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate); in PageToDevice()
|
D | cpdfxfa_page.h | 45 int start_y, 54 int start_y,
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.cpp | 392 FX_FLOAT start_y = m_info.fillColor->m_shading->m_beginPoint.y; in FillPathWithShading() local 403 FX_FLOAT y_span = end_y - start_y; in FillPathWithShading() 411 (((x - start_x) * x_span) + ((y - start_y) * y_span)) / in FillPathWithShading() 435 ((start_y - end_y) * (start_y - end_y)) - in FillPathWithShading() 443 ((y - start_y) * (end_y - start_y)) + in FillPathWithShading() 446 ((y - start_y) * (y - start_y)) - (start_r * start_r); in FillPathWithShading()
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 691 int start_y, in FPDF_RenderPage() argument 720 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPage() 745 int start_y, in FPDF_RenderPageBitmap() argument 764 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap() 874 int start_y, in FPDF_DeviceToPage() argument 886 pPage->DeviceToPage(start_x, start_y, size_x, size_y, rotate, device_x, in FPDF_DeviceToPage() 890 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate); in FPDF_DeviceToPage() 904 int start_y, in FPDF_PageToDevice() argument 918 pPage->PageToDevice(start_x, start_y, size_x, size_y, rotate, page_x, page_y, in FPDF_PageToDevice() 922 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate); in FPDF_PageToDevice() [all …]
|
D | fpdfformfill.cpp | 76 int start_y, in FFLCommon() argument 102 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate); in FFLCommon() 103 FX_RECT clip(start_x, start_y, start_x + size_x, start_y + size_y); in FFLCommon() 396 int start_y, in FPDF_FFLDraw() argument 401 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y, in FPDF_FFLDraw() 410 int start_y, in FPDF_FFLRecord() argument 415 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y, in FPDF_FFLRecord()
|
D | fpdf_progressive.cpp | 34 int start_y, in FPDF_RenderPageBitmap_Start() argument 55 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, in FPDF_RenderPageBitmap_Start()
|
D | fsdk_define.h | 70 int start_y,
|
/external/pdfium/public/ |
D | fpdfview.h | 589 int start_y, 624 int start_y, 716 int start_y, 752 int start_y,
|
D | fpdf_progressive.h | 83 int start_y,
|
D | fpdf_formfill.h | 1527 int start_y, 1538 int start_y,
|
/external/webp/src/dec/ |
D | io_dec.c | 155 int start_y = io->mb_y; in GetAlphaSourceRow() local 161 if (start_y == 0) { in GetAlphaSourceRow() 165 --start_y; in GetAlphaSourceRow() 173 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow() 176 return start_y; in GetAlphaSourceRow() 189 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() local 190 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGB() 213 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() local 214 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride; in EmitAlphaRGBA4444()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 112 FX_FLOAT start_y = pCoords->GetNumberAt(1); in DrawAxialShading() local 132 FX_FLOAT y_span = end_y - start_y; in DrawAxialShading() 165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) / in DrawAxialShading() 196 FX_FLOAT start_y = pCoords->GetNumberAt(1); in DrawRadialShading() local 240 ((start_y - end_y) * (start_y - end_y)) - in DrawRadialShading() 248 ((start_y - end_y) * (start_y - end_y)))); in DrawRadialShading() 259 ((pos.y - start_y) * (end_y - start_y)) + in DrawRadialShading() 262 ((pos.y - start_y) * (pos.y - start_y)) - in DrawRadialShading() 2313 int start_x, start_y; in DrawTilingPattern() local 2316 start_y = FXSYS_round(mtPattern2Device.f) + row * height - clip_box.top; in DrawTilingPattern() [all …]
|
/external/webp/src/enc/ |
D | predictor_enc.c | 293 const int start_y = tile_y << bits; in GetBestPredictorForTile() local 295 const int max_y = GetMin(tile_size, height - start_y); in GetBestPredictorForTile() 333 if (start_y > 0) { in GetBestPredictorForTile() 339 argb + (start_y - 1) * width + context_start_x, in GetBestPredictorForTile() 343 const int y = start_y + relative_y; in GetBestPredictorForTile()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-09-02-VectorCrash.ll | 3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2008-09-02-VectorCrash.ll | 3 define void @entry(i32 %m_task_id, i32 %start_x, i32 %end_x, i32 %start_y, i32 %end_y) {
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffgload.c | 1768 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/ |
D | touchbotII_robot_wrapper.py | 485 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/freetype/src/cff/ |
D | cffgload.c | 1816 FT_Pos start_y; in cff_decoder_parse_charstrings() local 1829 start_y = y; in cff_decoder_parse_charstrings() 1858 y = start_y; in cff_decoder_parse_charstrings() 1867 FT_Pos start_y; in cff_decoder_parse_charstrings() local 1878 start_y = y; in cff_decoder_parse_charstrings() 1901 y = start_y; in cff_decoder_parse_charstrings() 1915 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local 1932 start_y = y; in cff_decoder_parse_charstrings() 1968 y = start_y; in cff_decoder_parse_charstrings()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 717 int y, start_y, finish_y; in subtriangle() local 724 start_y = sy; in subtriangle() 725 if (start_y < miny) in subtriangle() 726 start_y = miny; in subtriangle() 732 start_y -= sy; in subtriangle() 739 for (y = start_y; y < finish_y; y++) { in subtriangle()
|
/external/libyuv/files/util/ |
D | ssim.cc | 303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y); in CalcSSIM() local 347 for (int j = start_y; j < image_height; ++j) { in CalcSSIM()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_progressivedecoder.h | 63 int start_y,
|