Searched refs:font_is (Results 1 – 2 of 2) sorted by relevance
135 FontInputStream font_is(&is); in TestFontInputStreamTableLoading() local137 font_is.Skip(TTF_OFFSET[SAMPLE_TTF_FEAT]); in TestFontInputStreamTableLoading()138 FontInputStream gdef_is(&font_is, TTF_LENGTH[SAMPLE_TTF_FEAT]); in TestFontInputStreamTableLoading()
325 FontInputStream font_is(is); in LoadFont() local327 ReadHeader(&font_is, &records); in LoadFont()328 LoadTableData(&records, &font_is, &data_blocks_); in LoadFont()330 font_is.Close(); in LoadFont()