Home
last modified time | relevance | path

Searched defs:N (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h1178 typename T::ValueType& CreateValueByPointer(T& root, const CharType(&source)[N], typename T::Alloca… in CreateValueByPointer()
1190 …DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&source)[N]) { in CreateValueByPointer()
1242 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const type… in GetValueByPointerWithDefault()
1247 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const type… in GetValueByPointerWithDefault()
1253 typename T::ValueType& GetValueByPointerWithDefault(T& root, const CharType(&source)[N], const std:… in GetValueByPointerWithDefault()
1260 GetValueByPointerWithDefault(T& root, const CharType(&source)[N], T2 defaultValue, typename T::Allo… in GetValueByPointerWithDefault()
1290 …alueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const t… in GetValueByPointerWithDefault()
1295 …alueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const t… in GetValueByPointerWithDefault()
1301 …alueType& GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], const s… in GetValueByPointerWithDefault()
1308 GetValueByPointerWithDefault(DocumentType& document, const CharType(&source)[N], T2 defaultValue) { in GetValueByPointerWithDefault()
[all …]
Dreader.h1820 #define N NumberToken in Tokenize() macro
/lvgl-latest/tests/src/test_cases/
Dtest_margin_flex.c39 #define N 5 in test_flex() macro
Dtest_margin_grid.c40 #define N 8 in test_grid() macro
/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.S43 N .req q0 label
/lvgl-latest/src/draw/
Dlv_draw_vector.c38 #define CHECK_AND_RESIZE_PATH_CONTAINER(P, N) \ argument