Home
last modified time | relevance | path

Searched refs:_ITEM_T (Results 1 – 11 of 11) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/ShivaVG/src/
H A DshArrayBase.h55 _ITEM_T *items;
67 a->items = (_ITEM_T*)malloc(sizeof(_ITEM_T)); in JN()
115 _ITEM_T *newitems = 0; in JN()
121 newitems = (_ITEM_T*)malloc(newsize * sizeof(_ITEM_T)); in JN()
150 _ITEM_T *newitems = 0; in JN()
156 newitems = (_ITEM_T*)malloc(newsize * sizeof(_ITEM_T)); in JN()
184 _ITEM_T *newitems = 0; in JN()
190 newitems = (_ITEM_T*)realloc(a->items, newsize * sizeof(_ITEM_T)); in JN()
264 _ITEM_T JN(_FUNC_T,Front) (_ARRAY_T *a) in JN()
286 _ITEM_T JN(_FUNC_T,Back) (_ARRAY_T *a) in JN()
[all …]
H A DshArrays.h31 #define _ITEM_T SHint macro
37 #define _ITEM_T SHuint8 macro
43 #define _ITEM_T SHfloat macro
49 #define _ITEM_T SHRectangle macro
H A DshArrays.c27 #define _ITEM_T SHint macro
33 #define _ITEM_T SHuint8 macro
39 #define _ITEM_T SHfloat macro
45 #define _ITEM_T SHRectangle macro
H A DshPaint.h35 #define _ITEM_T SHStop macro
63 #define _ITEM_T SHPaint* macro
H A DshPath.h64 #define _ITEM_T SHVertex macro
136 #define _ITEM_T SHPath* macro
H A DshImage.h67 #define _ITEM_T SHColor macro
91 #define _ITEM_T SHImage* macro
H A DshVectors.c23 #define _ITEM_T SHVector2 macro
H A DshPaint.c26 #define _ITEM_T SHStop macro
33 #define _ITEM_T SHPaint* macro
H A DshImage.c27 #define _ITEM_T SHColor macro
34 #define _ITEM_T SHImage* macro
H A DshPath.c27 #define _ITEM_T SHVertex macro
34 #define _ITEM_T SHPath* macro
H A DshVectors.h118 #define _ITEM_T SHVector2 macro