Lines Matching refs:density

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 The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
123 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
135 const char *resName, char **resultValue, uint64_t *resultLen, uint32_t density);
140 * Obtains the content of the specified screen density media file corresponding to a specified resource ID.
145 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
146 * to use the density of current system dpi.
158 uint8_t **resultValue, uint64_t *resultLen, uint32_t density = 0);
163 * Obtains the content of the specified screen density media file corresponding to a specified resource ID.
168 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
169 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
181 uint8_t **resultValue, uint64_t *resultLen, uint32_t density);
186 * Obtains the content of the specified screen density media file corresponding to a specified resource name.
191 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
192 * to use the density of current system dpi.
204 uint8_t **resultValue, uint64_t *resultLen, uint32_t density = 0);
209 * Obtains the content of the specified screen density media file corresponding to a specified resource name.
214 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
215 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
227 uint8_t **resultValue, uint64_t *resultLen, uint32_t density);
237 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
238 * to use the density of current system dpi.
249 uint32_t resId, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density = 0, uint32_t type = 0);
259 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
260 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
272 uint32_t resId, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density, uint32_t type);
281 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
282 * to use the density of current system dpi.
294 const char *resName, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density = 0, uint32_t type = 0);
303 * @param density The optional parameter ScreenDensity{@link ScreenDensity}, A value of 0 means
304 * to use the density of current system dpi. If this attribute is not required, set this parameter to 0.
316 const char *resName, ArkUI_DrawableDescriptor **drawableDescriptor, uint32_t density, uint32_t type);