OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDashPhase
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pen.h
49
virtual FX_FLOAT
GetDashPhase
() const = 0;
/external/pdfium/xfa/src/fdp/src/fde/
fde_object.h
46
virtual FX_FLOAT
GetDashPhase
() const { return m_fDashPhase; }
fde_gdidevice.cpp
552
pGdiPen->SetDashOffset(pPen->
GetDashPhase
());
fde_gedevice.cpp
346
graphState.m_DashPhase = pPen->
GetDashPhase
();
Completed in 160 milliseconds