HomeSort by relevance Sort by last modified time
    Searched refs:bottomLeft (Results 1 - 25 of 35) sorted by null

1 2

  /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;
  /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 619 int bottomLeft, int bottomRight) {
625 assertEquals("Bottom left", bottomLeft, getPixelFloatPos(bitmap, .25f, .75f));
630 int bottomLeft, int bottomRight, int threshold) {
636 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 if (coloredRect.bottomLeft.x() == coloredRect.topRight.x() || coloredRect.bottomLeft.y() == coloredRect.topRight.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 if (coloredRect.bottomLeft.x() == coloredRect.topRight.x() || coloredRect.bottomLeft.y() == coloredRect.topRight.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...]
teglWideColorTests.cpp 123 IVec2 bottomLeft;
129 : bottomLeft (bottomLeft_)
207 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), m_bufWidth);
208 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), m_bufHeight);
    [all...]
  /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...]
  /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;
  /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;
es3fTextureShadowTests.cpp 431 tcu::Vec2 bottomLeft;
443 , bottomLeft(bottomLeft_)
632 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
641 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
  /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);
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 309 final int bottomLeft = 0;
319 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
gifdecoder-SNAPSHOT.jar 
  /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);
es2aTextureFilteringTests.cpp 477 const tcu::Vec2& bottomLeft,
495 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, 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);
  /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/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...]
  /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);
es2fTextureMipmapTests.cpp 191 Vec2 bottomLeft;
218 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
221 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 618 POS bottomLeft{scissor.xmin, scissor.ymax};
623 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]);
624 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
659 POS bottomLeft{scissor.xmin, scissor.ymax};
664 ComputeEdgeData(topLeft, bottomLeft, rastEdges[3]);
665 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
    [all...]

Completed in 927 milliseconds

1 2