Lines Matching refs:fsize
1421 if( (table - ttf->ptr) + offset > (sal_uInt32)ttf->fsize ) in FindCmap()
1511 if( ptr > ttf->ptr+ttf->fsize ) in GetKern()
1531 if( ptr > ttf->ptr+ttf->fsize ) in GetKern()
1644 (*ttf)->fsize = -1; in allocTrueTypeFont()
1685 (*ttf)->fsize = st.st_size; in OpenTTFontFile()
1691 if ((*ttf)->fsize == 0) { in OpenTTFontFile()
1696 …if (((*ttf)->ptr = (sal_uInt8 *) mmap(0, (*ttf)->fsize, PROT_READ, MAP_SHARED, fd, 0)) == MAP_FAIL… in OpenTTFontFile()
1721 (*ttf)->fsize = nLen; in OpenTTFontBuffer()
1813 if( pHead > t->ptr + (t->fsize - 54) ) in doOpenTTFont()
1814 pHead = t->ptr + (t->fsize - 54); in doOpenTTFont()
1848 else if( (sal_uInt8*)t->tables[i] + t->tlens[i] > t->ptr + t->fsize ) in doOpenTTFont()
1850 int nMaxLen = (t->ptr + t->fsize) - (sal_uInt8*)t->tables[i]; in doOpenTTFont()
1924 munmap((char *) ttf->ptr, ttf->fsize); in CloseTTFont()
2073 …fprintf(outf, h17, rtl_crc32(0, ttf->ptr, ttf->fsize), nGlyphs, rtl_crc32(0, glyphArray, nGlyphs *… in CreateT3FromTTGlyphs()
2474 …08X %d 16#%08X 16#%08X] def\n", (unsigned int)rtl_crc32(0, ttf->ptr, ttf->fsize), (unsigned int)nG… in CreateT42FromTTGlyphs()
2856 …_string > (sal_uInt8*)ttf->ptr && rec_string < ((sal_uInt8*)ttf->ptr + ttf->fsize - rec[i].slen ) ) in GetTTNameRecords()