Lines Matching refs:density

27 …XLDPI = 320,<br>SCREEN_XXLDPI = 480, SCREEN_XXXLDPI = 640<br>} | Enumerates screen density types.| 
34 …int64_t \*resultLen, uint32_t density=0) | Obtains the Base64 code of the media resource with the …
35 …int64_t \*resultLen, uint32_t density=0) | Obtains the Base64 code of the media resource with the …
36 … uint64_t \*resultLen, uint32_t density=0) | Obtains the content of the media resource with the sp…
37 … uint64_t \*resultLen, uint32_t density=0) | Obtains the content of the media resource with the sp…
38 …or, uint32_t density=0, uint32_t type=0) | Obtains the **DrawableDescriptor** object of the icon r…
39 …or, uint32_t density=0, uint32_t type=0) | Obtains the **DrawableDescriptor** object of the icon r…
82 Enumerates screen density types.
88 | SCREEN_SDPI | Screen density with small-scale dots per inch (SDPI).|
89 | SCREEN_MDPI | Screen density with medium-scale dots per inch (MDPI).|
90 | SCREEN_LDPI | Screen density with large-scale dots per inch (LDPI).|
91 | SCREEN_XLDPI | Screen density with extra-large-scale dots per inch (XLDPI).|
92 | SCREEN_XXLDPI | Screen density with extra-extra-large-scale dots per inch (XXLDPI).|
93 | SCREEN_XXXLDPI | Screen density with extra-extra-extra-large-scale dots per inch (XXXLDPI).|
102 …uint32_t resId, ArkUI_DrawableDescriptor ** drawableDescriptor, uint32_t density = 0, uint32_t typ…
107 Obtains the **DrawableDescriptor** object of the icon resource with the specified screen density ba…
117 | density | Screen density. If the value of **enddensity** is **0**, the current system screen dens…
135 …char * resName, ArkUI_DrawableDescriptor ** drawableDescriptor, uint32_t density = 0, uint32_t typ…
140 Obtains the **DrawableDescriptor** object of the icon resource with the specified screen density ba…
150 | density | Screen density. If the value of **enddensity** is **0**, the current system screen dens…
168 …Manager * mgr, uint32_t resId, uint8_t ** resultValue, uint64_t * resultLen, uint32_t density = 0 )
173 Obtains the content of the media resource with the specified screen density based on the specified …
183 | density | Screen density. If the value of **enddensity** is **0**, the current system screen dens…
203 …rceManager * mgr, uint32_t resId, char ** resultValue, uint64_t * resultLen, uint32_t density = 0 )
208 Obtains the Base64 code of the media resource with the specified screen density based on the specif…
218 | density | Screen density. If the value of **enddensity** is **0**, the current system screen dens…
238 …ager * mgr, const char * resName, char ** resultValue, uint64_t * resultLen, uint32_t density = 0 )
243 Obtains the Base64 code of the media resource with the specified screen density based on the specif…
253 | density | Screen density. If the value of **enddensity** is **0**, the current system screen dens…
265 …r * mgr, const char * resName, uint8_t ** resultValue, uint64_t * resultLen, uint32_t density = 0 )
270 Obtains the content of the media resource with the specified screen density based on the specified …
280 | density | Screen density. If the value of **enddensity** is **0**, the current system screen dens…