HomeSort by relevance Sort by last modified time
    Searched defs:topRight (Results 1 - 25 of 39) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 58 IFolderLayout topRight =
60 "topRight", //NON-NLS-1
64 topRight.addView(IPageLayout.ID_PROP_SHEET); //NON-NLS-1
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 90 * @param topRight the top-right of the quad
94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) {
95 PointF dp = new PointF(topRight.x - topLeft.x, topRight.y - topLeft.y);
99 PointF p3 = new PointF(topRight.x - np.x, topRight.y + np.y);
100 return new Quad(topLeft, topRight, p2, p3);
155 public PointF topRight() {
189 PointF topRight = rotatePoint(topRight(), center, cosa, sina)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 102 tcu::Vec2 topRight;
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 374 tcu::Vec2 topRight;
384 , topRight (topRight_)
591 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
599 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureShadowTests.cpp 432 tcu::Vec2 topRight;
444 , topRight (topRight_)
632 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
641 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureMipmapTests.cpp 236 Vec2 topRight;
263 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
265 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 279 tcu::Vec2 topRight;
289 , topRight (topRight_)
416 log << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
424 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureShadowTests.cpp 407 tcu::Vec2 topRight;
419 , topRight (topRight_)
546 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
555 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureMipmapTests.cpp 203 const Vec2 topRight;
230 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
232 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 132 IVec2 topRight;
138 , topRight (topRight_)
267 float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
268 float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
317 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
350 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()), color);
teglPartialUpdateTests.cpp 120 IVec2 topRight;
126 , topRight (topRight_)
256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
257 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
306 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
339 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y()), color);
475 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x() + marginLeft + marginRight);
476 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y() + marginBottom + marginTop)
    [all...]
teglSwapBuffersWithDamageTests.cpp 88 IVec2 topRight;
94 , topRight (topRight_)
198 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
199 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
248 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
676 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x());
677 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y());
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 189 Vec2 topRight;
216 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 358 tcu::Vec2 topRight;
368 , topRight (topRight_)
564 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
572 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
es2fTextureMipmapTests.cpp 192 Vec2 topRight;
219 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
221 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 180 Vec2 topRight;
207 const Vec2& topRight = s_basicCoords[cellNdx].topRight;
209 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 140 tcu::Vec2 topRight;
151 , topRight (topRight_)
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 274 final int topRight = selectorRight;
290 canvas.clipRect(topLeft, topTop, topRight, topBottom);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 436 SkRect topRight = SkRect::MakeXYWH(dstRect.width() - 1, 0, 1, 1);
449 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topRight,
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 2244 milliseconds

1 2