Home
last modified time | relevance | path

Searched defs:cp2x (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp108 CGFloat cp2x = toCGFloat(segment->apfx[i + 1].x); in createPathForGlyph() local
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp799 void CanvasRenderingContext2D::bezierCurveTo(float cp1x, float cp1y, float cp2x, float cp2y, float … in bezierCurveTo()