Home
last modified time | relevance | path

Searched +full:verify +full:- +full:property +full:- +full:name (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/.github/workflows/
Dcheck_properties.yml1 name: Verify the widget property name
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-property-name:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Generate property names
[all …]
/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.cpp2 * Copyright (c) 2023 - 2024 the ThorVG project. All rights reserved.
37 #define KEY_AS(name) !strcmp(key, name) argument
40 … code, LottieComposition* comp, LottieLayer* layer, LottieObject* object, LottieProperty* property) in _expression() argument
42 if (!comp->expressions) comp->expressions = true; in _expression()
45 inst->code = code; in _expression()
46 inst->comp = comp; in _expression()
47 inst->layer = layer; in _expression()
48 inst->object = object; in _expression()
49 inst->property = property; in _expression()
166 else if (KEY_AS("f")) doc.name = getStringCopy(); in getValue()
[all …]
/lvgl-latest/src/libs/freetype/
Dftoption.h5 * User-selectable configuration macros (specification only).
7 * Copyright (C) 1996-2022 by
27 * USER-SELECTABLE CONFIGURATION MACROS
31 * this file to build project-specific versions of the library:
33 * - You can modify this file by hand, but this is not recommended in
37 * - You can put a copy of this file in your build directory, more
39 * the name of a directory that is included _before_ the FreeType include
46 * - Copy the file <ft2build.h> to `$BUILD/ft2build.h` and modify it
47 * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate
58 * Note also that you can similarly pre-define the macro
[all …]