Home
last modified time | relevance | path

Searched refs:startY (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/tools/viewer/
DStatsLayer.cpp128 int startY = SkScalarTruncToInt(rect.fBottom); in onPaint() local
132 int endY = std::max(startY - height, kDisplayPadding + kTextHeight); in onPaint()
134 canvas->drawLine(SkIntToScalar(x), SkIntToScalar(startY), in onPaint()
136 startY = endY; in onPaint()
142 height = std::max(0, height - (SkScalarTruncToInt(rect.fBottom) - startY)); in onPaint()
143 int endY = std::max(startY - height, kDisplayPadding + kTextHeight); in onPaint()
145 canvas->drawLine(SkIntToScalar(x), SkIntToScalar(startY), in onPaint()
DTouchGesture.h31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
DTouchGesture.cpp196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() argument
197 fLocalM.setTranslate(-startX, -startY); in updateZoom()
/third_party/skia/src/core/
DSkMaskFilter.cpp145 int startY = std::max(0, r.top() - outerR.top()); in draw_nine_clipped() local
146 int stopY = startY + r.height(); in draw_nine_clipped()
148 for (int y = startY; y < stopY; ++y) { in draw_nine_clipped()
158 int startY = outerR.bottom() - r.bottom(); in draw_nine_clipped() local
159 int stopY = startY + r.height(); in draw_nine_clipped()
161 for (int y = startY; y < stopY; ++y) { in draw_nine_clipped()
DSkGeometry.cpp1447 const SkScalar startY = src.fPts[0].fY; in subdivide() local
1449 if (between(startY, src.fPts[1].fY, endY)) { in subdivide()
1453 if (!between(startY, midY, endY)) { in subdivide()
1455 SkScalar closerY = SkTAbs(midY - startY) < SkTAbs(midY - endY) ? startY : endY; in subdivide()
1458 if (!between(startY, dst[0].fPts[1].fY, dst[0].fPts[2].fY)) { in subdivide()
1461 dst[0].fPts[1].fY = startY; in subdivide()
1469 SkASSERT(between(startY, dst[0].fPts[1].fY, dst[0].fPts[2].fY)); in subdivide()
DSkScan_Hairline.cpp131 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6); in HairLineRgn() local
133 horiline(ix0, ix1, startY, slope, blitter); in HairLineRgn()
/third_party/skia/fuzz/
DFuzzMain.cpp556 const int startY = (i + 1) * stripeHeight; in fuzz_img() local
557 const int linesToRead = std::min(stripeHeight, height - startY); in fuzz_img()
559 codec->getScanlines(bitmap.getAddr(0, startY), linesToRead, bitmap.rowBytes()); in fuzz_img()
571 const int startY = i * stripeHeight; in fuzz_img() local
572 const int linesToRead = std::min(stripeHeight, height - startY); in fuzz_img()
573 codec->getScanlines(bitmap.getAddr(0, startY), linesToRead, bitmap.rowBytes()); in fuzz_img()
/third_party/skia/src/codec/
DSkSampledCodec.cpp204 const int startY = samplingOffsetY + subsetY; in sampledDecode() local
285 if (!this->codec()->skipScanlines(startY)) { in sampledDecode()
/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
84 for (int y = startY; y < endY; ++y) in verifyResult()
/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
84 for (int y = startY; y < endY; ++y) in verifyResult()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_screen.js77 startY: '[PC preview] unknown startY' property
/third_party/skia/gm/
Ddashing.cpp32 SkScalar startX = SkIntToScalar(0), SkScalar startY = SkIntToScalar(0)) { in drawline() argument
41 canvas->drawLine(startX, startY, finalX, finalY, p); in drawline()
/third_party/skia/dm/
DDMSrcSink.cpp665 const int startY = (i + 1) * stripeHeight; in draw() local
666 const int linesToRead = std::min(stripeHeight, height - startY); in draw()
668 codec->getScanlines(SkTAddOffset<void>(dst, rowBytes * startY), linesToRead, in draw()
680 const int startY = i * stripeHeight; in draw() local
681 const int linesToRead = std::min(stripeHeight, height - startY); in draw()
682 codec->getScanlines(SkTAddOffset<void>(dst, rowBytes * startY), linesToRead, in draw()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/
Dh264_decode.adoc125 {empty}:: [eq]#([pname:startX,pname:endX),[pname:startY,pname:endY))#
136 * [eq]#startY# equals pname:imageOffset.y rounded down to the nearest
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp516 pInfo[mip].startY = mipCoord.h; in GetMetaMipInfo()
4583 pInfo[mip].startY = mipCoord.h; in GetMetaMiptailInfo()
4597 mipCoord.h = pInfo[blk32MipId].startY; in GetMetaMiptailInfo()
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h2720 UINT_32 startY; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1874 const int startY = (int)(0.15f * (float)rendered.getHeight()); in iterate() local
1877 for (int y = startY; y < endY; y++) in iterate()