Searched defs:pts2 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderThemeWince.cpp630 FloatPoint pts2[3] = { FloatPoint(imRect.right(), imRect.y()), FloatPoint((imRect.x() + imRect.right()) / 2.0, (imRect.y() + imRect.bottom()) / 2.0), FloatPoint(imRect.right(), imRect.bottom()) }; local
635 paintInfo.context->drawConvexPolygon(3, pts2);
646 FloatPoint pts2[3] = { FloatPoint((imRect.x() + imRect.right()) / 2.0, imRect.y()), FloatPoint(imRect.right(), (imRect.y() + imRect.bottom()) / 2.0), FloatPoint((imRect.x() + imRect.right()) / 2.0, imRect.bottom()) }; local
651 paintInfo.context->drawConvexPolygon(3, pts2);

Completed in 198 milliseconds