Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx250 _inline void *smalloc(sal_uInt32 size) in smalloc() function
270 TrueTypeCreator* ptr = (TrueTypeCreator*)smalloc(sizeof(TrueTypeCreator)); in TrueTypeCreatorNewEmpty()
352 sal_uInt8* ttf = (sal_uInt8*)smalloc(s); in StreamToMemory()
717 sal_uInt8* ptr = (sal_uInt8*)smalloc(262); in PackCmapType0()
741 sal_uInt8* ptr = (sal_uInt8*)smalloc(s->n*2 + 10); in PackCmapType6()
967 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew()
968 tdata_generic* pdata = (tdata_generic*)smalloc(sizeof(tdata_generic)); in TrueTypeTableNew()
995 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_head()
1024 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_hhea()
1049 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_loca()
[all …]
H A Dsft.cxx239 _inline void *smalloc(size_t size) in smalloc() function
436 HexFmt* res = (HexFmt*)smalloc(sizeof(HexFmt)); in HexFmtNew()
2297 GlyphOffsets* res = (GlyphOffsets*)smalloc(sizeof(GlyphOffsets)); in GlyphOffsetsNew()