/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_color_picker.h | 28 int h; // 色度取值(0-360) member 30 double v; // 亮度取值 (0-100) member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/ |
H A D | color_picker.h | 54 int h; // 色度取值(0-360) member 56 double v; // 亮度取值 (0-100) member
|
/ohos5.0/base/security/security_component_manager/frameworks/common/src/ |
H A D | sec_comp_tool.cpp | 54 double h; member 56 double v; member 99 static inline double GetHsvDisZ(const HsvColor& hsv, double h) in GetHsvDisZ() 108 double h = rDef * cos(angle / ONE_HUNDRED_EIGHTY_ANGLE * PI_CIRCLE); in HsvDistance() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 110 int h = 0; in GetResolution() local 166 SingleValueTag::SingleValueTag(HlsTag type, const std::string& v) in SingleValueTag() 176 AttributesTag::AttributesTag(HlsTag type, const std::string& v) : Tag(type) in AttributesTag() 255 ValuesListTag::ValuesListTag(HlsTag type, const std::string& v) : AttributesTag(type, v) in ValuesListTag()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 110 int h = 0; in GetResolution() local 161 SingleValueTag::SingleValueTag(HlsTag type, const std::string& v) in SingleValueTag() 171 AttributesTag::AttributesTag(HlsTag type, const std::string& v) : Tag(type) in AttributesTag() 251 ValuesListTag::ValuesListTag(HlsTag type, const std::string& v) : AttributesTag(type, v) in ValuesListTag()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_particle_noise_field.cpp | 168 uint32_t h = static_cast<uint32_t>(hash) & 15; in Grad() local 175 double v = h < 4 ? y : h == 12 || h == 14 ? x : 0; in Grad() local 210 float v = Fade(y); in Noise() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 47 let h; variable 92 async onRemoteMessageRequest(s, t, u, v) { argument 294 async onRemoteMessageRequest(s, t, u, v) { argument 611 async onRemoteMessageRequest(s, t, u, v) { argument 682 async onRemoteMessageRequest(s, t, u, v) { argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_picker.cpp | 157 double h, s, v; in RGB2HSV() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 364 pair<iterator, bool> insert(value_type&& v) in insert() 373 pair<iterator, bool> insert(const value_type& v) in insert() 569 list_node* create_entry(uint32_t ind, value_type&& v) in create_entry() 647 uint64_t h = hash(key); in index() local 764 pair<typename base::iterator, bool> insert(pair<string_view, T>&& v) in insert() 776 pair<typename base::iterator, bool> insert(const pair<string_view, T>& v) in insert()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_value_manager.cpp | 87 auto v = IEngineValue::Ptr(new EngineValue(name, access, p)); in AddValue() local 162 if (CORE_NS::IPropertyHandle* h = ReadValueFromEngine<CORE_NS::IPropertyHandle*>(params)) { in ConstructValueImpl() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 404 let h = match name { in get_field_by_name_and_value() localVariable 422 let v = String::from_utf8(value) in get_field_by_name_and_value() localVariable 540 let h = match name { in get_field_by_name_and_value() localVariable 565 let v = String::from_utf8(value) in get_field_by_name_and_value() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | decoder.rs | 185 let h = match name { in get_header_by_name_and_value() localVariable 194 let v = unsafe { String::from_utf8_unchecked(value) }; in get_header_by_name_and_value() localVariable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 313 uint8_t v; in ConvertFromYUVToRGB() local 443 int h = static_cast<int>(source->Height()); in ConvertTextureToBuffer() local 495 int h = static_cast<int>(source->Height()); in Draw2D2OES() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 154 constexpr inline T Snorm(float v) noexcept in Snorm() 163 constexpr inline float Snorm(T v) noexcept in Snorm() 170 constexpr inline T Unorm(float v) noexcept in Unorm() 178 constexpr inline float Unorm(T v) noexcept in Unorm() 185 constexpr inline T Sint(float v) noexcept in Sint() 189 constexpr auto h = static_cast<float>(std::numeric_limits<T>::max()); in Sint() local 196 constexpr inline float Sint(T v) noexcept in Sint() 203 constexpr inline T Uint(float v) noexcept in Uint() 205 constexpr auto h = static_cast<float>(std::numeric_limits<T>::max()); in Uint() local 212 constexpr inline float Uint(T v) noexcept in Uint()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_uri.c | 125 static inline uint32_t HexEncode(uint32_t v) in HexEncode() 317 static uint32_t HexDecode(uint32_t h) in HexDecode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_picker.cpp | 667 double h, s, v; in RGB2HSV() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… constant
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1288 constructor(t, u, v, w) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 586 int32_t h = align.GetHorizontal() + 1; in GetAlign() local 587 int32_t v = align.GetVertical() + 1; in GetAlign() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …h={},E={},m=p&&p.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineP… method in _e.u
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …h={},E={},m=p&&p.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineP… function
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …h={},E={},m=p&&p.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineP… method in _e.u
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2828 for (size_t h = 0; h < height; h++) { in ConvertYUV420ToRGBA() local 2838 const uint8_t v = (vpos < yuvSize) ? yuvPlane[vpos] : 0; in ConvertYUV420ToRGBA() local
|