HomeSort by relevance Sort by last modified time
    Searched defs:bottomLeft (Results 1 - 19 of 19) 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 100 tcu::Vec2 bottomLeft;
104 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
326 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight);
346 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
es3fTextureFilteringTests.cpp 372 tcu::Vec2 bottomLeft;
382 , bottomLeft(bottomLeft_)
590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
598 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureShadowTests.cpp 429 tcu::Vec2 bottomLeft;
441 , bottomLeft(bottomLeft_)
630 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
639 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureMipmapTests.cpp 234 Vec2 bottomLeft;
261 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
264 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 186 Vec2 bottomLeft;
213 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
216 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 356 tcu::Vec2 bottomLeft;
366 , bottomLeft(bottomLeft_)
563 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
571 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
es2fTextureMipmapTests.cpp 190 Vec2 bottomLeft;
217 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
220 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 178 Vec2 bottomLeft;
205 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
208 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 138 tcu::Vec2 bottomLeft;
149 , bottomLeft (bottomLeft_)
351 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
359 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 194 Float3 bottomLeft = new Float3(-1.0f, -1.0f, 0.0f);
201 fullQuad.set_position(1, bottomLeft, false);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 357 TerrainPatch bottomLeft,
468 if (bottomLeft != null) {
469 // setInBuffer(bottomLeft.getMesh(), s, normal, tangent, binormal);
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 324 final int bottomLeft = 0;
334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 388 SkRect bottomLeft = SkRect::MakeXYWH(0, dstRect.height() - 1, 1, 1);
399 this->drawRect(context, srcTexture, dst, matrix, clip, bottomLeft, kBottomLeft_BoundaryMode,
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 524 milliseconds