Home
last modified time | relevance | path

Searched defs:PathIterator (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
Dpath_iterator_impl.h28 class PathIterator; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dpath_iterator.cpp24 PathIterator::PathIterator(const Path& path) noexcept : impl_(ImplFactory::CreatePathIteratorImpl(p… in PathIterator() function in OHOS::Rosen::Drawing::PathIterator