/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/ |
H A D | configuration_convertor.cpp | 27 static const std::vector<std::pair<std::string, Global::Resource::ColorMode>> resolutions = { in ConvertColorMode() local 32 for (const auto& [tempColorMode, value] : resolutions) { in ConvertColorMode() 46 static const std::vector<std::pair<std::string, Global::Resource::TimeFormat>> resolutions = { in ConvertTimeFormat() local 51 for (const auto& [tempTimeFormat, value] : resolutions) { in ConvertTimeFormat() 71 static const std::vector<std::pair<std::string, Global::Resource::Direction>> resolutions = { in ConvertDirection() local 76 for (const auto& [tempDirection, value] : resolutions) { in ConvertDirection() 88 static const std::vector<std::pair<float, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity() local 100 for (const auto& [dpi, value] : resolutions) { in ConvertDensity() 113 … static const std::vector<std::pair<std::string, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity() local 122 for (const auto& [tempdensity, value] : resolutions) { in ConvertDensity() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | js_data_converter.cpp | 29 static const std::vector<std::pair<std::string, Global::Resource::ColorMode>> resolutions = { in ConvertColorMode() local 34 for (const auto &[tempColorMode, value] : resolutions) { in ConvertColorMode() 58 … static const std::vector<std::pair<std::string, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity() local 67 for (const auto &[tempdensity, value] : resolutions) { in ConvertDensity() 81 static const std::vector<std::pair<std::string, Global::Resource::Direction>> resolutions = { in ConvertDirection() local 86 for (const auto &[tempDirection, value] : resolutions) { in ConvertDirection()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/dump/ |
H A D | resource_index.py | 33 resolutions = {-2: "nodpi", -1: "anydpi", 120: "sdpi", 160: "mdpi", 213: "tvdpi", 240: "ldpi", 320:… variable 71 key_str = key_str + resolutions.get(k) 73 key_str = "{}-{}".format(key_str, resolutions.get(k))
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_light.cpp | 54 const ShadowQualityResolutions& resolutions, const uint32_t flags) in SetShadowQualityResolutions() argument 56 resolutions_ = resolutions; in SetShadowQualityResolutions()
|
H A D | render_data_store_default_light.h | 55 …void SetShadowQualityResolutions(const ShadowQualityResolutions& resolutions, const uint32_t flags… in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_convertor.cpp | 56 static const std::vector<std::pair<double, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensityToGlobal() local 67 for (const auto& [dpi, value] : resolutions) { in ConvertDensityToGlobal()
|
H A D | resource_adapter_impl.cpp | 76 static const std::vector<std::pair<double, Global::Resource::RESOLUTION>> resolutions = { in ConvertResolution() local 86 for (const auto& [dpi, value] : resolutions) { in ConvertResolution()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 56 static const std::vector<std::pair<double, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensityToGlobal() local 67 for (const auto& [dpi, value] : resolutions) { in ConvertDensityToGlobal()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_data_store_default_light.h | 125 …virtual void SetShadowQualityResolutions(const ShadowQualityResolutions& resolutions, const uint32…
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_helper_test.cpp | 77 static Print_Resolution resolutions[] = {{DPI_A, DPI_A}, {DPI_B, DPI_B}}; in BuildCapability() local 91 capability.supportedResolutions = resolutions; in BuildCapability()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | printer_capability_helper.cpp | 298 [nativeObj](const std::vector<PrintResolution>& resolutions) { in buildSupportedResolutions() argument 299 nativeObj->SetResolution(resolutions); in buildSupportedResolutions()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-image-sys.md | 83 Enumerates the image resolutions used for decoding the image.
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 32 static const std::vector<std::pair<float, ScreenDensity>> resolutions = { variable 199 for (const auto& [dpi, value] : resolutions) { in ConvertDensity()
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | design-checklist.md | 15 …display of content is consistent across devices of different sizes and resolutions without misplac…
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | media-kit-intro.md | 121 The table below lists the supported playback formats and mainstream resolutions. 125 ….265<sup>10+</sup> and H.264<br>Audio formats: AAC and MP3| Mainstream resolutions, such as 4K, 10… 126 ….265<sup>10+</sup> and H.264<br>Audio formats: AAC and MP3| Mainstream resolutions, such as 4K, 10… 127 ….265<sup>10+</sup> and H.264<br>Audio formats: AAC and MP3| Mainstream resolutions, such as 4K, 10…
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | README.md | 210 …view width and Height can be configured to one of the camera supported resolutions. And to save to… 290 …solution can be configured to one of the camera and recorder supported resolutions while setting t…
|
/ohos5.0/drivers/interface/display/composer/v1_1/ |
H A D | IDisplayComposer.idl | 43 …* including all supported resolutions, refresh rates and groupId. Each mode has an ID, which will …
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/ |
H A D | IDisplayComposer.idl | 43 …* including all supported resolutions, refresh rates and groupId. Each mode has an ID, which will …
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-foldable-display.md | 127 // One of the recommended preview resolutions
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | improve-application-cold-start-speed.md | 17 …p page, the recommended maximum resolution is 256 x 256 pixels. Larger resolutions may result in s…
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-foldable-display.md | 127 // One of the recommended preview resolutions
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | IDisplayComposer.idl | 84 …* including all supported resolutions and refresh rates. Each mode has an ID, which will be used w…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | IDisplayComposer.idl | 84 …* including all supported resolutions and refresh rates. Each mode has an ID, which will be used w…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | IDisplayComposer.idl | 84 …* including all supported resolutions and refresh rates. Each mode has an ID, which will be used w…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | js-apis-netErrorList.md | 74 …E | -119 | The request in the queue is aborted because there are too many pending DNS resolutions.|
|