HomeSort by relevance Sort by last modified time
    Searched full:floatpoint (Results 276 - 300 of 360) sorted by null

<<1112131415

  /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/fonts/
FontAndroid.cpp 192 const FloatPoint& point) const
298 void Font::drawEmphasisMarksForComplexText(WebCore::GraphicsContext*, WebCore::TextRun const&, WTF::AtomicString const&, WebCore::FloatPoint const&, int, int) const
306 const FloatPoint& point, int h, int, int) const
324 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()) {
BitmapImage.h 190 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect);
  /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
GraphicsLayerCACF.cpp 206 void GraphicsLayerCACF::setPosition(const FloatPoint& point)
547 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 297 FloatPoint absTopLeft = localToAbsolute(FloatPoint(), false, true);
RenderThemeMac.mm     [all...]
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 61 template<> struct ArgumentCoder<WebCore::FloatPoint> : SimpleArgumentCoder<WebCore::FloatPoint> { };
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 123 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.cpp 257 float opacity, FloatPoint* offset)
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 105 const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect)
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 203 bool SkPathContainsPoint(SkPath* originalPath, const FloatPoint& point, SkPath::FillType ft)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 170 void GraphicsLayerTextureMapper::setPosition(const FloatPoint& value)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 182 FloatPoint absolutePoint(point);
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 196 FloatPoint destOffset = dstRect.location() - topLeftOffset;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.messages.in 83 PerformDictionaryLookupAtLocation(WebCore::FloatPoint point)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 147 FloatPoint points[4];
223 FloatPoint videoPosition;
224 FloatPoint videoOrigin;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 575 FloatPoint anchorPoint = drawLayer->anchorPoint();
576 FloatPoint position = drawLayer->position();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 350 FloatPoint LayerAndroid::translation() const
354 FloatPoint p(tDecomp.translateX, tDecomp.translateY);
402 FloatPoint position(getPosition().x() + m_replicatedLayerPosition.x() - getScrollOffset().x(),
    [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 563 FloatPoint absPos = containingBlock->localToAbsolute(FloatPoint());
670 FloatPoint absPos = containingBlock->localToAbsolute(FloatPoint());
    [all...]

Completed in 5648 milliseconds

<<1112131415