OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D2D1_SIZE_F
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2dbasetypes.h
72
typedef struct D2D_SIZE_F
D2D1_SIZE_F
;
d2d1helper.h
17
typedef
D2D1_SIZE_F
Size;
49
D2D1FORCEINLINE
D2D1_SIZE_F
SizeF(FLOAT width = 0.0f, FLOAT height = 0.0f) {
75
D2D1FORCEINLINE D2D1_ARC_SEGMENT ArcSegment(const D2D1_POINT_2F &point, const
D2D1_SIZE_F
&size, const FLOAT rotationAngle, D2D1_SWEEP_DIRECTION sweepDirection, D2D1_ARC_SIZE arcSize) {
384
static D2D1FORCEINLINE Matrix3x2F Translation(
D2D1_SIZE_F
size) {
392
static D2D1FORCEINLINE Matrix3x2F Scale(
D2D1_SIZE_F
size, D2D1_POINT_2F center = D2D1::Point2F()) {
d2d1.h
433
D2D1_SIZE_F
size;
633
STDMETHOD_(
D2D1_SIZE_F
, GetSize)(void) const PURE;
647
STDMETHOD_(
D2D1_SIZE_F
, GetSize)(ID2D1Bitmap *This) PURE;
740
STDMETHOD(CreateCompatibleRenderTarget)(const
D2D1_SIZE_F
*desiredSize, const D2D1_SIZE_U *desiredPixelSize, const D2D1_PIXEL_FORMAT *desiredFormat, D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS options, ID2D1BitmapRenderTarget **bitmapRenderTarget) PURE;
741
STDMETHOD(CreateLayer)(const
D2D1_SIZE_F
*size, ID2D1Layer **layer) PURE;
[
all
...]
Completed in 121 milliseconds