Home
last modified time | relevance | path

Searched refs:GetRange (Results 1 – 25 of 33) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dtext_picker_composed_element.cpp28 { "range", [](const TextPickerComposedElement& inspector) { return inspector.GetRange(); } } in __anon168f81a60402()
37 DumpLog::GetInstance().AddDesc(std::string("range: ").append(GetRange())); in Dump()
67 std::string TextPickerComposedElement::GetRange() const in GetRange() function in OHOS::Ace::V2::TextPickerComposedElement
71 auto range = render->GetRange(); in GetRange()
Dpicker_text_dialog_composed_element.cpp49 jsonValue->Put("range", GetRange()); in GetShow()
74 std::unique_ptr<JsonValue> PickerTextDialogComposedElement::GetRange() const in GetRange() function in OHOS::Ace::V2::PickerTextDialogComposedElement
79 auto range = render->GetRange(); in GetRange()
Dtext_picker_composed_element.h36 std::string GetRange() const;
Dpicker_text_dialog_composed_element.h37 std::unique_ptr<JsonValue> GetRange() const;
/foundation/multimedia/histreamer/tests/ut/
DTestDataPacker.cpp121 dataPacker->GetRange(3, 2, bufferOut);
134 dataPacker->GetRange(3, 4, bufferOut);
136 dataPacker->GetRange(5, 2, bufferOut);
149 dataPacker->GetRange(3, 4, bufferOut);
153 dataPacker->GetRange(11, 2, bufferOut);
166 ASSERT_TRUE(dataPacker->GetRange(0, 15, bufferOut));
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dchar_groups_test.cpp70 ASSERT_EQ(t1, ret.GetRange().start); in GetObjectRangeChecker()
71 ASSERT_EQ(t2, ret.GetRange().end); in GetObjectRangeChecker()
118 DEFINE_PARAM_TEST0(CharGroups, GetRange, {
221 ASSERT_EQ(ret[0].GetRange().end, 1); in __anon989174c20502()
222 ASSERT_EQ(ret[1].GetRange().start, 1); in __anon989174c20502()
225 ASSERT_EQ(ret[0].GetRange().end, 3); in __anon989174c20602()
226 ASSERT_EQ(ret[1].GetRange().start, 3); in __anon989174c20602()
243 ASSERT_EQ(ret[0].GetRange().end, 1); in __anon989174c20702()
244 ASSERT_EQ(ret[1].GetRange().start, 1); in __anon989174c20702()
247 ASSERT_EQ(ret[0].GetRange().end, 3); in __anon989174c20802()
[all …]
Dtext_merger_test.cpp96 return cgs.GetRange() == range; in __anonf17e770b0202()
126 if (!(ControllerForTest::GetCharGroups(ts).GetRange() == result[i].range_)) { in MergedSpanChecker()
/foundation/multimedia/histreamer/engine/pipeline/filters/demux/
Ddata_packer.h45 bool GetRange(uint64_t offset, uint32_t size, AVBufferPtr &bufferPtr);
47 bool GetRange(uint32_t size, AVBufferPtr &bufferPtr); // For live play
Ddata_packer.cpp204 bool DataPacker::GetRange(uint64_t offset, uint32_t size, AVBufferPtr& bufferPtr) in GetRange() function in OHOS::Media::DataPacker
239 bool DataPacker::GetRange(uint32_t size, AVBufferPtr& bufferPtr) in GetRange() function in OHOS::Media::DataPacker
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
Dfile_server_demo.h60 static void GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos);
Dfile_server_demo.cpp95 void FileServerDemo::GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos) in GetRange() function in OHOS::MediaAVCodec::FileServerDemo
144 GetRange(recvStr, startPos, endPos); in SendRequestSize()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dtext_breaker.cpp66 ss << "u16range: [" << start << ", " << end << "), range: " << wordcgs.GetRange(); in WordBreak()
161 << " " << currentCgs.GetRange() << ": \033[40m'"; in GenerateSpan()
Dvariant_span.cpp179 (ts_->rtl_ ? "<-" : "->") << " " << ts_->cgs_.GetRange() << in Dump()
184 (ts_->rtl_ ? "<-" : "->") << " " << ts_->cgs_.GetRange() << in Dump()
Dbidi_processer.cpp94 LOGCEX_DEBUG() << "intersect at cgs" << ic.GetRange(); in DoBidiProcess()
Dchar_groups.h93 const IndexRange &GetRange() const;
Dchar_groups.cpp69 const IndexRange &CharGroups::GetRange() const in GetRange() function in OHOS::Rosen::TextEngine::CharGroups
/foundation/arkui/ace_engine/frameworks/core/components/picker/
Dpicker_text_component.h40 const std::vector<std::string>& GetRange() const in GetRange() function
Dpicker_multitext_component.h43 const std::vector<std::vector<std::string>>& GetRange() const in GetRange() function
Drender_picker_base.h92 const std::vector<std::string>& GetRange() const in GetRange() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_layout_algorithm.h93 void GetRange(const RefPtr<NavigationGroupNode>& hostNode);
Dnavigation_layout_algorithm.cpp234 void NavigationLayoutAlgorithm::GetRange(const RefPtr<NavigationGroupNode>& hostNode) in GetRange() function in OHOS::Ace::NG::NavigationLayoutAlgorithm
450 GetRange(hostNode); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dparticle_property.h421 const std::pair<float, float>& GetRange() const in GetRange() function
443 …return NearEqual(range_.first, other.GetRange().first) && NearEqual(range_.second, other.GetRange(…
652 const std::pair<Color, Color>& GetRange() const in GetRange() function
671 return (range_ == other.GetRange()) && (updater_ == other.GetUpdater());
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
Daccessibility_element_info_test.cpp766 EXPECT_EQ(elementInfo_->GetRange().GetMin(), 1);
767 EXPECT_EQ(elementInfo_->GetRange().GetMax(), 1);
768 EXPECT_EQ(elementInfo_->GetRange().GetCurrent(), 1);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_pattern.h121 std::vector<NG::RangeContent> GetRange() const in GetRange() function
Dtextpicker_column_pattern.h139 const std::vector<std::string>& GetRange() const in GetRange() function

12