/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextRunRenderingContext.cpp | 122 FloatPoint currentPoint = point; in drawSVGGlyphs() local 139 currentPoint.move(0, advance); in drawSVGGlyphs() 141 currentPoint.move(advance, 0); in drawSVGGlyphs() 151 …glyphPathTransform.translate(currentPoint.x() + glyphOrigin.x(), currentPoint.y() + glyphOrigin.y(… in drawSVGGlyphs() 166 currentPoint.move(0, advance); in drawSVGGlyphs() 168 currentPoint.move(advance, 0); in drawSVGGlyphs()
|
/external/chromium_org/third_party/molokocacao/ |
D | NSBezierPath+MCAdditions.m | 38 NSPoint currentPoint = [path currentPoint]; 39 …NSPoint interpolatedPoint = NSMakePoint((currentPoint.x + 2*points[0].x) / 3, (currentPoint.y + 2*…
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasPathMethods.cpp | 75 else if (p1 != m_path.currentPoint()) in lineTo() 90 if (p1 != m_path.currentPoint() || p1 != cp) in quadraticCurveTo() 106 if (p1 != m_path.currentPoint() || p1 != cp1 || p1 != cp2) in bezierCurveTo() 128 else if (p1 == m_path.currentPoint() || p1 == p2 || !r) in arcTo()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathBlender.cpp | 95 FloatPoint currentPoint = blendFloatPoint(m_fromCurrentPoint, m_toCurrentPoint, m_progress); in blendAnimatedFloatPoint() local 97 return animatedPoint + currentPoint; in blendAnimatedFloatPoint() 99 animatedPoint.move(-currentPoint.x(), -currentPoint.y()); in blendAnimatedFloatPoint()
|
D | SVGPathTraversalStateBuilder.h | 37 SVGPoint currentPoint();
|
D | SVGPathTraversalStateBuilder.cpp | 90 SVGPoint SVGPathTraversalStateBuilder::currentPoint() in currentPoint() function in WebCore::SVGPathTraversalStateBuilder
|
D | SVGPathUtilities.cpp | 327 point = builder->currentPoint(); in getPointAtLengthOfSVGPathByteStream()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 62 at:(NSPoint)currentPoint 66 at:currentPoint
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 69 at:(NSPoint)currentPoint 73 at:currentPoint
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.h | 93 FloatPoint currentPoint() const;
|
D | Path.cpp | 219 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_widget_host_view_mac_history_swiper.mm | 175 - (BOOL)shouldCancelHorizontalSwipeWithCurrentPoint:(NSPoint)currentPoint 178 CGFloat yDelta = fabs(currentPoint.y - startPoint.y); 179 CGFloat xDelta = fabs(currentPoint.x - startPoint.x); 201 NSPoint currentPoint = gestureCurrentPoint_; 209 progress = (currentPoint.x - startPoint.x) / requiredSwipeDistance;
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | browser_action_button.mm | 193 NSPoint currentPoint = [theEvent locationInWindow]; 194 CGFloat dx = currentPoint.x - dragStartPoint_.x; 195 CGFloat dy = currentPoint.y - dragStartPoint_.y;
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 1637 POINTFX currentPoint = pc->apfx[0]; in sk_path_from_gdi_paths() local 1641 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths() 1644 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point in sk_path_from_gdi_paths() 1651 currentPoint.x = pnt_c.x; in sk_path_from_gdi_paths() 1652 currentPoint.y = pnt_c.y; in sk_path_from_gdi_paths()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 1637 POINTFX currentPoint = pc->apfx[0]; in sk_path_from_gdi_paths() local 1641 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths() 1644 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point in sk_path_from_gdi_paths() 1651 currentPoint.x = pnt_c.x; in sk_path_from_gdi_paths() 1652 currentPoint.y = pnt_c.y; in sk_path_from_gdi_paths()
|