OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddEllipse
(Results
1 - 13
of
13
) sorted by null
/external/pdfium/xfa/src/fdp/include/
fde_pth.h
22
virtual void
AddEllipse
(const CFX_RectF& rect) = 0;
/external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.h
24
virtual void
AddEllipse
(const CFX_RectF& rect);
fde_geobject.cpp
191
void CFDE_Path::
AddEllipse
(const CFX_RectF& rect) {
fde_gedevice.cpp
256
path.
AddEllipse
(rect);
319
path.
AddEllipse
(rect);
/external/pdfium/xfa/src/fxgraphics/src/
fx_path_generator.h
46
void
AddEllipse
(FX_FLOAT x, FX_FLOAT y, FX_FLOAT width, FX_FLOAT height);
fx_path_generator.cpp
94
void CFX_PathGenerator::
AddEllipse
(FX_FLOAT x,
fx_graphics.cpp
[
all
...]
/external/pdfium/xfa/include/fxgraphics/
fx_graphics.h
361
FX_ERR
AddEllipse
(FX_FLOAT left,
366
FX_ERR
AddEllipse
(const CFX_RectF& rect);
/external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp
131
path.
AddEllipse
(rect);
133
path.
AddEllipse
(*pRect);
144
path.
AddEllipse
(rtClip);
264
path.
AddEllipse
(*pRtSign);
widgettp.cpp
497
path.
AddEllipse
(*pRect);
500
path.
AddEllipse
(rtIn);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h
199
Status
AddEllipse
(REAL x, REAL y, REAL width, REAL height)
204
Status
AddEllipse
(INT x, INT y, INT width, INT height)
209
Status
AddEllipse
(const RectF& rect)
214
Status
AddEllipse
(const Rect& rect)
/external/pdfium/xfa/src/fxfa/src/app/
xfa_fffield.cpp
95
path.
AddEllipse
(m_rtUI);
xfa_ffwidget.cpp
[
all
...]
Completed in 527 milliseconds