Searched refs:penStyle (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp190 int penStyle = wxSOLID; local
192 penStyle = wxTRANSPARENT;
194 penStyle = wxDOT;
196 penStyle = wxLONG_DASH;
198 penStyle = wxSHORT_DASH;
200 penStyle = wxDOT_DASH;
202 penStyle = wxBDIAGONAL_HATCH;
204 penStyle = wxCROSSDIAG_HATCH;
206 penStyle = wxFDIAGONAL_HATCH;
208 penStyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddivided.cpp476 switch (region->penStyle)
534 region->penStyle = wxSOLID;
536 region->penStyle = wxDOT;
538 region->penStyle = wxSHORT_DASH;
540 region->penStyle = wxLONG_DASH;
542 region->penStyle = wxDOT_DASH;
H A Dbasic.cpp1695 int penStyle = m_pen->GetStyle(); local
1698 if (penStyle != wxSOLID)
1699 clause->AddAttributeValue(_T("pen_style"), (long)penStyle);
2094 int penStyle = wxSOLID; local
2148 penStyle = (int)penStyleExpr->IntegerValue();
2159 region->SetPenStyle(penStyle);
H A Ddrawn.cpp1615 int penStyle = (int)expr->Nth(2)->IntegerValue(); local
1620 wxPen *p = wxThePenList->FindOrCreatePen(col, penWidth, penStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp1898 static void wxMacGetPattern(int penStyle, Pattern *pattern) argument
1901 switch (penStyle)
1945 int penStyle = m_pen.GetStyle(); local
1946 if (penStyle == wxUSER_DASH)
1961 wxMacGetPattern(penStyle, &pat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1960 static void wxMacGetPattern(int penStyle, Pattern *pattern) argument
1963 switch(penStyle)
1998 int penStyle = m_pen.GetStyle(); local
2000 if (penStyle == wxUSER_DASH)
2015 wxMacGetPattern(penStyle, &pat);

Completed in 132 milliseconds