/cts/tests/tests/view/src/android/view/cts/ |
PixelCopyGLProducerCtsActivity.java | 46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { 49 mBottomLeftColor = bottomLeft;
|
PixelCopyTest.java | 466 int bottomLeft, int bottomRight) { 472 assertEquals("Bottom left", bottomLeft, getPixelFloatPos(bitmap, .25f, .75f)); 477 int bottomLeft, int bottomRight, int threshold) { 483 assertTrue("Bottom left", pixelsAreSame(bottomLeft, getPixelFloatPos(bitmap, .25f, .75f),
|
/external/deqp/modules/egl/ |
teglPartialUpdateTests.cpp | 119 IVec2 bottomLeft; 125 : bottomLeft (bottomLeft_) 254 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); 255 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); 305 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), 306 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()); 338 tcu::clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y() [all...] |
teglBufferAgeTests.cpp | 131 IVec2 bottomLeft; 137 : bottomLeft(bottomLeft_) 265 float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); 266 float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); 316 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), 317 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()); 349 tcu::clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y() [all...] |
teglSwapBuffersWithDamageTests.cpp | 87 IVec2 bottomLeft; 93 : bottomLeft (bottomLeft_) 196 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); 197 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); 247 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), 248 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()); 674 damageRegion.push_back(rect.bottomLeft.x()); 675 damageRegion.push_back(rect.bottomLeft.y()) [all...] |
/external/skia/debugger/QT/ |
SkListWidget.cpp | 37 painter->drawLine(r.bottomLeft(),r.bottomRight()); 38 painter->drawLine(r.topLeft(),r.bottomLeft()); 50 painter->drawLine(r.bottomLeft(),r.bottomRight()); 51 painter->drawLine(r.topLeft(),r.bottomLeft());
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
Quad.java | 163 public PointF bottomLeft() { 190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina); 193 return new Quad(topLeft, topRight, bottomLeft, bottomRight); 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { 322 mBottomLeft = bottomLeft;
|
/external/skia/gm/ |
simple_magnification.cpp | 64 * BottomLeft origin + 1-wide inset | TopLeft origin + 1-wide inset 66 * BottomLeft origin + 7-wide inset | TopLeft origin + 7-wide inset
|
/external/deqp/framework/opengl/ |
gluTextureTestUtil.hpp | 172 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight); 173 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight); 176 void computeQuadTexCoordCube (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight); 177 void computeQuadTexCoordCubeArray (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& layerRange);
|
gluTextureTestUtil.cpp | [all...] |
/external/pdfium/xfa/fxfa/app/ |
xfa_ffpath.cpp | 91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft());
|
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 51 BottomLeft=0, BottomRight=1, 140 * BottomLeft and BottomRight. 142 * BottomLeft, BottomRight, TopLeft, TopRight.
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
StyledCornersBitmapDrawable.java | 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { 484 || mBottomLeftCornerStyle != bottomLeft; 489 mBottomLeftCornerStyle = bottomLeft;
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 309 final int bottomLeft = 0; 319 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderTextureGatherTests.cpp | 99 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) 103 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y(); 104 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); 105 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); 109 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) 113 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx; 114 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; 115 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx [all...] |
/external/deqp/modules/gles2/accuracy/ |
es2aTextureMipmapTests.cpp | 188 Vec2 bottomLeft; 215 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; 218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureMipmapTests.cpp | 179 Vec2 bottomLeft; 206 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; 209 computeQuadTexCoord2D(dst, bottomLeft, topRight);
|
/external/deqp/modules/gles3/functional/ |
es3fTextureWrapTests.cpp | 101 tcu::Vec2 bottomLeft; 105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {} 327 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight); 347 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
|
/external/deqp/modules/gles31/functional/ |
es31fTextureFilteringTests.cpp | 139 tcu::Vec2 bottomLeft; 150 , bottomLeft (bottomLeft_) 352 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage; 360 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
|
/external/eigen/test/ |
geo_alignedbox.cpp | 130 VERIFY_IS_APPROX( m, box.corner( BoxType::BottomLeft ) );
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ImageShader.java | 422 quad.bottomLeft().x, quad.bottomLeft().y, 470 quad.bottomLeft().x, quad.bottomLeft().y,
|
/external/eigen/doc/ |
A05_PortingFrom2To3.dox | 53 matrix.corner(BottomLeft,r,c) 57 matrix.corner<r,c>(BottomLeft)
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 357 tcu::Vec2 bottomLeft; 367 , bottomLeft(bottomLeft_) 564 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage; 572 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
|
/external/pdfium/xfa/fde/ |
cfde_path.cpp | 208 LineTo(rect.BottomLeft());
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureShadowTests.cpp | 406 tcu::Vec2 bottomLeft; 418 , bottomLeft (bottomLeft_) 546 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight 555 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight); [all...] |