Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp876 double destinationY; in NPN_ConvertPoint() local
878 …Value = plugin->convertPoint(sourceX, sourceY, sourceSpace, destinationX, destinationY, destSpace); in NPN_ConvertPoint()
883 *destY = destinationY; in NPN_ConvertPoint()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp636 float destinationY = roundf(rect.y() - lineWidth); in strokePath() local
637 CGContextDrawLayerAtPoint(context, CGPointMake(destinationX, destinationY), layer); in strokePath()
1029 const float destinationY = roundf(rect.y() - lineWidth); in strokeRect() local
1030 CGContextDrawLayerAtPoint(context, CGPointMake(destinationX, destinationY), layer); in strokeRect()