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

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

Completed in 570 milliseconds