Home
last modified time | relevance | path

Searched refs:pRadial (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_grad.cpp56 if (_sten->pRadial) GdipDeleteBrush(_sten->pRadial); in gdip_delete_stencil()
197 if (_sten->pRadial) { in gdip_recompute_radial_gradient()
198 GdipDeleteBrush(_sten->pRadial); in gdip_recompute_radial_gradient()
199 _sten->pRadial = NULL; in gdip_recompute_radial_gradient()
242 GdipSetPathGradientCenterPoint(_sten->pRadial, &pt); in gdip_recompute_radial_gradient()
248 GdipSetTextureTransform((GpTexture*)_sten->pRadial, mat); in gdip_recompute_radial_gradient()
299 GdipSetPathGradientCenterPoint(_sten->pRadial, &pt); in gdip_recompute_radial_gradient()
358 if (_sten->pRadial) GdipDeleteBrush(_sten->pRadial); in gdip_set_vertex_path()
359 GdipCreatePathGradientFromPath(p, &_sten->pRadial); in gdip_set_vertex_path()
371 if (!_sten->pRadial) return GF_BAD_PARAM; in gdip_set_vertex_center()
[all …]
H A Dgdip_rend.cpp301 if (_sten->pRadial) return _sten->pRadial; in gdip_get_brush()
391 GdipFillPath(_graph->graph, _sten->pRadial, _graph->current); in gdip_surface_fill()
394 assert(_sten->pRadial); in gdip_surface_fill()
395 if (_sten->pMat) GdipSetTextureTransform((GpTexture*)_sten->pRadial, _sten->pMat); in gdip_surface_fill()
396 ret = GdipFillPath(_graph->graph, _sten->pRadial, _graph->current); in gdip_surface_fill()
H A Dgdip_priv.h132 GpPathGradient *pRadial; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_grad.cpp56 if (_sten->pRadial) GdipDeleteBrush(_sten->pRadial); in gdip_delete_stencil()
197 if (_sten->pRadial) { in gdip_recompute_radial_gradient()
198 GdipDeleteBrush(_sten->pRadial); in gdip_recompute_radial_gradient()
199 _sten->pRadial = NULL; in gdip_recompute_radial_gradient()
242 GdipSetPathGradientCenterPoint(_sten->pRadial, &pt); in gdip_recompute_radial_gradient()
248 GdipSetTextureTransform((GpTexture*)_sten->pRadial, mat); in gdip_recompute_radial_gradient()
299 GdipSetPathGradientCenterPoint(_sten->pRadial, &pt); in gdip_recompute_radial_gradient()
358 if (_sten->pRadial) GdipDeleteBrush(_sten->pRadial); in gdip_set_vertex_path()
359 GdipCreatePathGradientFromPath(p, &_sten->pRadial); in gdip_set_vertex_path()
371 if (!_sten->pRadial) return GF_BAD_PARAM; in gdip_set_vertex_center()
[all …]
H A Dgdip_rend.cpp301 if (_sten->pRadial) return _sten->pRadial; in gdip_get_brush()
391 GdipFillPath(_graph->graph, _sten->pRadial, _graph->current); in gdip_surface_fill()
394 assert(_sten->pRadial); in gdip_surface_fill()
395 if (_sten->pMat) GdipSetTextureTransform((GpTexture*)_sten->pRadial, _sten->pMat); in gdip_surface_fill()
396 ret = GdipFillPath(_graph->graph, _sten->pRadial, _graph->current); in gdip_surface_fill()
H A Dgdip_priv.h132 GpPathGradient *pRadial; member
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/parser/
H A Dbuilder.cpp841 CtrlRadialSlider *pRadial = in addRadialSlider() local
846 m_pTheme->m_controls[rData.m_id] = CtrlGenericPtr( pRadial ); in addRadialSlider()
859 pLayout->addControl( pRadial, pos, rData.m_layer ); in addRadialSlider()