/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 96 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 D | input_manager_test.cpp | 822 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 D | transtst.cpp | 1355 // 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 D | hb-ot-layout-gsubgpos.hh | 610 hb_direction_t direction; member 639 direction (buffer_->props.direction), in hb_ot_apply_context_t()
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 392 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 D | view_abstract.cpp | 3465 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 D | frame_node.h | 911 int64_t elementId, int32_t direction, int64_t offset, Accessibility::AccessibilityElementInfo& output);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 2759 * 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 D | spirv_hlsl.cpp | 4720 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 D | PathTest.cpp | 1048 // 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 D | ability.cpp | 2156 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 D | calendar_test_ng.cpp | 1062 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 D | node_text_input_modifier.cpp | 2131 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 D | node_text_area_modifier.cpp | 1926 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 D | drawing_text_typography_test.cpp | 75 * @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 D | input_manager_impl.cpp | 691 << 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 D | key_command_handler.cpp | 649 if (physicDisplayInfo != nullptr && physicDisplayInfo->direction != lastDirection_) { in CheckKnuckleCondition() 650 lastDirection_ = physicDisplayInfo->direction; in CheckKnuckleCondition()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpenc.c | 1609 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 D | linker.cpp | 2718 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 D | ncnvtst.c | 57 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 D | cast_engine_common_helper.cpp | 441 return parcel.WriteUint32(static_cast<uint32_t>(wheelEvent.direction)) && in WriteWhellEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 609 parsedConfig.direction = configuration.GetItem(OHOS::AppExecFwk::ConfigurationInner::APPLICATION_DIRECTION); in OnConfigurationUpdated()
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 84 (int64_t elementId, int32_t direction, Accessibility::AccessibilityElementInfo& info,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 512 ParagraphStyle paraStyle = { .direction = TextDirection::LTR, in CreateParagraph()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 1082 int64_t accessibilityId, int32_t direction) in GetAccessibilityNodeInfoByFocusMove() 1081 GetAccessibilityNodeInfoByFocusMove( int64_t accessibilityId, int32_t direction) GetAccessibilityNodeInfoByFocusMove() argument
|