/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEBlend.cpp | 29 #include "FloatPoint.h"
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
ImageHaiku.cpp | 124 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& dstRect)
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
GraphicsContextMac.mm | 115 void GraphicsContext::drawLineForTextChecking(const FloatPoint& point, float width, TextCheckingLineStyle style)
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
ImageOpenVG.cpp | 170 const FloatPoint& phase, ColorSpace styleColorSpace,
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
TextureMapperNode.h | 204 FloatPoint pos;
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk3.cpp | 147 FloatPoint arrowPoint(rect.x() + (rect.width() - arrowSize) / 2,
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
non-kerned-drawing.cpp | 186 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
non-kerned-drawing.cpp | 72 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
|
/external/webkit/Source/WebCore/rendering/ |
RenderBoxModelObject.cpp | [all...] |
RenderText.h | 90 FloatPoint firstRunOrigin() const;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceMasker.cpp | 27 #include "FloatPoint.h"
|
SVGInlineTextBox.cpp | 101 FloatPoint textOrigin(fragment.x, fragment.y); 567 FloatPoint decorationOrigin(fragment.x, fragment.y); 605 FloatPoint textOrigin(fragment.x, fragment.y); 613 FloatRect shadowRect(FloatPoint(textOrigin.x(), textOrigin.y() - scaledFont.fontMetrics().floatAscent()), textSize);
|
SVGRenderTreeAsText.cpp | 617 FloatPoint startPoint; 618 FloatPoint endPoint; 633 FloatPoint focalPoint; 634 FloatPoint centerPoint;
|
/external/webkit/Source/WebCore/svg/ |
SVGEllipseElement.cpp | 27 #include "FloatPoint.h"
|
SVGFont.cpp | 466 const FloatPoint& point, int from, int to) const 476 FloatPoint currentPoint = point; 498 FloatPoint glyphOrigin; 586 FloatRect Font::selectionRectForTextUsingSVGFont(const TextRun& run, const FloatPoint& point, int height, int from, int to) const
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
WebPageMac.mm | 421 void WebPage::performDictionaryLookupAtLocation(const FloatPoint& floatPoint) 428 IntPoint point = roundedIntPoint(floatPoint); 525 dictionaryPopupInfo.origin = FloatPoint(rangeRect.x(), rangeRect.y());
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
TransformationMatrix.cpp | 531 FloatPoint TransformationMatrix::projectPoint(const FloatPoint& p) const 559 return FloatPoint(static_cast<float>(outX), static_cast<float>(outY)); 572 FloatPoint TransformationMatrix::mapPoint(const FloatPoint& p) const 575 return FloatPoint(p.x() + static_cast<float>(m_matrix[3][0]), p.y() + static_cast<float>(m_matrix[3][1])); 579 return FloatPoint(static_cast<float>(x), static_cast<float>(y)); [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsContextAndroid.cpp | 625 static void setrectForUnderline(SkRect* r, GraphicsContext* context, const FloatPoint& point, int yOffset, float width) 638 void GraphicsContext::drawLineForText(const FloatPoint& pt, float width, bool) 654 void GraphicsContext::drawLineForTextChecking(const FloatPoint& pt, float width, TextCheckingLineStyle) 723 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) [all...] |
LayerAndroid.cpp | 297 FloatPoint LayerAndroid::translation() const 301 FloatPoint p(tDecomp.translateX, tDecomp.translateY); 320 FloatPoint p(pos.fX, pos.fY); 580 FloatPoint anchorPoint(getAnchorPoint().fX, getAnchorPoint().fY); 581 FloatPoint position(getPosition().fX, getPosition().fY); [all...] |
FontAndroid.cpp | 172 const FloatPoint& point) const 233 void Font::drawEmphasisMarksForComplexText(WebCore::GraphicsContext*, WebCore::TextRun const&, WTF::AtomicString const&, WebCore::FloatPoint const&, int, int) const 241 const FloatPoint& point, int h, int, int) const 259 FloatPoint const& point, int, int) const [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLAnchorElement.cpp | 131 FloatPoint absolutePosition = renderer->absoluteToLocal(FloatPoint(static_cast<MouseEvent*>(event)->pageX(), static_cast<MouseEvent*>(event)->pageY()));
|
/external/webkit/Source/WebCore/platform/ |
ScrollAnimatorWin.cpp | 37 #include "FloatPoint.h" 181 void ScrollAnimatorWin::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 32 #include "FloatPoint.h" 421 if (m_position != FloatPoint()) {
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageCG.cpp | 225 adjustedDestRect.setLocation(FloatPoint(destRect.x() - srcRect.x() / xScale, destRect.y() - srcRect.y() / yScale)); 261 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 131 int from, int numGlyphs, const FloatPoint& point) 301 int from, int numGlyphs, const FloatPoint& point) const
|