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

  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 887 FloatPoint trPoint = m_data->mapPoint(points[0]);
888 winPoints[0].x = stableRound(trPoint.x());
889 winPoints[0].y = stableRound(trPoint.y());
892 trPoint = m_data->mapPoint(points[i]);
893 winPoints[i].x = stableRound(trPoint.x());
894 winPoints[i].y = stableRound(trPoint.y());
    [all...]
PlatformPathWince.cpp 253 FloatPoint trPoint = transformation->mapPoint(i->at(i2));
254 winPoints[i2].x = stableRound(trPoint.x());
255 winPoints[i2].y = stableRound(trPoint.y());

Completed in 45 milliseconds