/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | flat_container.cpp | 42 const auto direct = !OnAdding()->HasHandlers(); in Add() local 50 if (direct) { in Add() 56 if (!direct) { in Add() 76 const auto direct = !OnAdding()->HasHandlers(); in Insert() local 83 if (direct) { in Insert() 89 if (!direct) { in Insert()
|
H A D | container.cpp | 44 const auto direct = !OnAdding()->HasHandlers(); in Add() local 57 if (direct) { in Add() 64 if (!direct) { in Add() 83 const auto direct = !OnAdding()->HasHandlers(); in Insert() local 97 if (direct) { in Insert() 104 if (!direct) { in Insert()
|
H A D | container_base.cpp | 135 const auto direct = !implPreTrans_->OnRemoving()->HasHandlers(); in Remove() local 143 if (direct) { in Remove() 149 if (!direct) { in Remove() 168 const auto direct = !implPreTrans_->OnRemoving()->HasHandlers(); in Remove() local 176 if (direct) { in Remove() 188 if (!direct) { in Remove()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | text_unit_test.cpp | 85 UITextLanguageDirect direct = UITextLanguageDirect::TEXT_DIRECT_LTR; variable 86 text_->SetDirect(direct); 87 EXPECT_EQ(text_->GetDirect(), direct); 88 direct = UITextLanguageDirect::TEXT_DIRECT_RTL; 89 text_->SetDirect(direct); 90 EXPECT_EQ(text_->GetDirect(), direct);
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 1121 fontStyle.direct = TEXT_DIRECT_LTR; 1152 fontStyle.direct = TEXT_DIRECT_LTR; 1187 fontStyle.direct = TEXT_DIRECT_LTR; 1218 fontStyle.direct = TEXT_DIRECT_LTR; 1250 fontStyle.direct = TEXT_DIRECT_LTR; 1285 fontStyle.direct = TEXT_DIRECT_LTR; 1323 fontStyle.direct = TEXT_DIRECT_LTR; 1358 fontStyle.direct = TEXT_DIRECT_LTR; 1396 fontStyle.direct = TEXT_DIRECT_LTR; 1433 fontStyle.direct = TEXT_DIRECT_LTR; [all …]
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_interface.h | 154 int32_t CodecSetPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode mode, Bu… 156 int32_t CodecGetPortMode(CODEC_HANDLETYPE handle, DirectionType direct, AllocateBufferMode *mode, B…
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_label_button.h | 171 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument 174 labelButtonText_->SetDirect(direct); in SetDirect()
|
H A D | text_adapter.h | 201 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument 203 direct_ = direct; in SetDirect()
|
H A D | ui_label.h | 301 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument 304 labelText_->SetDirect(direct); in SetDirect()
|
H A D | ui_canvas.h | 286 UITextLanguageDirect direct; member 528 fontStyle.direct = UITextLanguageDirect::TEXT_DIRECT_LTR;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_edit_text.cpp | 524 …UITextLanguageDirect direct = drawPlaceholder ? placeholderText_->GetDirect() : inputText_->GetDir… in DrawCursor() local 525 if (direct == UITextLanguageDirect::TEXT_DIRECT_LTR) { in DrawCursor() 527 } else if (direct == UITextLanguageDirect::TEXT_DIRECT_RTL) { in DrawCursor() 590 …UITextLanguageDirect direct = drawPlaceholder ? placeholderText_->GetDirect() : inputText_->GetDir… in CalculatedCursorPos() local 591 if (direct == UITextLanguageDirect::TEXT_DIRECT_LTR) { in CalculatedCursorPos() 594 } else if (direct == UITextLanguageDirect::TEXT_DIRECT_RTL) { in CalculatedCursorPos()
|
H A D | ui_arc_label.cpp | 355 arcTextInfo_.direct = TEXT_DIRECT_LTR; // Clockwise in MeasureArcTextInfo() 359 arcTextInfo_.direct = TEXT_DIRECT_RTL; // Counterclockwise in MeasureArcTextInfo() 392 arcTextInfo_.direct, orientation_); in OnMeasureArcTextInfo() 400 arcTextInfo_.direct, orientation_); in OnMeasureArcTextInfo()
|
H A D | ui_picker.cpp | 461 void UIPicker::SetDirect(UITextLanguageDirect direct) in SetDirect() argument 463 if (direct == direct_) { in SetDirect() 466 direct_ = direct; in SetDirect()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 31 if (labelLine.direct == TEXT_DIRECT_RTL) { in DrawTextOneLine() 77 labelLine.direct, in DrawTextOneLine() 110 if (labelLine.direct == TEXT_DIRECT_RTL) { in DrawTextOneLine() 173 bool directFlag = (arcTextInfo.direct == TEXT_DIRECT_LTR); in DrawArcText() 228 arcTextInfo.direct, orientation); in CalculateAngle() 235 … arcTextInfo.radius, arcTextInfo.direct, orientation); in CalculateAngle()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 96 … bool xorFlag = (orientation == TextOrientation::INSIDE) ^ (arcTextInfo.direct == TEXT_DIRECT_LTR); in GetArcTextRect() 116 arcTextInfo.direct, orientation) : 0; in GetArcTextRect() 129 arcTextInfo.direct, orientation); in GetArcTextRect() 148 UITextLanguageDirect direct, in GetAngleForArcLen() argument 157 return (direct == TEXT_DIRECT_LTR) ? angle : -angle; in GetAngleForArcLen()
|
H A D | typed_text.h | 77 UITextLanguageDirect direct,
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 96 UITextLanguageDirect direct; member 295 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument 297 direct_ = direct; in SetDirect()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/ |
H A D | changelogs-window.md | 10 …ontrolled by the interface provided by the input method framework. Other direct control of the inp…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | application-component-configuration-fa.md | 24 The FA model does not support direct configuration of application icons and application labels. Ins… 79 …e entry icon and displays it on the home screen. Touching this icon will direct the user to the ho… 85 …e entry icon and displays it on the home screen. Touching this icon will direct the user to the ap… 92 …e entry icon and displays it on the home screen. Touching this icon will direct the user to the ap…
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
H A D | decoder.cpp | 176 int32_t Decoder::SetPortBufferMode(DirectionType direct, AllocateBufferMode mode, BufferType type) in SetPortBufferMode() argument 178 int32_t ret = CodecSetPortMode(codecHandle_, direct, mode, type); in SetPortBufferMode()
|
H A D | decoder.h | 67 int32_t SetPortBufferMode(DirectionType direct, AllocateBufferMode mode, BufferType type);
|
/ohos5.0/docs/en/ |
H A D | Legal-Notices.md | 19 …se, the OpenAtom Foundation or the copyright owner is not liable for any direct or indirect loss a…
|
/ohos5.0/docs/en/device-dev/ |
H A D | disclaimer.md | 5 …ods to aid your access to the third-party resource. While we endeavor to direct you to helpful, tr…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | human-machine-interaction-basis.md | 11 There are three typical input modes: direct interaction by tapping touchscreens with fingers or sty…
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/ |
H A D | LICENSE | 19 "control" means (i) the power, direct or indirect, to cause the 85 or a Contribution incorporated within the Work constitutes direct 158 liable to You for damages, including any direct, indirect, special,
|