Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp884 …const tcu::Vector<deInt64,2> widthOffset = (isXMajor ? tcu::Vector<deInt64,2>(0, -1) : tcu::Vecto… in init() local
886 const deInt64 x0 = toSubpixelCoord(v0.x()) + widthOffset.x(); in init()
887 const deInt64 y0 = toSubpixelCoord(v0.y()) + widthOffset.y(); in init()
888 const deInt64 x1 = toSubpixelCoord(v1.x()) + widthOffset.x(); in init()
889 const deInt64 y1 = toSubpixelCoord(v1.y()) + widthOffset.y(); in init()
939 …const tcu::Vector<deInt64,2> widthOffset = -minorDirection.cast<deInt64>() * (toSubpixelCoord… in rasterize() local
940 const tcu::Vector<deInt64,2> pa = LineRasterUtil::toSubpixelVector(m_v0.xy()) + widthOffset; in rasterize()
941 const tcu::Vector<deInt64,2> pb = LineRasterUtil::toSubpixelVector(m_v1.xy()) + widthOffset; in rasterize()
/external/skqp/samplecode/
DSampleAAGeometry.cpp1019 SkScalar widthOffset = this->width() - 100; in setControlButtonsPos() local
1022 kControlList[index].fControl->fBounds.setXYWH(widthOffset, 30, 30, 400); in setControlButtonsPos()
1023 widthOffset -= 50; in setControlButtonsPos()
/external/skia/samplecode/
DSampleAAGeometry.cpp1019 SkScalar widthOffset = this->width() - 100; in setControlButtonsPos() local
1022 kControlList[index].fControl->fBounds.setXYWH(widthOffset, 30, 30, 400); in setControlButtonsPos()
1023 widthOffset -= 50; in setControlButtonsPos()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5669 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen() local
5671 coords.push_back(tcu::Vec4(widthOffset, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5672 coords.push_back(tcu::Vec4(widthOffset, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()
5673 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5674 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()