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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 40 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
43 , m_bottomLeft(bottomLeft)
54 const IntSize& bottomLeft() const { return m_bottomLeft; }
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 82 m_bottomLeft = edges.bottomLeft();
92 m_bottomLeft = edges.bottomLeft();
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)
146 && m_radii.bottomLeft().width() + m_radii.bottomRight().width() <= m_rect.width()
148 && m_radii.bottomLeft().height() + m_radii.bottomRight().height() <= m_rect.height();
ShadowBlur.cpp 423 leftSlice = twiceRadius + max(radii.topLeft().width(), radii.bottomLeft().width());
427 bottomSlice = twiceRadius + max(radii.bottomLeft().height(), radii.bottomRight().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/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSquareRoot.cpp 113 FloatPoint bottomLeft(tx + frontWidth * gRadicalBottomPointXPos , ty + maxHeight + gRadicalBasePad);
131 root.addLineTo(bottomLeft);
145 mask.addLineTo(bottomLeft);
156 line.moveTo(bottomLeft);
RenderMathMLRoot.cpp 147 FloatPoint bottomLeft(start - gRadicalBottomPointXPos * frontWidth , ty + maxHeight + gRadicalBasePad);
165 root.addLineTo(bottomLeft);
179 mask.addLineTo(bottomLeft);
190 line.moveTo(bottomLeft);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
88 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
89 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
97 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
99 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
100 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
126 int bottomLeft = 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);
141 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset))
    [all...]
FELighting.h 68 inline void bottomLeft(int offset, IntPoint& normalVector);
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 141 QLinearGradient linearGradient(rect.topLeft(), rect.bottomLeft());
189 linearGradient.setStart(rect.bottomLeft());
194 linearGradient.setStart(rect.bottomLeft());
195 linearGradient.setFinalStop(QPoint(rect.bottomLeft().x(),
196 rect.bottomLeft().y() - /* offset limit for gradient */ 20));
226 linearGradient.setFinalStop(rect.bottomLeft());
348 linearGradient.setStart(rect.bottomLeft());
353 linearGradient.setStart(rect.bottomLeft());
354 linearGradient.setFinalStop(QPoint(rect.bottomLeft().x(),
355 rect.bottomLeft().y() - /* offset limit for gradient */ 20))
    [all...]
  /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 545 const IntSize& bottomLeft, const IntSize& bottomRight,
558 radii[6] = SkIntToScalar(bottomLeft.width());
559 radii[7] = SkIntToScalar(bottomLeft.height());
GraphicsContextAndroid.cpp 224 const IntSize& bottomLeft, const IntSize& bottomRight,
232 bottomLeft, bottomRight, color, colorSpace);
GraphicsOperation.h 490 const IntSize& bottomLeft,
496 , m_bottomLeft(bottomLeft)
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 111 const LengthSize& bottomLeft() const { return m_bottomLeft; }
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /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...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 653 FloatPoint bottomLeft(0, size.height());
654 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength();
668 corner = bottomLeft;
686 FloatPoint bottomLeft(0, size.height());
687 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength();
701 corner = bottomLeft;
    [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...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) {
353 buf.putInt(convertColor(bottomLeft));
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 324 final int bottomLeft = 0;
334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 824 const IntSize& bottomLeft,
840 || bottomLeft.width() + bottomRight.width() > rect.width()
841 || topLeft.height() + bottomLeft.height() > rect.height()
853 addCornerArc(&path, r, bottomLeft, 90);
    [all...]

Completed in 377 milliseconds

1 2