Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/fontsubset/
H A Dttcr.cxx250 _inline void *smalloc(sal_uInt32 size) in smalloc() function
352 sal_uInt8* ttf = (sal_uInt8*)smalloc(s); in StreamToMemory()
716 sal_uInt8* ptr = (sal_uInt8*)smalloc(262); in PackCmapType0()
740 sal_uInt8* ptr = (sal_uInt8*)smalloc(s->n*2 + 10); in PackCmapType6()
966 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew()
1023 TrueTypeTable* table = (TrueTypeTable*)smalloc(sizeof(TrueTypeTable)); in TrueTypeTableNew_hhea()
1049 table->data = smalloc(sizeof(tdata_loca)); in TrueTypeTableNew_loca()
1094 table_cmap* cmap = (table_cmap*)smalloc(sizeof(table_cmap)); in TrueTypeTableNew_cmap()
1120 NameRecord* p = (NameRecord*)smalloc(sizeof(NameRecord)); in NameRecordNewCopy()
1125 p->sptr = (sal_uInt8*)smalloc(p->slen); in NameRecordNewCopy()
[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()

Completed in 37 milliseconds