Searched refs:GetDashStyle (Results 1 – 4 of 4) sorted by relevance
47 virtual int32_t GetDashStyle() const = 0;
44 virtual int32_t GetDashStyle() const { return m_iDashStyle; } in GetDashStyle() function
348 switch (pPen->GetDashStyle()) { in CreatePen()
553 pGdiPen->SetDashStyle((Gdiplus::DashStyle)pPen->GetDashStyle()); in CreateGdiPen()