Searched refs:identifier (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgFill.cpp | 161 TVG_DEPRECATED uint32_t Fill::identifier() const noexcept in identifier() function in Fill 201 TVG_DEPRECATED uint32_t RadialGradient::identifier() noexcept in identifier() function in RadialGradient 253 TVG_DEPRECATED uint32_t LinearGradient::identifier() noexcept in identifier() function in LinearGradient
|
D | thorvg.h | 479 TVG_DEPRECATED uint32_t identifier() const noexcept; 585 TVG_DEPRECATED uint32_t identifier() const noexcept; 775 TVG_DEPRECATED static uint32_t identifier() noexcept; 840 TVG_DEPRECATED static uint32_t identifier() noexcept; 1240 TVG_DEPRECATED static uint32_t identifier() noexcept; 1378 TVG_DEPRECATED static uint32_t identifier() noexcept; 1478 TVG_DEPRECATED static uint32_t identifier() noexcept;
|
D | tvgScene.cpp | 67 TVG_DEPRECATED uint32_t Scene::identifier() noexcept in identifier() function in Scene
|
D | tvgPicture.cpp | 156 TVG_DEPRECATED uint32_t Picture::identifier() noexcept in identifier() function in Picture
|
D | tvgCapi.cpp | 265 …TED TVG_API Tvg_Result tvg_paint_get_identifier(const Tvg_Paint* paint, Tvg_Identifier* identifier) in tvg_paint_get_identifier() argument 267 return tvg_paint_get_type(paint, (Tvg_Type*) identifier); in tvg_paint_get_identifier() 698 …VG_API Tvg_Result tvg_gradient_get_identifier(const Tvg_Gradient* grad, Tvg_Identifier* identifier) in tvg_gradient_get_identifier() argument 700 return tvg_gradient_get_type(grad, (Tvg_Type*) identifier); in tvg_gradient_get_identifier()
|
D | thorvg_capi.h | 1039 …ED TVG_API Tvg_Result tvg_paint_get_identifier(const Tvg_Paint* paint, Tvg_Identifier* identifier); 1923 …G_API Tvg_Result tvg_gradient_get_identifier(const Tvg_Gradient* grad, Tvg_Identifier* identifier);
|
D | tvgShape.cpp | 55 uint32_t Shape::identifier() noexcept in identifier() function in Shape
|
D | tvgPaint.cpp | 514 TVG_DEPRECATED uint32_t Paint::identifier() const noexcept in identifier() function in Paint
|
/lvgl-latest/docs/details/main-components/ |
D | fs.rst | 9 identifier letter. For example, if an SD card is associated with the letter 34 As mentioned above, a file system is identified by an assigned identifier letter. 35 This identifier is merely a way for the LVGL File System abtraction logic to look up 40 You register a driver for your file system and assign it an identifier letter. This 45 identifier character plus a colon (':'). 53 Let's use the letter 'Z' as the identifier character, and "path_to_file" as the path, 175 If you use more than one, each associated identifier letter you use must be unique. 206 prefix the path with the driver-identifier letter, and do append a directory
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | terms_and_variables.rst | 111 - **MULTIMACH_TARGET_SYS**: The target system identifier
|
/lvgl-latest/docs/ |
D | Doxyfile | 1409 # A unique identifier for the Eclipse help plugin. When installing the plugin 1411 # name. Each documentation set should have its own identifier. 1607 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|