Home
last modified time | relevance | path

Searched refs:DowncastingTo (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dmemory_stream.h37 return memoryStreamImpl_->DowncastingTo<T>(); in GetImpl()
H A Ddata.h114 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dmatrix44.h85 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dregion.h125 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dvertices.h81 return verticesImplPtr_->DowncastingTo<T>(); in GetImpl()
H A Dmatrix.h260 return matrixImplPtr->DowncastingTo<T>(); in GetImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbase_impl.h41 T* DowncastingTo() in DowncastingTo() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dpicture.h31 return pictureImplPtr->DowncastingTo<T>(); in GetImpl()
H A Dtrace_memory_dump.h59 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dpixmap.h43 return pixmapImplPtr_->DowncastingTo<T>(); in GetImpl()
H A Dbitmap.h241 return bmpImplPtr->DowncastingTo<T>(); in GetImpl()
H A Dgpu_context.h291 return impl_->DowncastingTo<T>(); in GetImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dblender.h40 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dmask_filter.h62 return impl_->DowncastingTo<T>(); in GetImpl()
H A Druntime_effect.h79 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dcolor_space.h104 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dpath_effect.h133 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dcolor_filter.h80 return impl_->DowncastingTo<T>(); in GetImpl()
H A Dimage_filter.h146 return impl_->DowncastingTo<T>(); in GetImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A DOpListHandle.h66 return opImpl_->DowncastingTo<T>(); in GetImpl()
H A Dsurface.h196 return impl_->DowncastingTo<T>(); in GetImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_mgr.h114 return fontMgrImpl_->DowncastingTo<T>(); in GetImpl()
H A Dfont.h255 return fontImpl_->DowncastingTo<T>(); in GetImpl()
H A Dtext_blob.h70 return textBlobImpl_->DowncastingTo<T>(); in GetImpl()
H A Dtypeface.h105 return typefaceImpl_->DowncastingTo<T>(); in GetImpl()

12