Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DOwnPtrCommon.h37 typedef struct HPEN__* HPEN; typedef
68 void deleteOwnedPtr(HPEN);
/external/webkit/Source/JavaScriptCore/wtf/win/
DOwnPtrWin.cpp64 void deleteOwnedPtr(HPEN ptr) in deleteOwnedPtr()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp348 static PassOwnPtr<HPEN> createPen(const Color& col, double fWidth, StrokeStyle style) in createPen()
649 OwnPtr<HPEN> pen; in drawRect()
691 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle()); in drawLine()
724 OwnPtr<HPEN> pen; in drawEllipse()
798 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle()); in strokeArc()
906 OwnPtr<HPEN> pen; in drawConvexPolygon()
1097 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle()); in strokeRect()
1374 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle()); in strokePath()
1625 OwnPtr<HPEN> hPen(CreatePen(PS_DASH, 1, fontColor)); in drawText()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0642280 [WINCE] Use OwnPtr for HBRUSH and HPEN in GraphicsContext