Home
last modified time | relevance | path

Searched defs:startY (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/fuzz/
DFuzzMain.cpp503 const int startY = (i + 1) * stripeHeight; in fuzz_img() local
518 const int startY = i * stripeHeight; in fuzz_img() local
/third_party/skia/src/core/
DSkMaskFilter.cpp145 int startY = std::max(0, r.top() - outerR.top()); in draw_nine_clipped() local
158 int startY = outerR.bottom() - r.bottom(); in draw_nine_clipped() local
DSkScan_Hairline.cpp131 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6); in HairLineRgn() local
DSkGeometry.cpp1447 const SkScalar startY = src.fPts[0].fY; in subdivide() local
/third_party/skia/fuzz/
DFuzzMain.cpp556 const int startY = (i + 1) * stripeHeight; in fuzz_img() local
571 const int startY = i * stripeHeight; in fuzz_img() local
/third_party/skia/tools/viewer/
DStatsLayer.cpp128 int startY = SkScalarTruncToInt(rect.fBottom); in onPaint() local
DTouchGesture.cpp196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom()
/third_party/flutter/skia/tools/viewer/
DStatsLayer.cpp129 int startY = SkScalarTruncToInt(rect.fBottom); in onPaint() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_screen.js77 startY: '[PC preview] unknown startY' property
/third_party/skia/src/codec/
DSkSampledCodec.cpp204 const int startY = samplingOffsetY + subsetY; in sampledDecode() local
/third_party/flutter/skia/src/codec/
DSkSampledCodec.cpp211 const int startY = samplingOffsetY + subsetY; in sampledDecode() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp81 const int startY = static_cast<int>(0.15f * (float)image.getHeight()); in verifyResult() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp81 const int startY = static_cast<int>(0.15f * (float)image.getHeight()); in verifyResult() local
/third_party/flutter/skia/src/core/
DSkMaskFilter.cpp146 int startY = SkMax32(0, r.top() - outerR.top()); in draw_nine_clipped() local
159 int startY = outerR.bottom() - r.bottom(); in draw_nine_clipped() local
DSkScan_Hairline.cpp126 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6); in HairLineRgn() local
DSkGeometry.cpp1248 const SkScalar startY = src.fPts[0].fY; in subdivide() local
/third_party/flutter/skia/gm/
Ddashing.cpp32 SkScalar startX = SkIntToScalar(0), SkScalar startY = SkIntToScalar(0)) { in drawline()
/third_party/skia/gm/
Ddashing.cpp32 SkScalar startX = SkIntToScalar(0), SkScalar startY = SkIntToScalar(0)) { in drawline()
/third_party/flutter/skia/dm/
DDMSrcSink.cpp602 const int startY = (i + 1) * stripeHeight; in draw() local
617 const int startY = i * stripeHeight; in draw() local
/third_party/skia/dm/
DDMSrcSink.cpp665 const int startY = (i + 1) * stripeHeight; in draw() local
680 const int startY = i * stripeHeight; in draw() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1874 const int startY = (int)(0.15f * (float)rendered.getHeight()); in iterate() local
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h2720 UINT_32 startY; member