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

  /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
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 41 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
43 , m_topRight(topRight)
54 const IntSize& topRight() const { return m_topRight; }
78 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
114 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 110 const LengthSize& topRight() const { return m_topRight; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 93 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector)
110 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
114 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
115 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
125 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
130 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
131 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
154 int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
155 normalVector.setX(-top + topRight - (center << 1) + (right << 1));
156 normalVector.setY(-(top << 1) - topRight + (center << 1) + right)
    [all...]
  /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...]
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraControls.java 76 topRight(mPreview, l, t, r, b);
232 private void topRight(View v, int l, int t, int r, int b) {
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 195 Float3 topRight = new Float3(1.0f, 1.0f, 0.0f);
204 fullQuad.set_position(2, topRight, false);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 358 TerrainPatch topRight,
396 if (topRight != null) {
397 // setInBuffer(topRight.getMesh(), (s+1)*s, normal, tangent, binormal);
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 283 final int topRight = selectorRight;
299 canvas.clipRect(topLeft, topTop, topRight, topBottom);
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/tools/common/m2/internal/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 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
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 310 milliseconds