Home
last modified time | relevance | path

Searched refs:direction (Results 1051 - 1075 of 1142) sorted by relevance

1...<<414243444546

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp96 void OH_Drawing_SetTypographyTextDirection(OH_Drawing_TypographyStyle* style, int direction) in OH_Drawing_SetTypographyTextDirection() argument
102 switch (direction) { in OH_Drawing_SetTypographyTextDirection()
673 TextDirection textDirection = (*textboxVector)[index].direction; in OH_Drawing_GetTextDirectionFromTextBox()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp822 displayInfo.direction = DIRECTION0; in HWTEST_F()
862 displayInfo.direction = DIRECTION0; in HWTEST_F()
907 displayInfo.direction = DIRECTION0; in HWTEST_F()
1462 * @tc.desc: Set touchpad scroll direction
1477 * @tc.desc: Get touchpad scroll direction
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1355 // Column 2: direction in TestCreateInstance()
2398 // Col. 2 = direction, "F..." or "R..." in TestCompoundFilterID()
2413 UTransDirection direction = (DATA[i+1] != NULL && DATA[i+1][0] == 'R') ? in TestCompoundFilterID() local
2426 t.adoptInstead(Transliterator::createFromRules("ID", id, direction, pe, ec)); in TestCompoundFilterID()
2428 t.adoptInstead(Transliterator::createInstance(id, direction, pe, ec)); in TestCompoundFilterID()
2553 // Tricky case in reverse direction in TestQuantifiedSegment()
3661 // The following are direction="both" transforms with variants, inverting the Any-Xxxx/Variant for in TestIncrementalProgress()
3664 // had direction="both" specified. in TestIncrementalProgress()
3680 && !(logKnownIssue("21911", "ICU4C cannot create inverse of Any-Xxxx/Variant transform created from both-direction transform") && in TestIncrementalProgress()
4459 // instantiate the one reversible rule set in the reverse direction an in TestBeginEnd()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh610 hb_direction_t direction; member
639 direction (buffer_->props.direction), in hb_ot_apply_context_t()
/third_party/backends/backend/
H A Dhp3900_rts8822.c392 SANE_Int direction, SANE_Int ypos);
407 SANE_Int motorsetting, SANE_Int direction,
413 SANE_Int direction, SANE_Int itype);
810 SANE_Int direction, SANE_Int itype) in Motor_Curve_Get()
833 /* check direction and type */ in Motor_Curve_Get()
834 if ((crv->crv_speed == direction) in Motor_Curve_Get()
854 SANE_Int direction, SANE_Int curve1, SANE_Int curve2) in Motor_Curve_Equal()
856 /* compares two curves of the same direction in Motor_Curve_Equal()
861 Motor_Curve_Get (dev, motorsetting, direction, curve1); in Motor_Curve_Equal()
863 Motor_Curve_Get (dev, motorsetting, direction, curve in Motor_Curve_Equal()
809 Motor_Curve_Get(struct st_device *dev, SANE_Int motorcurve, SANE_Int direction, SANE_Int itype) Motor_Curve_Get() argument
853 Motor_Curve_Equal(struct st_device *dev, SANE_Int motorsetting, SANE_Int direction, SANE_Int curve1, SANE_Int curve2) Motor_Curve_Equal() argument
11275 Head_Relocate(struct st_device *dev, SANE_Int speed, SANE_Int direction, SANE_Int ypos) Head_Relocate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp3465 if (chainInfo.direction.has_value()) { in GetChainStyle()
4079 TextDirection direction = TextDirection::AUTO; in GetDirection() local
4081 direction = target->GetLayoutDirection(); in GetDirection()
4082 return direction; in GetDirection()
H A Dframe_node.h911 int64_t elementId, int32_t direction, int64_t offset, Accessibility::AccessibilityElementInfo& output);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2759 * 1.Gives the rolling direction according to the location of the hot zone
2788 // then gives the scroll component movement direction according to which hot zone the point is in in IsInHotZone()
2814 // gives the scroll component movement direction according to which hot zone the point is in in IsInHotZone()
2833 * @description: Determines whether the scroll component is in the vertical direction
2843 * @param {float} offsetPct offset percent.When scrolling in the vertical or horizontal direction, there is a distance
3708 auto direction = swiper->GetDirection(); in SearchAndSetParentNestedScroll() local
3709 CHECK_EQUAL_VOID(scrollBarAxis, direction); in SearchAndSetParentNestedScroll()
3760 auto direction = swiper->GetDirection(); in SearchAndUnsetParentNestedScroll() local
3761 CHECK_EQUAL_VOID(scrollBarAxis, direction); in SearchAndUnsetParentNestedScroll()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp4720 uint32_t direction = evaluate_constant_u32(ops[4]); in emit_subgroup_op() local
4721 if (direction == 0) in emit_subgroup_op()
4723 else if (direction == 1) in emit_subgroup_op()
4725 else if (direction == 2) in emit_subgroup_op()
4728 SPIRV_CROSS_THROW("Invalid quad swap direction."); in emit_subgroup_op()
/third_party/skia/tests/
H A DPathTest.cpp1048 // Set this for paths that don't have a consistent direction such as a bowtie.
1121 // Test two donuts, each wound a different direction. Only the outer contour in test_direction()
1122 // determines the cheap direction in test_direction()
1599 // check after setting the initial convex and direction in test_convexity()
2133 SkPathDirection direction; in test_isRect() local
2138 REPORTER_ASSERT(reporter, path.isRect(&computed, &isClosed, &direction)); in test_isRect()
2141 REPORTER_ASSERT(reporter, SkPathPriv::AsFirstDirection(direction) == cheapDirection); in test_isRect()
2148 SkPathDirection direction = d; in test_isRect() local
2149 REPORTER_ASSERT(reporter, !path.isRect(&computed, &isClosed, &direction)); in test_isRect()
2153 REPORTER_ASSERT(reporter, direction in test_isRect()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp2156 std::string direction = GetDirectionStr(height, width); in UpdateResMgrAndConfiguration() local
2157 configuration->AddItem(displayId, ConfigurationInner::APPLICATION_DIRECTION, direction); in UpdateResMgrAndConfiguration()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp1062 EXPECT_EQ(json->GetString("direction"), "0"); in HWTEST_F()
1069 EXPECT_EQ(json->GetString("direction"), "1"); in HWTEST_F()
1072 std::optional<Axis> direction; in HWTEST_F() local
1074 swiperLayoutProperty->propDirection_ = direction; in HWTEST_F()
1078 EXPECT_EQ(json->GetString("direction"), "1"); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp2131 event.mixedEvent.numberData[1].i32 = static_cast<int32_t>(Info.direction); in SetTextInputOnWillDelete()
2151 event.mixedEvent.numberData[1].i32 = static_cast<int32_t>(Info.direction); in SetTextInputOnDidDelete()
H A Dnode_text_area_modifier.cpp1926 event.mixedEvent.numberData[1].i32 = static_cast<int32_t>(Info.direction); in SetTextAreaOnWillDeleteValue()
1946 event.mixedEvent.numberData[1].i32 = static_cast<int32_t>(Info.direction); in SetTextAreaOnDidDeleteValue()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp75 * @tc.desc: test for text direction
1679 int direction = TEXT_DIRECTION_RTL; in HWTEST_F() local
1680 OH_Drawing_SetTypographyTextDirection(typoStyle, direction); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp691 << item.height << item.dpi << item.name << item.uniq << item.direction in PackDisplayInfo()
775 "uniq:%{public}s,direction:%{public}d,displayDirection:%{public}d,displayMode:%{public}d", in PrintDisplayInfo()
777 item.uniq.c_str(), item.direction, item.displayDirection, item.displayMode); in PrintDisplayInfo()
1909 MMI_HILOGE("Set the touchpad scroll direction switch failed, ret:%{public}d", ret); in SetTouchpadScrollDirection()
1925 MMI_HILOGE("Get the touchpad scroll direction switch failed, ret:%{public}d", ret); in GetTouchpadScrollDirection()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp649 if (physicDisplayInfo != nullptr && physicDisplayInfo->direction != lastDirection_) { in CheckKnuckleCondition()
650 lastDirection_ = physicDisplayInfo->direction; in CheckKnuckleCondition()
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1609 BestOffset *bo, int direction) in codebook_bits()
1635 if (direction) { in codebook_bits()
1606 codebook_bits(MLPEncodeContext *ctx, unsigned int channel, int codebook, int offset, int32_t min, int32_t max, BestOffset *bo, int direction) codebook_bits() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp2718 const enum ir_variable_mode direction = in assign_attribute_or_color_locations() local
2753 if ((var == NULL) || (var->data.mode != (unsigned) direction)) in assign_attribute_or_color_locations()
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c57 static void setNuConvTestName(const char *codepage, const char *direction) in setNuConvTestName() argument
61 direction, in setNuConvTestName()
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp441 return parcel.WriteUint32(static_cast<uint32_t>(wheelEvent.direction)) && in WriteWhellEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp609 parsedConfig.direction = configuration.GetItem(OHOS::AppExecFwk::ConfigurationInner::APPLICATION_DIRECTION); in OnConfigurationUpdated()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp84 (int64_t elementId, int32_t direction, Accessibility::AccessibilityElementInfo& info,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.cpp512 ParagraphStyle paraStyle = { .direction = TextDirection::LTR, in CreateParagraph()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1082 int64_t accessibilityId, int32_t direction) in GetAccessibilityNodeInfoByFocusMove()
1081 GetAccessibilityNodeInfoByFocusMove( int64_t accessibilityId, int32_t direction) GetAccessibilityNodeInfoByFocusMove() argument

Completed in 107 milliseconds

1...<<414243444546