/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
H A D | BasicShapes.cpp | 80 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 D | ShadowList.cpp | 84 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 D | Font.cpp | 106 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 D | TouchAdjustment.cpp | 36 #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 D | InlineBox.h | 53 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 D | RenderGeometryMap.cpp | 107 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 D | MouseRelatedEvent.cpp | 125 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 D | ShapeOutsideInfo.h | 117 FloatPoint shapeToRendererPoint(FloatPoint) const;
|
H A D | PolygonShape.cpp | 81 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 D | RenderSVGContainer.cpp | 170 bool RenderSVGContainer::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) 176 FloatPoint localPoint;
|
H A D | RenderSVGImage.cpp | 157 bool RenderSVGImage::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) 166 FloatPoint localPoint;
|
H A D | RenderSVGText.h | 66 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
|
H A D | RenderSVGViewportContainer.cpp | 97 bool RenderSVGViewportContainer::pointIsInsideViewportClip(const FloatPoint& pointInParent)
|
H A D | SVGTextRunRenderingContext.cpp | 82 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 D | SVGSVGElement.h | 74 FloatPoint currentTranslate() { return m_translation->value(); } 75 void setCurrentTranslate(const FloatPoint&);
|
H A D | SVGLengthContext.h | 64 static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y);
|
H A D | SVGLengthContext.cpp | 72 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 D | TransformState.cpp | 156 FloatPoint TransformState::mappedPoint(bool* wasClamped) const 161 FloatPoint point = m_lastPlanarPoint;
|
H A D | RoundedRect.cpp | 204 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 D | GradientGeneratedImage.cpp | 44 destContext->fillRect(FloatRect(FloatPoint(), m_size)); 48 const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, WebBlendMode blendMode, const IntSize& repeatSpacing)
|
H A D | GraphicsContextTest.cpp | 200 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 D | ScrollableArea.cpp | 38 #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 D | ScrollableArea.h | 37 class FloatPoint; 67 void scrollToOffsetWithoutAnimation(const FloatPoint&); 70 void programmaticallyScrollSmoothlyToOffset(const FloatPoint&);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | FindInPageCoordinates.cpp | 43 #include "platform/geometry/FloatPoint.h" 70 FloatPoint scrolledOrigin;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
H A D | HTMLAreaElement.cpp | 95 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()));
|