Home
last modified time | relevance | path

Searched refs:GetPixelGridRoundSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.h245 auto deltaSize = GetPixelGridRoundSize() - GetFrameSize(); in GetPixelRoundContentSize()
331 const SizeF& GetPixelGridRoundSize() const in GetPixelGridRoundSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp100 auto pixelGridRoundSize = geometryNode->GetPixelGridRoundSize(); in UpdateContentModifier()
H A Dcanvas_pattern.cpp133 SizeF currentPixelGridRoundSize = geometryNode->GetPixelGridRoundSize(); in OnSizeChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp6433 …paintRect_ = RectF(geometryNode->GetPixelGridRoundOffset(), geometryNode->GetPixelGridRoundSize());