Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dutils.h27 struct Range { struct
28 Range() : start(), end() {} in Range() function
29 Range(T s, T e) : start(s), end(e) {} in Range() argument
36 T start;
37 T end;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dranges.h29 struct Range { struct
39 void AddRange(const struct Range &range); argument
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h103 struct Range { struct
105 Range() : start_(), end_() {} in Range() argument
106 Range(T a, T b) : start_(a), end_(b) {} in Range() function
122 T Width() const in Width()
131 void Shift(T offset) in Shift()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h43 struct Range { struct
45 Range() : start_(), end_() {} in Range() argument
46 Range(T a, T b) : start_(a), end_(b) {} in Range() function
48 T Width() const in Width()
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dv_input_device.cpp34 struct Range { struct
35 size_t start = 0;
36 size_t end = 0;
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dv_input_device.cpp42 struct Range { struct
43 size_t start = 0;
44 size_t end = 0;
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h75 struct Range { struct
78 Range() : minVal(0), maxVal(0) {} in Range() argument
79 Range(const int32_t &min, const int32_t &max) in Range() function
90 Range Create(const int32_t &min, const int32_t &max) in Create() argument
95 Range Intersect(const int32_t &min, const int32_t &max) in Intersect() argument
102 Range Intersect(const Range &range) in Intersect() argument
109 bool InRange(int32_t value) in InRange() argument
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp44 struct Range { struct
45 size_t start { 0 };
46 size_t end { 0 };
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp44 struct Range { struct
45 size_t start { 0 };
46 size_t end { 0 };
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h86 Range = 1, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h153 struct Range { struct
156 bool operator==(const Range &range) const argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp70 Query &Query::Range(const std::vector<uint8_t> &keyBegin, const std::vector<uint8_t> &keyEnd) in Range() function in DistributedDB::Query
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h77 Range(int start, int end) : start_(start), end_(end) {} in Range() function
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md622 ## Range section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md619 ## Range section
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h178 Range(int s, int e) : start_(s), end_(e) {} in Range() function