Home | History | Annotate | Download | only in gdiplus

Lines Matching refs:pen

1497 __inline__ BOOL GraphicsPath::IsOutlineVisible(REAL x, REAL y, const Pen *pen,
1502 nativePath, x, y, pen ? pen->nativePen : NULL,
1507 __inline__ BOOL GraphicsPath::IsOutlineVisible(INT x, INT y, const Pen *pen,
1512 nativePath, x, y, pen ? pen->nativePen : NULL,
1517 __inline__ BOOL GraphicsPath::IsOutlineVisible(const PointF& point, const Pen *pen,
1523 pen ? pen->nativePen : NULL,
1528 __inline__ BOOL GraphicsPath::IsOutlineVisible(const Point& point, const Pen *pen,
1534 pen ? pen->nativePen : NULL,