OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBrush
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pen.h
43
virtual IFDE_Brush*
GetBrush
() const = 0;
fde_psr.h
67
virtual IFDE_Brush*
GetBrush
(FDE_HVISUALOBJ hPath) = 0;
/external/pdfium/xfa/src/fdp/src/fde/
fde_object.h
34
virtual IFDE_Brush*
GetBrush
() const { return m_pBrush; }
fde_render.cpp
233
IFDE_Brush* pBrush = pPathSet->
GetBrush
(hPath);
fde_gdidevice.cpp
542
Gdiplus::Brush* pGdiBrush = CreateGdiBrush(pPen->
GetBrush
());
563
ReleaseGdiBrush(pGdiPen->
GetBrush
());
Completed in 214 milliseconds