/third_party/skia/tools/viewer/ |
D | StatsLayer.cpp | 128 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()
|
D | TouchGesture.h | 31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
|
D | TouchGesture.cpp | 196 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/ |
D | SkMaskFilter.cpp | 145 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()
|
D | SkGeometry.cpp | 1447 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()
|
D | SkScan_Hairline.cpp | 131 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/ |
D | FuzzMain.cpp | 556 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/ |
D | SkSampledCodec.cpp | 204 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/ |
D | vktTessellationCommonEdgeTests.cpp | 81 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/ |
D | vktTessellationCommonEdgeTests.cpp | 81 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/ |
D | ohos_screen.js | 77 startY: '[PC preview] unknown startY' property
|
/third_party/skia/gm/ |
D | dashing.cpp | 32 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/ |
D | DMSrcSink.cpp | 665 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/ |
D | h264_decode.adoc | 125 {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/ |
D | gfx9addrlib.cpp | 516 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/ |
D | addrinterface.h | 2720 UINT_32 startY; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1874 const int startY = (int)(0.15f * (float)rendered.getHeight()); in iterate() local 1877 for (int y = startY; y < endY; y++) in iterate()
|