OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFDE_SolidBrush
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/xfa/src/fdp/src/fde/
fde_render.h
33
IFDE_SolidBrush
* m_pSolidBrush;
fde_object.h
39
m_Color = ((
IFDE_SolidBrush
*)m_pBrush)->GetColor();
85
class CFDE_SolidBrush : public
IFDE_SolidBrush
, public CFX_Target {
fde_render.cpp
189
m_pSolidBrush = (
IFDE_SolidBrush
*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid);
fde_gdidevice.cpp
151
argb = ((
IFDE_SolidBrush
*)pBrush)->GetColor();
574
IFDE_SolidBrush
* pSolidBrush = (
IFDE_SolidBrush
*)pBrush;
fde_gedevice.cpp
145
FX_ARGB argb = ((
IFDE_SolidBrush
*)pBrush)->GetColor();
411
IFDE_SolidBrush
* pSolidBrush = (
IFDE_SolidBrush
*)pBrush;
/external/pdfium/xfa/src/fdp/include/
fde_brs.h
12
class
IFDE_SolidBrush
;
40
class
IFDE_SolidBrush
: public IFDE_Brush {
/external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h
374
IFDE_SolidBrush
* pBrush,
xfa_textlayout.cpp
[
all
...]
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
779
IFDE_SolidBrush
* pBrush =
780
(
IFDE_SolidBrush
*)IFDE_Brush::Create(FDE_BRUSHTYPE_Solid);
Completed in 818 milliseconds