OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id2d1gradientstopcollection
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h
390
typedef _COM_interface
ID2D1GradientStopCollection
ID2D1GradientStopCollection
;
737
STDMETHOD(CreateGradientStopCollection)(const D2D1_GRADIENT_STOP *gradientStops, UINT gradientStopsCount, D2D1_GAMMA colorInterpolationGamma, D2D1_EXTEND_MODE extendMode,
ID2D1GradientStopCollection
**gradientStopCollection) PURE;
738
STDMETHOD(CreateLinearGradientBrush)(const D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES *linearGradientBrushProperties, const D2D1_BRUSH_PROPERTIES *brushProperties,
ID2D1GradientStopCollection
*gradientStopCollection, ID2D1LinearGradientBrush **linearGradientBrush) PURE;
739
STDMETHOD(CreateRadialGradientBrush)(const D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES *radialGradientBrushProperties, const D2D1_BRUSH_PROPERTIES *brushProperties,
ID2D1GradientStopCollection
*gradientStopCollection, ID2D1RadialGradientBrush **radialGradientBrush) PURE;
[
all
...]
Completed in 40 milliseconds