Home
last modified time | relevance | path

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/
Dd2d1.h802 …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…
Dxpsobjectmodel_1.h348 HRESULT (STDMETHODCALLTYPE *CreateLinearGradientBrush)(
540 …dStop2,startPoint,endPoint,linearGradientBrush) (This)->lpVtbl->CreateLinearGradientBrush(This,gra…
659 …return This->lpVtbl->CreateLinearGradientBrush(This,gradStop1,gradStop2,startPoint,endPoint,linear…
Dxpsobjectmodel.h5386 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 DSkXPSDevice.cpp861 HRM(this->fXpsFactory->CreateLinearGradientBrush(gradStop0.get(), in createXpsLinearGradient()