Home
last modified time | relevance | path

Searched refs:IsRect (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp66 bool Region::IsRect() const in IsRect() function in OHOS::Rosen::Drawing::Region
68 return impl_->IsRect(); in IsRect()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h91 bool IsRect() const;
137 out += " isRect:" + std::string(impl_->IsRect() ? "true" : "false"); in Dump()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dregion_impl.h39 virtual bool IsRect() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.h43 bool IsRect() const override;
H A Dskia_region.cpp89 bool SkiaRegion::IsRect() const in IsRect() function in OHOS::Rosen::Drawing::SkiaRegion
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H A Dregion_fuzzer.cpp69 region.IsRect(); in RegionFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp328 } else if (region.IsRect()) { in ClipRegion()

Completed in 6 milliseconds