Home
last modified time | relevance | path

Searched refs:bottomLeft (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DRoundedIntRect.h40 …Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& b… in Radii() argument
43 , m_bottomLeft(bottomLeft) in Radii()
54 const IntSize& bottomLeft() const { return m_bottomLeft; } in bottomLeft() function
77 …Rect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& …
105 …topLeft() == b.topLeft() && a.topRight() == b.topRight() && a.bottomLeft() == b.bottomLeft() && a.…
DRoundedIntRect.cpp82 m_bottomLeft = edges.bottomLeft(); in includeLogicalEdges()
92 m_bottomLeft = edges.bottomLeft(); in includeLogicalEdges()
127 … rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& … in RoundedIntRect() argument
129 , m_radii(topLeft, topRight, bottomLeft, bottomRight) in RoundedIntRect()
146 && m_radii.bottomLeft().width() + m_radii.bottomRight().width() <= m_rect.width() in isRenderable()
148 && m_radii.bottomLeft().height() + m_radii.bottomRight().height() <= m_rect.height(); in isRenderable()
DShadowBlur.cpp423 leftSlice = twiceRadius + max(radii.topLeft().width(), radii.bottomLeft().width()); in computeSliceSizesFromRadii()
427 bottomSlice = twiceRadius + max(radii.bottomLeft().height(), radii.bottomRight().height()); in computeSliceSizesFromRadii()
516 …path.addRoundedRect(shadowedRect, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bot… in drawRectShadowWithoutTiling()
557 …dedRect(holeRect, holeRadii.topLeft(), holeRadii.topRight(), holeRadii.bottomLeft(), holeRadii.bot… in drawInsetShadowWithoutTiling()
636 …path.addRoundedRect(templateHole, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bot… in drawInsetShadowWithTiling()
698 …path.addRoundedRect(templateShadow, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.b… in drawRectShadowWithTiling()
/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in topRow() local
88 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight); in topRow()
89 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight); in topRow()
97 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in topRight() local
99 normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom); in topRight()
100 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1)); in topRight()
126 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in interior() local
129 normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight); in interior()
130 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight); in interior()
141 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); in rightColumn() local
[all …]
DFELighting.h68 inline void bottomLeft(int offset, IntPoint& normalVector);
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view.mm41 NSPoint bottomLeft =
52 [path curveToPoint:bottomLeft
53 controlPoint1:NSMakePoint(midLeft2.x, bottomLeft.y)
54 controlPoint2:NSMakePoint(midLeft2.x, bottomLeft.y)];
58 controlPoint1:NSMakePoint(midRight1.x, bottomLeft.y)
59 controlPoint2:NSMakePoint(midRight1.x, bottomLeft.y)];
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLSquareRoot.cpp113 …FloatPoint bottomLeft(tx + frontWidth * gRadicalBottomPointXPos , ty + maxHeight + gRadicalBasePad… in paint() local
131 root.addLineTo(bottomLeft); in paint()
145 mask.addLineTo(bottomLeft); in paint()
156 line.moveTo(bottomLeft); in paint()
DRenderMathMLRoot.cpp147 …FloatPoint bottomLeft(start - gRadicalBottomPointXPos * frontWidth , ty + maxHeight + gRadicalBase… in paint() local
165 root.addLineTo(bottomLeft); in paint()
179 mask.addLineTo(bottomLeft); in paint()
190 line.moveTo(bottomLeft); in paint()
/external/webkit/Source/WebCore/platform/qt/
DQtMobileWebStyle.cpp141 QLinearGradient linearGradient(rect.topLeft(), rect.bottomLeft()); in drawControl()
189 linearGradient.setStart(rect.bottomLeft()); in drawControl()
194 linearGradient.setStart(rect.bottomLeft()); in drawControl()
195 linearGradient.setFinalStop(QPoint(rect.bottomLeft().x(), in drawControl()
196 rect.bottomLeft().y() - /* offset limit for gradient */ 20)); in drawControl()
226 linearGradient.setFinalStop(rect.bottomLeft()); in drawPrimitive()
348 linearGradient.setStart(rect.bottomLeft()); in drawComplexControl()
353 linearGradient.setStart(rect.bottomLeft()); in drawComplexControl()
354 linearGradient.setFinalStop(QPoint(rect.bottomLeft().x(), in drawComplexControl()
355 rect.bottomLeft().y() - /* offset limit for gradient */ 20)); in drawComplexControl()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.h132 const IntSize& topRight, const IntSize& bottomLeft, in fillRoundedRect() argument
135 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color); in fillRoundedRect()
138 const IntSize& topRight, const IntSize& bottomLeft,
DPlatformGraphicsContextSkia.cpp545 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect() argument
558 radii[6] = SkIntToScalar(bottomLeft.width()); in fillRoundedRect()
559 radii[7] = SkIntToScalar(bottomLeft.height()); in fillRoundedRect()
DGraphicsContextAndroid.cpp226 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect() argument
234 bottomLeft, bottomRight, color, colorSpace); in fillRoundedRect()
DPlatformGraphicsContextSkia.h97 const IntSize& topRight, const IntSize& bottomLeft,
DGraphicsOperation.h487 const IntSize& bottomLeft,
493 , m_bottomLeft(bottomLeft)
DPlatformGraphicsContextRecording.h135 const IntSize& topRight, const IntSize& bottomLeft,
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1271 …l(edges[BSBottom].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.r… in paintBorderSides()
1279 …ail(edges[BSLeft].style) || borderWillArcInnerEdge(innerBorder.radii().bottomLeft(), innerBorder.r… in paintBorderSides()
1720 bool ignoreLeft = (renderRadii && border.radii().bottomLeft().width() > 0) in paintBorder()
1731 x += border.radii().bottomLeft().width(); in paintBorder()
1741 if (border.radii().bottomLeft().width()) { in paintBorder()
1743 int leftY = ty + h - border.radii().bottomLeft().height() * 2; in paintBorder()
1744 … bool applyLeftInnerClip = (style->borderLeftWidth() < border.radii().bottomLeft().width()) in paintBorder()
1745 && (style->borderBottomWidth() < border.radii().bottomLeft().height()) in paintBorder()
1749 …undedRectClip(IntRect(leftX, leftY, border.radii().bottomLeft().width() * 2, border.radii().bottom… in paintBorder()
1762 …ArcForBoxSide(graphicsContext, leftX, leftY, thickness, border.radii().bottomLeft(), firstAngleSta… in paintBorder()
[all …]
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp653 FloatPoint bottomLeft(0, size.height()); in distanceToClosestCorner() local
654 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength(); in distanceToClosestCorner()
668 corner = bottomLeft; in distanceToClosestCorner()
686 FloatPoint bottomLeft(0, size.height()); in distanceToFarthestCorner() local
687 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength(); in distanceToFarthestCorner()
701 corner = bottomLeft; in distanceToFarthestCorner()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainPatch.java357 TerrainPatch bottomLeft, in fixNormalEdges() argument
468 if (bottomLeft != null) { in fixNormalEdges()
837 …Vector3f bottomLeft = worldCoordinateToLocal(new Vector3f(bbox.getCenter().x-bbox.getXExtent(), 0,… in collideWithBoundingBox() local
846 t = getTriangle(bottomLeft.x, bottomLeft.z); in collideWithBoundingBox()
854 for (float z=topLeft.z; z<bottomLeft.z; z+=1) { in collideWithBoundingBox()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp747 … rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& … in fillRoundedRect() argument
768 …adow.drawRectShadow(this, rect, RoundedIntRect::Radii(topLeft, topRight, bottomLeft, bottomRight)); in fillRoundedRect()
771 …(topLeft.width() == topRight.width() && topRight.width() == bottomLeft.width() && bottomLeft.width… in fillRoundedRect()
772 …bool equalHeights = (topLeft.height() == bottomLeft.height() && bottomLeft.height() == topRight.he… in fillRoundedRect()
777 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight); in fillRoundedRect()
/external/webkit/Source/WebCore/rendering/style/
DBorderData.h111 const LengthSize& bottomLeft() const { return m_bottomLeft; } in bottomLeft() function
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp176 … rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& … in fillRoundedRect() argument
183 m_data->drawRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, VG_FILL_PATH); in fillRoundedRect()
DPainterOpenVG.h101 …Rect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& …
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderDeviceJme.java345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) { in renderQuad() argument
353 buf.putInt(convertColor(bottomLeft)); in renderQuad()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp824 const IntSize& bottomLeft, in fillRoundedRect() argument
840 || bottomLeft.width() + bottomRight.width() > rect.width() in fillRoundedRect()
841 || topLeft.height() + bottomLeft.height() > rect.height() in fillRoundedRect()
853 addCornerArc(&path, r, bottomLeft, 90); in fillRoundedRect()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm1033 NSPoint bottomLeft = NSMakePoint(NSMinX(rect), NSMinY(rect) + 2 * lineWidth);
1048 [path moveToPoint:NSMakePoint(bottomLeft.x - lineWidth,
1049 bottomLeft.y - (2 * lineWidth))];
1050 [path lineToPoint:NSMakePoint(bottomLeft.x - lineWidth, bottomLeft.y)];
1051 [path lineToPoint:bottomLeft];
1053 controlPoint1:NSMakePoint(bottomLeft.x + baseControlPointOutset,
1054 bottomLeft.y)

12