Home
last modified time | relevance | path

Searched refs:widthOffset (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrRasterizer.cpp878 …const tcu::Vector<deInt64,2> widthOffset = (isXMajor ? tcu::Vector<deInt64,2>(0, -1) : tcu::Vecto… in init() local
880 const deInt64 x0 = toSubpixelCoord(v0.x(), m_subpixelBits) + widthOffset.x(); in init()
881 const deInt64 y0 = toSubpixelCoord(v0.y(), m_subpixelBits) + widthOffset.y(); in init()
882 const deInt64 x1 = toSubpixelCoord(v1.x(), m_subpixelBits) + widthOffset.x(); in init()
883 const deInt64 y1 = toSubpixelCoord(v1.y(), m_subpixelBits) + widthOffset.y(); in init()
942 …const tcu::Vector<deInt64,2> widthOffset = -minorDirection.cast<deInt64>() * (toSubpixelCoord… in rasterize() local
943 …r<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy(), m_subpixelBits) + widthOffset; in rasterize()
944 …r<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy(), m_subpixelBits) + widthOffset; in rasterize()
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp1014 SkScalar widthOffset = this->width() - 100; in setControlButtonsPos() local
1017 kControlList[index].fControl->fBounds.setXYWH(widthOffset, 30, 30, 400); in setControlButtonsPos()
1018 widthOffset -= 50; in setControlButtonsPos()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5674 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen() local
5676 coords.push_back(tcu::Vec4(widthOffset, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5677 coords.push_back(tcu::Vec4(widthOffset, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()
5678 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5679 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()