/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | utils.h | 27 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 D | ranges.h | 29 struct Range { struct 39 void AddRange(const struct Range &range); argument
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_properties.h | 103 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 D | rs_render_particle.h | 43 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 D | v_input_device.cpp | 34 struct Range { struct 35 size_t start = 0; 36 size_t end = 0;
|
/ohos5.0/base/msdp/device_status/tools/vdev/src/ |
H A D | v_input_device.cpp | 42 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 D | avcodec_info.h | 75 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 D | device.cpp | 44 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 D | device.cpp | 44 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 D | property.h | 86 Range = 1, enumerator
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 153 struct Range { struct 156 bool operator==(const Range &range) const argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query.cpp | 70 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 D | wm_occlusion_region.h | 77 Range(int start, int end) : start_(start), end_(end) {} in Range() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 622 ## Range section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 619 ## Range section
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 178 Range(int s, int e) : start_(s), end_(e) {} in Range() function
|