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

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 40 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
42 , m_topRight(topRight)
53 const IntSize& topRight() const { return m_topRight; }
77 RoundedIntRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
105 return a.topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.bottomRight() == b.bottomRight();
RoundedIntRect.cpp 84 m_topRight = edges.topRight();
90 m_topRight = edges.topRight();
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
129 , m_radii(topLeft, topRight, bottomLeft, bottomRight)
145 return m_radii.topLeft().width() + m_radii.topRight().width() <= m_rect.width()
147 && m_radii.topLeft().height() + m_radii.topRight().height() <= m_rect.height()
ShadowBlur.cpp 424 rightSlice = twiceRadius + max(radii.topRight().width(), radii.bottomRight().width());
426 topSlice = twiceRadius + max(radii.topLeft().height(), radii.topRight().height());
516 path.addRoundedRect(shadowedRect, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
557 path.addRoundedRect(holeRect, holeRadii.topLeft(), holeRadii.topRight(), holeRadii.bottomLeft(), holeRadii.bottomRight());
636 path.addRoundedRect(templateHole, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
698 path.addRoundedRect(templateShadow, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
    [all...]
  /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/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 92 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector)
109 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
113 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
114 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
124 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
129 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
130 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
153 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
154 normalVector.setX(-top + topRight - (center << 1) + (right << 1));
155 normalVector.setY(-(top << 1) - topRight + (center << 1) + right)
    [all...]
FELighting.h 64 inline void topRight(int offset, IntPoint& normalVector);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 132 const IntSize& topRight, const IntSize& bottomLeft,
135 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color);
138 const IntSize& topRight, const IntSize& bottomLeft,
PlatformGraphicsContextSkia.h 97 const IntSize& topRight, const IntSize& bottomLeft,
PlatformGraphicsContextSkia.cpp 544 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
554 radii[2] = SkIntToScalar(topRight.width());
555 radii[3] = SkIntToScalar(topRight.height());
GraphicsContextAndroid.cpp 223 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
231 platformContext()->fillRoundedRect(rect, topLeft, topRight,
GraphicsOperation.h 489 const IntSize& topRight,
495 , m_topRight(topRight)
PlatformGraphicsContextRecording.h 138 const IntSize& topRight, const IntSize& bottomLeft,
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 101 void drawRoundedRect(const FloatRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
GraphicsContextOpenVG.cpp 176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
183 m_data->drawRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, VG_FILL_PATH);
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 110 const LengthSize& topRight() const { return m_topRight; }
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /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...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 650 FloatPoint topRight(size.width(), 0);
651 float topRightDistance = FloatSize(p - topRight).diagonalLength();
663 corner = topRight;
683 FloatPoint topRight(size.width(), 0);
684 float topRightDistance = FloatSize(p - topRight).diagonalLength();
696 corner = topRight;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 747 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
768 contextShadow.drawRectShadow(this, rect, RoundedIntRect::Radii(topLeft, topRight, bottomLeft, bottomRight));
771 bool equalWidths = (topLeft.width() == topRight.width() && topRight.width() == bottomLeft.width() && bottomLeft.width() == bottomRight.width());
772 bool equalHeights = (topLeft.height() == bottomLeft.height() && bottomLeft.height() == topRight.height() && topRight.height() == bottomRight.height());
777 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 229 float topRight = (float) Math.sqrt(xCeilingSq + yFloorSq);
232 float sum = topLeft + topRight + btmLeft + btmRight;
240 value = topRight / sum;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) {
350 buf.putInt(convertColor(topRight));
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraControls.java 140 topRight(mPreview, l, t, r, b);
309 private void topRight(View v, int l, int t, int r, int b) {
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 283 final int topRight = selectorRight;
299 canvas.clipRect(topLeft, topTop, topRight, topBottom);
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 823 const IntSize& topRight,
839 if (topLeft.width() + topRight.width() > rect.width()
842 || topRight.height() + bottomRight.height() > rect.height()) {
851 addCornerArc(&path, r, topRight, 270);
    [all...]

Completed in 236 milliseconds

1 2 3