Home
last modified time | relevance | path

Searched refs:advance (Results 1 - 25 of 71) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dsequenced_recognizer.cpp31 std::advance(iter, currentIndex_); in OnAccepted()
46 std::advance(iter, currentIndex_); in OnRejected()
69 std::advance(iter, currentIndex_); in OnPending()
87 std::advance(iter, currentIndex_); in OnBlocked()
118 std::advance(iter, currentIndex_); in HandleEvent()
165 std::advance(iter, currentIndex_); in HandleEvent()
242 std::advance(iter, currentIndex_ - 1); in UpdateCurrentIndex()
248 std::advance(iter, 1); in UpdateCurrentIndex()
260 std::advance(iterBefore, currentIndex - 1); in CheckBetweenTwoLongPressRecognizer()
262 std::advance(iterAfte in CheckBetweenTwoLongPressRecognizer()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_1d_path_effect.cpp22 float advance, float phase, Style style) in Make()
24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make()
21 Make(const TexginePath &path, float advance, float phase, Style style) Make() argument
H A Dtexgine_path_1d_path_effect.h41 * @param advance Space between path instances
44 static std::shared_ptr<TexginePathEffect> Make(const TexginePath& path, float advance, float phase, Style style);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp31 PathEffect::PathEffect(PathEffectType t, const Path& path, scalar advance, scalar phase, PathDashStyle style) noexcept
35 impl_->InitWithPathDash(path, advance, phase, style); in PathEffect()
79 const Path& path, scalar advance, scalar phase, PathDashStyle style) in CreatePathDashEffect()
81 return std::make_shared<PathEffect>(PathEffect::PathEffectType::PATH_DASH, path, advance, phase, style); in CreatePathDashEffect()
78 CreatePathDashEffect( const Path& path, scalar advance, scalar phase, PathDashStyle style) CreatePathDashEffect() argument
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.cpp87 std::advance(currentFocusNode, currentIndex); in IsFocusable()
115 std::advance(currentFocusNode, currentIndex); in OnFocus()
138 std::advance(currentFocusNode, index + INDICATOR_FOCUS_INDEX); in RequestChildFocus()
140 std::advance(currentFocusNode, index); in RequestChildFocus()
225 std::advance(currentFocusNode, currentIndex + INDICATOR_FOCUS_INDEX); in RequestCurrentItemFocus()
227 std::advance(currentFocusNode, currentIndex); in RequestCurrentItemFocus()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp45 scalar advance = GetObject<scalar>(); in PathEffectFuzzTest() local
48 PathEffect::CreatePathDashEffect(path, advance, phase, static_cast<PathDashStyle>(style)); in PathEffectFuzzTest()
71 PathEffect(type, path, advance, phase, static_cast<PathDashStyle>(style)); in PathEffectFuzzTest()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_element.cpp102 std::advance(currentFocusNode, RIGHT_BUTTON_INDEX); in OnFocus()
114 std::advance(currentFocusNode, index + DEFAULT_BUTTON_NUM); in RequestChildFocus()
189 std::advance(currentFocusNode, 1); in RequestRightButtonFocus()
207 std::advance(currentFocusNode, currentIndex + DEFAULT_BUTTON_NUM); in RequestCurrentItemFocus()
H A Dstepper_component.cpp81 std::advance(labelIter, position); in InsertChild()
84 std::advance(textIter, position); in InsertChild()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_effect_test.cpp49 scalar advance = 12.0f; in HWTEST_F() local
52 skiaPathEffect.InitWithPathDash(path, advance, phase, PathDashStyle::TRANSLATE); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp42 void SkiaPathEffect::InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) in InitWithPathDash() argument
47 SkPath1DPathEffect::Make(p->GetPath(), advance, phase, static_cast<SkPath1DPathEffect::Style>(style)); in InitWithPathDash()
H A Dskia_path_effect.h39 void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp154 std::advance(newCompsIter, additionalChildIndex++); in MappingChildWithId()
270 std::advance(idIter, from); in MoveData()
274 std::advance(idIter, to); in MoveData()
279 std::advance(fromIter, from); in MoveData()
284 std::advance(toIter, to); in MoveData()
H A Dlazy_layout_wrapper_builder.cpp68 std::advance(iter, index - preStartIndex_); in GetOrCreateFrameNode()
103 std::advance(iter, index - startIndex_.value()); in OnGetOrCreateWrapperByIndexLegacy()
184 std::advance(iter, index - preStartIndex_); in GetKeyByIndexFromPreNodes()
H A Dnode_content.cpp63 std::advance(it, position); in AddNode()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_recording_path_effect.h26 const TestingPath& path, float advance, float phase, TestingPathDashStyle style) in CreatePathDashEffect()
25 CreatePathDashEffect( const TestingPath& path, float advance, float phase, TestingPathDashStyle style) CreatePathDashEffect() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_size_animation.cpp74 std::advance(lastSelected, from); in Start()
79 std::advance(currentSelected, to); in Start()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dpath_effect.h67 const Path& path, scalar advance, scalar phase, PathDashStyle style);
124 PathEffect(PathEffectType t, const Path& path, scalar advance, scalar phase, PathDashStyle style) noexcept;
/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.cpp44 std::advance(it, index); in GetChildByIndex()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp603 return node.advance; in GetWidth()
633 node->node.advance = metric->advance; in SaveGlyphNode()
660 glyphNode.advance = f->advance; in GetGlyphNode()
699 glyphNode.advance = f->advance; in GetBitmap()
810 glyphNode.advance = static_cast<uint16_t>(faceInfo.face->glyph->advance.x / FONT_PIXEL_IN_POINT); in LoadGlyphIntoFace()
880 f->advance in SetFace()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_effect_impl.h39 virtual void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) = 0;
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.cpp83 std::advance(end, dumpInfo.size()); in GetSpecific()
120 std::advance(end, dumpInfo.size()); in GetFirst()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_element.cpp44 std::advance(iter, focusIndex); in RequestNextFocus()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.cpp34 std::advance(iter, index); in FindInPopArray()
131 std::advance(iter, index + 1); in PopToIndex()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_element.cpp87 std::advance(pos, index); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h78 std::advance(insertIter, position); in InsertChild()

Completed in 10 milliseconds

123