Lines Matching refs:density

52  * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means

53 * to use the density of current system dpi.
65 char **resultValue, uint64_t *resultLen, uint32_t density = 0);
75 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
76 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
88 char **resultValue, uint64_t *resultLen, uint32_t density);
98 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
99 * to use the density of current system dpi.
111 const char *resName, char **resultValue, uint64_t *resultLen, uint32_t density = 0);
121 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
122 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
134 const char *resName, char **resultValue, uint64_t *resultLen, uint32_t density);
139 * Obtains the content of the specified screen density media file corresponding to a specified resource ID.
144 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
145 * to use the density of current system dpi.
157 uint8_t **resultValue, uint64_t *resultLen, uint32_t density = 0);
162 * Obtains the content of the specified screen density media file corresponding to a specified resource ID.
167 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
168 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
180 uint8_t **resultValue, uint64_t *resultLen, uint32_t density);
185 * Obtains the content of the specified screen density media file corresponding to a specified resource name.
190 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
191 * to use the density of current system dpi.
203 uint8_t **resultValue, uint64_t *resultLen, uint32_t density = 0);
208 * Obtains the content of the specified screen density media file corresponding to a specified resource name.
213 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
214 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
226 uint8_t **resultValue, uint64_t *resultLen, uint32_t density);
236 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
237 * to use the density of current system dpi.
248 uint32_t resId, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density = 0, uint32_t type = 0);
258 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
259 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
271 uint32_t resId, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density, uint32_t type);
280 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
281 * to use the density of current system dpi.
293 const char *resName, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density = 0, uint32_t type = 0);
302 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
303 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
315 const char *resName, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density, uint32_t type);