Searched refs:density (Results 1 - 7 of 7) sorted by relevance
/interface/sdk_c/global/resource_management/include/resourcemanager/ |
H A D | ohresmgr.h | 53 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
54 * to use the density of current system dpi.
66 char **resultValue, uint64_t *resultLen, uint32_t density = 0);
76 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
77 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
89 char **resultValue, uint64_t *resultLen, uint32_t density);
99 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
100 * to use the density of current system dpi.
112 const char *resName, char **resultValue, uint64_t *resultLen, uint32_t density = 0);
122 * @param density Th [all...] |
/interface/sdk_c/multimedia/image_framework/include/ |
H A D | image_pixel_map_mdk.h | 359 * @brief Obtains the pixel density of a <b>PixelMap</b> object. 362 * @param density Indicates the pointer to the pixel density. 373 int32_t OH_PixelMap_GetDensity(const NativePixelMap* native, int32_t* density); 376 * @brief Sets the pixel density for a <b>PixelMap</b> object. 379 * @param density Indicates the pixel density to set. 390 int32_t OH_PixelMap_SetDensity(const NativePixelMap* native, int32_t density);
|
H A D | image_source_mdk.h | 249 /** Pixel density of the image source. */ 250 int32_t density; member 270 /** Defines decoding target pixel density. */ 298 /** Image density of the image source. It is set in {@link OH_ImageSource_Create}. */ 299 int32_t density; member
|
/interface/sdk_c/third_party/musl/ndk_musl_include/scsi/ |
H A D | scsi.h | 139 unsigned char density;
member
|
/interface/sdk_c/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 1687 SLpermille density; member 1774 SLpermille density
|
/interface/sdk_c/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 1513 SLpermille density; member 1600 SLpermille density
|
/interface/sdk_c/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 1507 SLpermille density; member 1594 SLpermille density
|
Completed in 17 milliseconds