Home | History | Annotate | Download | only in win32

Lines Matching refs:dashCap

192 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenDashCap197819)(GpPen *pen, GpDashCap dashCap);
240 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetPenLineCap197819)(GpPen *pen, GpLineCap startCap, GpLineCap endCap, GpDashCap dashCap);
737 DashCap dashCap = DashCapFlat;
745 dashCap = DashCapRound;
753 CallFunc(GdipSetPenLineCap197819)(pPen, lineCap, lineCap, dashCap);