HomeSort by relevance Sort by last modified time
    Searched defs:bottomLeft (Results 1 - 23 of 23) sorted by null

  /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/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;
es3fTextureFilteringTests.cpp 373 tcu::Vec2 bottomLeft;
383 , bottomLeft(bottomLeft_)
591 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
599 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureShadowTests.cpp 431 tcu::Vec2 bottomLeft;
443 , bottomLeft(bottomLeft_)
632 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
641 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureMipmapTests.cpp 235 Vec2 bottomLeft;
262 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
265 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 283 tcu::Vec2 bottomLeft;
293 , bottomLeft (bottomLeft_)
426 log << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
434 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureShadowTests.cpp 406 tcu::Vec2 bottomLeft;
418 , bottomLeft (bottomLeft_)
546 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
555 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureMipmapTests.cpp 202 const Vec2 bottomLeft;
229 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
232 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/egl/
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...]
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...]
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/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 188 Vec2 bottomLeft;
215 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /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/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/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);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 489 SkRect bottomLeft = SkRect::MakeXYWH(0, dstRect.height() - 1, 1, 1);
506 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomLeft,
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
gifdecoder-SNAPSHOT.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 3397 milliseconds