HomeSort by relevance Sort by last modified time
    Searched refs:point1 (Results 26 - 31 of 31) sorted by null

12

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 557 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
567 if (!isPointSkiaSafe(getCTM(), point1) || !isPointSkiaSafe(getCTM(), point2))
572 FloatPoint p1 = point1;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 338 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
350 FloatPoint p1 = point1;
388 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*(int)width;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 670 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
679 IntPoint trPoint1 = m_data->mapPoint(point1);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 90 milliseconds

12