/external/webkit/Source/WebCore/svg/ |
D | SVGFont.cpp | 476 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()
|
D | SVGPathBlender.cpp | 85 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/ |
D | clickhold_button_cell.mm | 62 at:(NSPoint)currentPoint 66 at:currentPoint
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 68 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PathWinCE.cpp | 158 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Path.h | 127 FloatPoint currentPoint() const;
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 242 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 77 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 252 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 79 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | PathOpenVG.cpp | 126 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 781 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/ |
D | PathQt.cpp | 351 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 88 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 1107 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/ |
D | ChangeLog-2010-12-06 | 81473 [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 …]
|