/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | sequenced_recognizer.cpp | 31 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 D | texgine_path_1d_path_effect.cpp | 22 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 D | texgine_path_1d_path_effect.h | 41 * @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 D | path_effect.cpp | 31 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 D | swiper_element.cpp | 87 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 D | patheffect_fuzzer.cpp | 45 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 D | stepper_element.cpp | 102 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 D | stepper_component.cpp | 81 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 D | skia_path_effect_test.cpp | 49 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 D | skia_path_effect.cpp | 42 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 D | skia_path_effect.h | 39 void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_node.cpp | 154 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 D | lazy_layout_wrapper_builder.cpp | 68 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 D | node_content.cpp | 63 std::advance(it, position); in AddNode()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_recording_path_effect.h | 26 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 D | tab_bar_size_animation.cpp | 74 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 D | path_effect.h | 67 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 D | lazy_foreach_component.cpp | 44 std::advance(it, index); in GetChildByIndex()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_vector.cpp | 603 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 D | path_effect_impl.h | 39 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 D | module_test_dump_util.cpp | 83 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 D | grid_layout_element.cpp | 44 std::advance(iter, focusIndex); in RequestNextFocus()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | mock_navigation_stack.cpp | 34 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 D | navigation_container_element.cpp | 87 std::advance(pos, index); in PerformBuild()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component_group.h | 78 std::advance(insertIter, position); in InsertChild()
|