Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp679 IntPoint trPoint1 = m_data->mapPoint(point1); in drawLine() local
682 IntRect lineRect(trPoint1, trPoint2 - trPoint1); in drawLine()
688 trPoint1 += transparentDC.toShift(); in drawLine()
694 MoveToEx(dc, trPoint1.x(), trPoint1.y(), 0); in drawLine()