Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextRunRenderingContext.cpp122 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/
DNSBezierPath+MCAdditions.m38 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/
DCanvasPathMethods.cpp75 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/
DSVGPathBlender.cpp95 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()
DSVGPathTraversalStateBuilder.h37 SVGPoint currentPoint();
DSVGPathTraversalStateBuilder.cpp90 SVGPoint SVGPathTraversalStateBuilder::currentPoint() in currentPoint() function in WebCore::SVGPathTraversalStateBuilder
DSVGPathUtilities.cpp327 point = builder->currentPoint(); in getPointAtLengthOfSVGPathByteStream()
/external/chromium/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm62 at:(NSPoint)currentPoint
66 at:currentPoint
/external/chromium_org/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm69 at:(NSPoint)currentPoint
73 at:currentPoint
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h93 FloatPoint currentPoint() const;
DPath.cpp219 FloatPoint Path::currentPoint() const in currentPoint() function in WebCore::Path
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_widget_host_view_mac_history_swiper.mm175 - (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/
Dbrowser_action_button.mm193 NSPoint currentPoint = [theEvent locationInWindow];
194 CGFloat dx = currentPoint.x - dragStartPoint_.x;
195 CGFloat dy = currentPoint.y - dragStartPoint_.y;
/external/skia/src/ports/
DSkFontHost_win.cpp1637 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/
DSkFontHost_win.cpp1637 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()