Home
last modified time | relevance | path

Searched defs:pathEffectHandle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path_effect.cpp36 NativeHandle<PathEffect>* pathEffectHandle = new NativeHandle<PathEffect>; in OH_Drawing_CreateDashPathEffect() local
H A Ddrawing_pen.cpp305 …auto pathEffectHandle = Helper::CastTo<OH_Drawing_PathEffect*, NativeHandle<PathEffect>*>(cPathEff… in OH_Drawing_PenSetPathEffect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h106 FlattenableHandle pathEffectHandle; member
128 FlattenableHandle pathEffectHandle; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp673 const FlattenableHandle& pathEffectHandle) in GetPathEffectFromCmdList()