HomeSort by relevance Sort by last modified time
    Searched refs:destinationY (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 636 float destinationY = roundf(rect.y() - lineWidth);
637 CGContextDrawLayerAtPoint(context, CGPointMake(destinationX, destinationY), layer);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 876 double destinationY;
878 bool returnValue = plugin->convertPoint(sourceX, sourceY, sourceSpace, destinationX, destinationY, destSpace);
883 *destY = destinationY;

Completed in 132 milliseconds