OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLineCap
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pen.h
45
virtual int32_t
GetLineCap
() const = 0;
/external/pdfium/xfa/src/fdp/src/fde/
fde_object.h
42
virtual int32_t
GetLineCap
() const { return m_iLineCap; }
fde_gdidevice.cpp
554
pGdiPen->SetStartCap((Gdiplus::LineCap)pPen->
GetLineCap
());
555
pGdiPen->SetEndCap((Gdiplus::LineCap)pPen->
GetLineCap
());
fde_gedevice.cpp
342
graphState.m_LineCap = (CFX_GraphStateData::LineCap)pPen->
GetLineCap
();
/external/pdfium/xfa/include/fxgraphics/
fx_graphics.h
163
FX_ERR
GetLineCap
(CFX_GraphStateData::LineCap& lineCap);
/external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp
167
FX_ERR CFX_Graphics::
GetLineCap
(CFX_GraphStateData::LineCap& lineCap) {
[
all
...]
Completed in 83 milliseconds