Home
last modified time | relevance | path

Searched refs:__GLCcharMapElement (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Docharmap.c154 This->map = __glcArrayCreate(sizeof(__GLCcharMapElement)); in __glcCharMapCreate()
184 __GLCcharMapElement* element = NULL; in __glcCharMapAddChar()
185 __GLCcharMapElement* newElement = NULL; in __glcCharMapAddChar()
193 element = (__GLCcharMapElement*)GLC_ARRAY_DATA(This->map); in __glcCharMapAddChar()
236 __GLCcharMapElement* element = NULL; in __glcCharMapRemoveChar()
244 element = (__GLCcharMapElement*)GLC_ARRAY_DATA(This->map); in __glcCharMapRemoveChar()
274 __GLCcharMapElement* element = NULL; in __glcCharMapGetCharName()
317 __GLCcharMapElement* element = NULL; in __glcCharMapGetGlyph()
352 __GLCcharMapElement* element = NULL; in __glcCharMapHasChar()
476 __GLCcharMapElement* element = NULL; in __glcCharMapGetMaxMappedCode()
[all …]
H A Docharmap.h32 typedef struct __GLCcharMapElementRec __GLCcharMapElement; typedef