/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_pattern.cpp | 54 float frameHeight = dragPattern->GetFrameHeight(); in CreateDragNode() 56 … size(NG::CalcLength(dragPattern->GetFrameWidth()), NG::CalcLength(dragPattern->GetFrameHeight())); in CreateDragNode()
|
H A D | rich_editor_drag_paint_method.cpp | 57 pattern->GetFrameHeight() + (screenHeight + handleDiameter) * CONSTANT_DOUBLE); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_pattern.h | 129 float GetFrameHeight() const in GetFrameHeight() function
|
H A D | text_drag_pattern.cpp | 94 … size(NG::CalcLength(dragPattern->GetFrameWidth()), NG::CalcLength(dragPattern->GetFrameHeight())); in CreateDragNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 110 rootNode.GetRenderProperties().GetFrameHeight() }; in DumpNodeSubClassNode() 236 properties.GetFrameHeight() }; in DumpNodeProperties()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 414 float RSProperties::GetFrameHeight() const in GetFrameHeight() function in OHOS::Rosen::RSProperties 2185 if (!clipToBounds_ && !std::isinf(GetFrameWidth()) && !std::isinf(GetFrameHeight())) { in GetLocalBoundsAndFramesRect() 2186 …ct = rect.JoinRect(RectF(GetFrameOffsetX(), GetFrameOffsetY(), GetFrameWidth(), GetFrameHeight())); in GetLocalBoundsAndFramesRect() 2195 if (!std::isinf(GetFrameWidth()) && !std::isinf(GetFrameHeight())) { in GetBoundsRect() 2196 rect = {0, 0, GetFrameWidth(), GetFrameHeight()}; in GetBoundsRect() 2208 return {0, 0, GetFrameWidth(), GetFrameHeight()}; in GetFrameRect() 2321 if (clipToBounds_ || std::isinf(GetFrameWidth()) || std::isinf(GetFrameHeight())) { in GetDirtyRect() 2325 …ometry->MapAbsRect(RectF(GetFrameOffsetX(), GetFrameOffsetY(), GetFrameWidth(), GetFrameHeight())); in GetDirtyRect() 2344 if (clipToBounds_ || std::isinf(GetFrameWidth()) || std::isinf(GetFrameHeight())) { in GetDirtyRect() 2348 …dsGeo_->MapAbsRect(RectF(GetFrameOffsetX(), GetFrameOffsetY(), GetFrameWidth(), GetFrameHeight())); in GetDirtyRect() [all …]
|
H A D | rs_properties_painter.cpp | 643 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter() 657 tmpFilter->SetGeometry(canvas, properties.GetFrameWidth(), properties.GetFrameHeight()); in DrawFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_visitor.cpp | 89 int32_t logicalScreenHeight = static_cast<int32_t>(node.GetRenderProperties().GetFrameHeight()); in PrepareDisplayRenderNode()
|
H A D | rs_uni_render_visitor.cpp | 82 …if (property.GetFrameWidth() > 0 && property.GetFrameHeight() > 0 && rootNode->GetEnableRender()) { in CheckRootNodeReadyToDraw() 94 if (property.GetFrameWidth() > 0 && property.GetFrameHeight() > 0) { in CheckScbReadyToDraw() 1055 property.GetFrameWidth(), property.GetFrameHeight()}; in UpdatePrepareClip() 2994 const float rootHeight = property.GetFrameHeight() * property.GetScaleY(); in PrepareRootRenderNode() 3202 && canvasProperties.GetFrameHeight() == surfaceProperties.GetFrameHeight()) { in CheckIsGpuOverDrawBufferOptimizeNode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/ |
H A D | text_drag_test_ng.cpp | 298 EXPECT_EQ(dragPattern_->GetFrameHeight(), 76.f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 92 float GetFrameHeight() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 519 const float rootHeight = property.GetFrameHeight() * property.GetScaleY(); in ProcessRootRenderNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 799 auto height = properties.GetFrameHeight(); 1961 RectF rect(0, 0, properties.GetFrameWidth(), properties.GetFrameHeight());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 61 …if (property.GetFrameWidth() > 0 && property.GetFrameHeight() > 0 && rootNode->GetEnableRender()) { in CheckRootNodeReadyToDraw() 73 if (property.GetFrameWidth() > 0 && property.GetFrameHeight() > 0) { in CheckScbReadyToDraw()
|
H A D | rs_render_node.cpp | 840 std::to_string(rootNode->GetRenderProperties().GetFrameHeight()) + "]"; in DumpSubClassNode() 4084 GetRenderProperties().GetFrameHeight() }); in UpdateRenderParams()
|