Home
last modified time | relevance | path

Searched refs:destinationX (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp875 double destinationX; in NPN_ConvertPoint() local
878 …bool returnValue = plugin->convertPoint(sourceX, sourceY, sourceSpace, destinationX, destinationY,… in NPN_ConvertPoint()
881 *destX = destinationX; in NPN_ConvertPoint()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp635 float destinationX = roundf(rect.x() - lineWidth); in strokePath() local
637 CGContextDrawLayerAtPoint(context, CGPointMake(destinationX, destinationY), layer); in strokePath()
1028 const float destinationX = roundf(rect.x() - lineWidth); in strokeRect() local
1030 CGContextDrawLayerAtPoint(context, CGPointMake(destinationX, destinationY), layer); in strokeRect()