Home
last modified time | relevance | path

Searched defs:contentRect (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_divider_add_test.cpp283 RectF contentRect; variable
336 RectF contentRect; variable
389 RectF contentRect; variable
438 RectF contentRect; variable
487 RectF contentRect; variable
536 RectF contentRect; variable
577 RectF contentRect; variable
623 RectF contentRect; variable
666 RectF contentRect; variable
707 RectF contentRect; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_paint_method.cpp59 RectF contentRect = { padding.left.value_or(0), padding.top.value_or(0), in GetForegroundDrawFunction() local
80 void TextPickerPaintMethod::PaintCustomDividerLines(RSCanvas& canvas, const RectF &contentRect, con… in PaintCustomDividerLines()
89 void TextPickerPaintMethod::PaintDefaultDividerLines(RSCanvas& canvas, const RectF &contentRect, in PaintDefaultDividerLines()
139 bool TextPickerPaintMethod::NeedPaintDividerLines(const RectF &contentRect, const ItemDivider &divi… in NeedPaintDividerLines()
181 void TextPickerPaintMethod::PaintDividerLines(RSCanvas& canvas, const RectF& contentRect, const Div… in PaintDividerLines()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp336 Rect contentRect = GetContentRect(); in ReMeasure() local
353 Rect contentRect = GetContentRect(); in UpdateOffsetX() local
397 Rect contentRect = GetContentRect(); in GetFirstVisibleIndex() local
416 Rect contentRect = GetContentRect(); in GetLastVisibleIndex() local
432 Rect contentRect = GetContentRect(); in UpdateExtraOffsetX() local
567 Rect contentRect = GetContentRect(); in InsertTextByCursorIndex() local
589 Rect contentRect = GetContentRect(); in CalculatedCursorPos() local
630 Rect contentRect = GetContentRect(); in UpdateOffsetBySetCursorIndex() local
721 Rect contentRect = GetContentRect(); in UpdateOffsetByInputType() local
H A Dui_toggle_button.cpp67 Rect contentRect = GetContentRect(); in CalculateSize() local
104 Rect contentRect = GetContentRect(); in OnDraw() local
H A Dui_radio_button.cpp92 Rect contentRect = GetContentRect(); in OnDraw() local
H A Dui_checkbox.cpp240 Rect contentRect = GetContentRect(); in OnDraw() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp39 const RectF GetFirstBoxRect(const std::vector<RectF>& boxes, const RectF& contentRect, const float … in GetFirstBoxRect()
49 const RectF GetLastBoxRect(const std::vector<RectF>& boxes, const RectF& contentRect, const float t… in GetLastBoxRect()
105 auto contentRect = pattern->GetTextContentRect(true); in CalculateTextDragData() local
145 …tern::GetHandler(const bool isLeftHandler, const std::vector<RectF> boxes, const RectF contentRect, in GetHandler()
155 void TextDragPattern::AdjustHandlers(const RectF contentRect, RectF& leftHandler, RectF& rightHandl… in AdjustHandlers()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.h44 void SetContentRect(const RectF& contentRect) in SetContentRect()
H A Dtext_select_overlay.cpp109 auto contentRect = textPattern->GetTextContentRect(); in CheckAndAdjustHandle() local
118 auto contentRect = textPattern->GetTextContentRect(); in CheckAndAdjustHandle() local
160 auto contentRect = textPattern->GetTextContentRect(); in CheckHandleVisible() local
183 auto contentRect = textPattern->GetTextContentRect(); in OnHandleMove() local
277 auto contentRect = pattern->GetTextContentRect(); in GetSelectArea() local
H A Dtext_paint_method.cpp131 auto contentRect = textPattern->GetTextContentRect(); in UpdateOverlayModifier() local
H A Dbase_text_select_overlay.cpp333 …const std::vector<RectF>& boxes, const RectF& contentRect, const RectF& textRect, const OffsetF& p… in MergeSelectedBoxes()
379 auto contentRect = geometryNode->GetContentRect(); in CheckHandleIsVisibleWithTransform() local
1126 RectF contentRect; in GetClipHandleViewPort() local
1152 …l BaseTextSelectOverlay::GetFrameNodeContentRect(const RefPtr<FrameNode>& node, RectF& contentRect) in GetFrameNodeContentRect()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h318 Rect contentRect; in GetContentRect() local
329 Rect contentRect; in GetOrigContentRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_paint_method.cpp59 RectF contentRect = { padding.left.value_or(0), padding.top.value_or(0), in GetForegroundDrawFunction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_paint_method.cpp60 …RectF contentRect = { padding.left.value_or(0), padding.top.value_or(0), frameRect.Width() - paddi… in GetForegroundDrawFunction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_content_modifier.cpp46 auto contentRect = richEditorPattern->GetTextContentRect(); in onDraw() local
H A Drich_editor_paint_method.cpp64 auto contentRect = richEditorPattern->GetTextContentRect(); in UpdateOverlayModifier() local
H A Drich_editor_overlay_modifier.cpp224 auto contentRect = richEditorPattern->GetTextContentRect(); in onDraw() local
H A Drich_editor_select_overlay.cpp91 auto contentRect = pattern->GetTextContentRect(); in CheckHandleVisible() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp208 auto contentRect = pattern->GetContentRect(); in CheckHandleVisible() local
323 auto contentRect = pattern->GetContentRect(); in GetSelectArea() local
378 auto contentRect = pattern->GetContentRect(); in GetTextAreaCaretPosition() local
396 auto contentRect = pattern->GetContentRect(); in GetTextInputCaretPosition() local
H A Dtext_input_response_area.cpp50 auto contentRect = textInputGeometryNode->GetContentRect(); in LayoutChild() local
66 OffsetF TextInputResponseArea::GetChildOffset(SizeF parentSize, RectF contentRect, SizeF childSize,… in GetChildOffset()
H A Dtext_field_content_modifier.cpp69 auto contentRect = textFieldPattern->GetContentRect(); in onDraw() local
H A Dtext_field_overlay_modifier.cpp153 auto contentRect = textFieldPattern->GetContentRect(); in PaintUnderline() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_algorithm.cpp205 auto contentRect = layoutWrapper->GetGeometryNode()->GetContentRect(); in Layout() local
229 …LayoutWrapper* layoutWrapper, const RectF& contentRect, float selectOffset, Axis axis, bool revers… in CalculateBlockOffset()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_area_test.cpp696 auto contentRect = pattern_->GetContentRect(); variable
745 auto contentRect = pattern_->GetContentRect(); variable
798 auto contentRect = pattern_->GetContentRect(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.cpp175 auto contentRect = richEditorNode_->GetGeometryNode()->GetContentRect(); in OnDrawVerify() local

12