Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp692 IntPoint trPoint1 = m_data->mapPoint(point1); in drawLine() local
695 IntRect lineRect(trPoint1, trPoint2 - trPoint1); in drawLine()
701 trPoint1 += transparentDC.toShift(); in drawLine()
707 MoveToEx(dc, trPoint1.x(), trPoint1.y(), 0); in drawLine()