Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 25 of 101) sorted by relevance

12345

/foundation/graphic/ui/test/unittest/common/
Dtext_unit_test.cpp76 UITextLanguageDirect direct = UITextLanguageDirect::TEXT_DIRECT_LTR; variable
77 text_->SetDirect(direct);
78 EXPECT_EQ(text_->GetDirect(), direct);
79 direct = UITextLanguageDirect::TEXT_DIRECT_RTL;
80 text_->SetDirect(direct);
81 EXPECT_EQ(text_->GetDirect(), direct);
/foundation/graphic/ui/frameworks/draw/
Ddraw_label.cpp32 if (labelLine.direct == TEXT_DIRECT_RTL) { in DrawTextOneLine()
51 labelLine.direct, in DrawTextOneLine()
58 if (labelLine.direct == TEXT_DIRECT_RTL) { in DrawTextOneLine()
93 bool directFlag = (arcTextInfo.direct == TEXT_DIRECT_LTR); in DrawArcText()
108 arcTextInfo.direct, orientation); in DrawArcText()
115 … arcTextInfo.radius, arcTextInfo.direct, orientation); in DrawArcText()
Ddraw_utils.h72 UITextLanguageDirect direct; member
86 UITextLanguageDirect direct; member
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/codec/common/
Di_gst_codec.h220 virtual int32_t Flush(GstCodecDirect direct) = 0;
231 virtual int32_t ActiveBufferMgr(GstCodecDirect direct, bool active) = 0;
/foundation/graphic/ui/interfaces/kits/components/
Dui_label_button.h171 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument
174 labelButtonText_->SetDirect(direct); in SetDirect()
Dtext_adapter.h201 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument
203 direct_ = direct; in SetDirect()
Dui_label.h294 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument
297 labelText_->SetDirect(direct); in SetDirect()
Dui_arc_label.h358 UITextLanguageDirect direct; member
Dui_picker.h365 void SetDirect(UITextLanguageDirect direct);
/foundation/graphic/ui/frameworks/components/
Dui_arc_label.cpp189 arcTextInfo_.direct = TEXT_DIRECT_LTR; // Clockwise in MeasureArcTextInfo()
193 arcTextInfo_.direct = TEXT_DIRECT_RTL; // Counterclockwise in MeasureArcTextInfo()
210 arcTextInfo_.direct, orientation_); in MeasureArcTextInfo()
Dui_picker.cpp419 void UIPicker::SetDirect(UITextLanguageDirect direct) in SetDirect() argument
421 direct_ = direct; in SetDirect()
/foundation/graphic/ui/frameworks/common/
Dtyped_text.cpp87 …bool xorFlag = (orientation == UIArcLabel::TextOrientation::INSIDE) ^ (arcTextInfo.direct == TEXT_… in GetArcTextRect()
107 arcTextInfo.direct, orientation) in GetArcTextRect()
121 arcTextInfo.direct, orientation); in GetArcTextRect()
140 UITextLanguageDirect direct, in GetAngleForArcLen() argument
149 return (direct == TEXT_DIRECT_LTR) ? angle : -angle; in GetAngleForArcLen()
Dtyped_text.h64 UITextLanguageDirect direct,
/foundation/graphic/ui/interfaces/kits/common/
Dtext.h175 void SetDirect(UITextLanguageDirect direct) in SetDirect() argument
177 direct_ = direct; in SetDirect()
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/codec/hdi/common/src/
Dgst_hdi.c337 static gboolean gst_hdi_alloc_buffer_inner(GstHDICodec *codec, GstHDIDirection direct) in gst_hdi_alloc_buffer_inner() argument
340 gint len = (direct == GST_HDI_IN) ? codec->input_buffer_num : codec->output_buffer_num; in gst_hdi_alloc_buffer_inner()
341 gint size = (direct == GST_HDI_IN) ? sizeof(InputInfo) : sizeof(OutputInfo); in gst_hdi_alloc_buffer_inner()
351 if (direct == GST_HDI_IN) { in gst_hdi_alloc_buffer_inner()
/foundation/graphic/utils/
DLICENSE19 "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,
/foundation/communication/wifi/
DLICENSE19 "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,
/foundation/communication/bluetooth/
DLICENSE19 "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,
/foundation/distributedschedule/safwk/
DLICENSE19 "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,
/foundation/resourceschedule/background_task_mgr/
DLICENSE19 "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,
/foundation/resourceschedule/device_usage_statistics/
DLICENSE19 "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,
/foundation/multimodalinput/input/
DLICENSE19 "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,
/foundation/communication/netmanager_base/
DLICENSE19 "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,
/foundation/appexecfwk/appexecfwk_lite/interfaces/innerkits/bundlemgr_lite/
DLICENSE19 "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,
/foundation/multimedia/medialibrary_standard/
DLICENSE19 "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,

12345