OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D2D1_ELLIPSE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h
85
D2D1FORCEINLINE
D2D1_ELLIPSE
Ellipse(const D2D1_POINT_2F ¢er, FLOAT radiusX, FLOAT radiusY) {
86
D2D1_ELLIPSE
r = {center, radiusX, radiusY};
d2d1.h
417
typedef struct
D2D1_ELLIPSE
D2D1_ELLIPSE
;
475
struct
D2D1_ELLIPSE
{
748
STDMETHOD_(void, DrawEllipse)(const
D2D1_ELLIPSE
*ellipse, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
749
STDMETHOD_(void, FillEllipse)(const
D2D1_ELLIPSE
*ellipse, ID2D1Brush *brush) PURE;
[
all
...]
Completed in 44 milliseconds