Home
last modified time | relevance | path

Searched defs:AddEllipse (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdipluspath.h199 Status AddEllipse(REAL x, REAL y, REAL width, REAL height) in AddEllipse() function
204 Status AddEllipse(INT x, INT y, INT width, INT height) in AddEllipse() function
209 Status AddEllipse(const RectF& rect) in AddEllipse() function
214 Status AddEllipse(const Rect& rect) in AddEllipse() function
/aosp_15_r20/external/pdfium/xfa/fgas/graphics/
H A Dcfgas_gepath.cpp90 void CFGAS_GEPath::AddEllipse(const CFX_RectF& rect) { in AddEllipse() function in CFGAS_GEPath