Searched refs:FloatPoint (Results 176 - 200 of 329) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.cpp80 FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boxSize);
92 FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boundingBox.size());
137 FloatPoint center = floatPointForCenterCoordinate(m_centerX, m_centerY, boundingBox.size());
179 path.moveTo(FloatPoint(floatValueForLength(m_values.at(0), boundingBox.width()) + boundingBox.x(),
182 path.addLineTo(FloatPoint(floatValueForLength(m_values.at(i), boundingBox.width()) + boundingBox.x(),
H A DShadowList.cpp84 DEFINE_STATIC_LOCAL(ShadowData, defaultShadowData, (FloatPoint(), 0, 0, Normal, Color::transparent));
85 DEFINE_STATIC_LOCAL(ShadowData, defaultInsetShadowData, (FloatPoint(), 0, 0, Inset, Color::transparent));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp106 float Font::drawText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const FloatPoint& point, CustomFontNotReadyAction customFontNotReadyAction) const
125 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const
206 PassTextBlobPtr Font::buildTextBlob(const TextRunPaintInfo& runInfo, const FloatPoint& textOrigin, bool couldUseLCDRenderedText, CustomFontNotReadyAction customFontNotReadyAction) const
226 PassTextBlobPtr Font::buildTextBlobForSimpleText(const TextRunPaintInfo& runInfo, const FloatPoint& textOrigin, bool couldUseLCDRenderedText) const
242 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to, bool accountForGlyphBounds) const
695 float Font::drawSimpleText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const FloatPoint& point) const
723 FloatPoint startPoint(point.x() + initialAdvance, point.y());
727 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const
735 drawEmphasisMarks(context, runInfo, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
738 float Font::drawGlyphBuffer(GraphicsContext* context, const TextRunPaintInfo& runInfo, const GlyphBuffer& glyphBuffer, const FloatPoint
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp36 #include "platform/geometry/FloatPoint.h"
378 FloatPoint contentsToWindow(FrameView *view, FloatPoint pt)
383 return FloatPoint(adjusted.x(), adjusted.y());
387 void adjustPointToRect(FloatPoint& point, const FloatRect& rect)
427 FloatPoint p1 = contentsToWindow(view, quad.p1());
428 FloatPoint p2 = contentsToWindow(view, quad.p2());
429 FloatPoint p3 = contentsToWindow(view, quad.p3());
430 FloatPoint p4 = contentsToWindow(view, quad.p4());
439 FloatPoint cente
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h53 InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
202 const FloatPoint& topLeft() const { return m_topLeft; }
289 FloatPoint locationIncludingFlipping();
291 FloatPoint flipForWritingMode(const FloatPoint&);
406 FloatPoint m_topLeft;
H A DRenderGeometryMap.cpp107 FloatPoint RenderGeometryMap::mapToContainer(const FloatPoint& p, const RenderLayerModelObject* container) const
109 FloatPoint result;
128 FloatPoint rendererMappedResult = lastRenderer->localToContainerPoint(p, container, m_mapCoordinatesFlags);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMouseRelatedEvent.cpp125 setAbsoluteLocation(roundedLayoutPoint(FloatPoint(pageX() * scaleFactor, pageY() * scaleFactor)));
148 FloatPoint localPos = r->absoluteToLocal(absoluteLocation(), UseTransforms);
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.h117 FloatPoint shapeToRendererPoint(FloatPoint) const;
H A DPolygonShape.cpp81 FloatPoint minYVertex;
82 FloatPoint maxYVertex;
101 static FloatShapeInterval clippedCircleXRange(const FloatPoint& center, float radius, float y1, float y2)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp170 bool RenderSVGContainer::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction)
176 FloatPoint localPoint;
H A DRenderSVGImage.cpp157 bool RenderSVGImage::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction)
166 FloatPoint localPoint;
H A DRenderSVGText.h66 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
H A DRenderSVGViewportContainer.cpp97 bool RenderSVGViewportContainer::pointIsInsideViewportClip(const FloatPoint& pointInParent)
H A DSVGTextRunRenderingContext.cpp82 void SVGTextRunRenderingContext::drawSVGGlyphs(GraphicsContext* context, const TextRun& run, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const
104 FloatPoint glyphOrigin;
110 FloatPoint currentPoint = point;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.h74 FloatPoint currentTranslate() { return m_translation->value(); }
75 void setCurrentTranslate(const FloatPoint&);
H A DSVGLengthContext.h64 static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y);
H A DSVGLengthContext.cpp72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY)
80 return FloatPoint(x->value(lengthContext), y->value(lengthContext));
84 return FloatPoint(x->valueAsPercentage(), y->valueAsPercentage());
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DTransformState.cpp156 FloatPoint TransformState::mappedPoint(bool* wasClamped) const
161 FloatPoint point = m_lastPlanarPoint;
H A DRoundedRect.cpp204 FloatPoint center(m_rect.x() + topLeft.width(), m_rect.y() + topLeft.height());
215 FloatPoint center(m_rect.maxX() - topRight.width(), m_rect.y() + topRight.height());
226 FloatPoint center(m_rect.x() + bottomLeft.width(), m_rect.maxY() - bottomLeft.height());
237 FloatPoint center(m_rect.maxX() - bottomRight.width(), m_rect.maxY() - bottomRight.height());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradientGeneratedImage.cpp44 destContext->fillRect(FloatRect(FloatPoint(), m_size));
48 const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, WebBlendMode blendMode, const IntSize& repeatSpacing)
H A DGraphicsContextTest.cpp200 path.moveTo(FloatPoint(0, 0));
201 path.addLineTo(FloatPoint(100, 0));
477 path.moveTo(FloatPoint(0, 0));
478 path.addLineTo(FloatPoint(100, 0));
485 path.moveTo(FloatPoint(0, 10));
486 path.addLineTo(FloatPoint(100, 13));
493 path.moveTo(FloatPoint(0, 10));
494 path.addLineTo(FloatPoint(100, 13));
501 path.moveTo(FloatPoint(0, 14));
502 path.addLineTo(FloatPoint(10
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp38 #include "platform/geometry/FloatPoint.h"
162 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
171 scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
173 scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));
176 void ScrollableArea::programmaticallyScrollSmoothlyToOffset(const FloatPoint& offset)
H A DScrollableArea.h37 class FloatPoint;
67 void scrollToOffsetWithoutAnimation(const FloatPoint&);
70 void programmaticallyScrollSmoothlyToOffset(const FloatPoint&);
/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.cpp43 #include "platform/geometry/FloatPoint.h"
70 FloatPoint scrolledOrigin;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.cpp95 FloatPoint absPos = obj->localToAbsolute();
143 path.moveTo(FloatPoint(minimumValueForLength(m_coords[0], width).toFloat(), minimumValueForLength(m_coords[1], height).toFloat()));
145 path.addLineTo(FloatPoint(minimumValueForLength(m_coords[i * 2], width).toFloat(), minimumValueForLength(m_coords[i * 2 + 1], height).toFloat()));

Completed in 327 milliseconds

1234567891011>>