Home
last modified time | relevance | path

Searched refs:currentPoint (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFont.cpp476 FloatPoint currentPoint = point; in drawTextUsingSVGFont() local
543 …glyphPathTransform.translate(xStartOffset + currentPoint.x() + glyphOrigin.x(), currentPoint.y() +… in drawTextUsingSVGFont()
561 currentPoint.move(0.0f, identifier.verticalAdvanceY * scale); in drawTextUsingSVGFont()
563 currentPoint.move(identifier.horizontalAdvanceX * scale, 0.0f); in drawTextUsingSVGFont()
573 font.drawText(context, fallbackCharacterRun, currentPoint); in drawTextUsingSVGFont()
576 currentPoint.move(0.0f, font.width(fallbackCharacterRun)); in drawTextUsingSVGFont()
578 currentPoint.move(font.width(fallbackCharacterRun), 0.0f); in drawTextUsingSVGFont()
DSVGPathBlender.cpp85 FloatPoint currentPoint = blendFloatPoint(m_fromCurrentPoint, m_toCurrentPoint, m_progress); in blendAnimatedFloatPoint() local
87 return animatedPoint + currentPoint; in blendAnimatedFloatPoint()
89 animatedPoint.move(-currentPoint.x(), -currentPoint.y()); in blendAnimatedFloatPoint()
/external/chromium/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm62 at:(NSPoint)currentPoint
66 at:currentPoint
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp68 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp158 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/
DPath.h127 FloatPoint currentPoint() const;
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp242 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp77 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp252 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp79 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp126 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp781 else if (p1 != m_path.currentPoint()) in lineTo()
795 if (p1 != m_path.currentPoint()) in quadraticCurveTo()
809 if (p1 != m_path.currentPoint()) in bezierCurveTo()
832 else if (p1 == m_path.currentPoint() || p1 == p2 || !r) in arcTo()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp351 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp88 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1107 WebCore::IntPoint currentPoint = history->currentItem()->scrollPoint(); in setScrollOffset() local
1108 if (std::abs(currentPoint.x() - dx) >= MIN_SCROLL_DIFF || in setScrollOffset()
1109 std::abs(currentPoint.y() - dy) >= MIN_SCROLL_DIFF) { in setScrollOffset()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0681473 [WINCE] Implement Path::currentPoint()
81477 (WebCore::Path::currentPoint):
88761 (WebCore::Path::currentPoint): Ditto.
97885 …(WebCore::Path::currentPoint): Added in likely correct implementation for this call with a FIXME j…
97887 (WebCore::Path::currentPoint): Added in support for this call.
97889 (WebCore::Path::currentPoint): Added in stub for this call.
97891 …(WebCore::Path::currentPoint): Added in likely implementation for this call with a FIXME just in c…
97893 … (WebCore::Path::currentPoint): Added in implementation for this call courtesy of Andrea Kling.
97895 (WebCore::Path::currentPoint): Added in stub for this call.
97897 (WebCore::Path::currentPoint): Added in stub for this call.
[all …]