Searched refs:CreateLinearGradientBrush (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d2d1.h | 802 …STDMETHOD(CreateLinearGradientBrush)(const D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES *linearGradientBr… 922 …HRESULT CreateLinearGradientBrush(const D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES &linearGradientBrush… in CreateLinearGradientBrush() function 923 …return CreateLinearGradientBrush(&linearGradientBrushProperties, NULL, gradientStopCollection, lin… in CreateLinearGradientBrush() 926 …HRESULT CreateLinearGradientBrush(const D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES &linearGradientBrush… in CreateLinearGradientBrush() function 927 …return CreateLinearGradientBrush(&linearGradientBrushProperties, &brushProperties, gradientStopCol… in CreateLinearGradientBrush() 1038 …STDMETHOD(CreateLinearGradientBrush)(ID2D1RenderTarget *This, const D2D1_LINEAR_GRADIENT_BRUSH_PRO… 1103 …rTarget_CreateLinearGradientBrush(this,A,B,C,D) (this)->lpVtbl->CreateLinearGradientBrush(this,A,B… 1395 …et_CreateLinearGradientBrush(this,A,B,C,D) (this)->lpVtbl->Base.CreateLinearGradientBrush((ID2D1Re… 1477 …et_CreateLinearGradientBrush(this,A,B,C,D) (this)->lpVtbl->Base.CreateLinearGradientBrush((ID2D1Re… 1971 …et_CreateLinearGradientBrush(this,A,B,C,D) (this)->lpVtbl->Base.CreateLinearGradientBrush((ID2D1Re…
|
D | xpsobjectmodel_1.h | 348 HRESULT (STDMETHODCALLTYPE *CreateLinearGradientBrush)( 540 …dStop2,startPoint,endPoint,linearGradientBrush) (This)->lpVtbl->CreateLinearGradientBrush(This,gra… 659 …return This->lpVtbl->CreateLinearGradientBrush(This,gradStop1,gradStop2,startPoint,endPoint,linear…
|
D | xpsobjectmodel.h | 5386 virtual HRESULT STDMETHODCALLTYPE CreateLinearGradientBrush( 5625 HRESULT (STDMETHODCALLTYPE *CreateLinearGradientBrush)( 5732 …dStop2,startPoint,endPoint,linearGradientBrush) (This)->lpVtbl->CreateLinearGradientBrush(This,gra… 5838 …return This->lpVtbl->CreateLinearGradientBrush(This,gradStop1,gradStop2,startPoint,endPoint,linear…
|
/aosp_15_r20/external/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 861 HRM(this->fXpsFactory->CreateLinearGradientBrush(gradStop0.get(), in createXpsLinearGradient()
|