OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDashStyle
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pen.h
48
virtual void
SetDashStyle
(int32_t iDashStyle) = 0;
/external/pdfium/xfa/src/fdp/src/fde/
fde_object.h
45
virtual void
SetDashStyle
(int32_t iDashStyle) { m_iDashStyle = iDashStyle; }
fde_gdidevice.cpp
553
pGdiPen->
SetDashStyle
((Gdiplus::DashStyle)pPen->GetDashStyle());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h
275
Status
SetDashStyle
(DashStyle dashStyle)
Completed in 66 milliseconds