Home
last modified time | relevance | path

Searched refs:offsize (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.h40 FT_UInt offsize );
H A Dcidload.c44 FT_UInt offsize ) in FT_LOCAL_DEF()
50 for ( result = 0; offsize > 0; offsize-- ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c264 FT_Byte offsize; in cff_index_init() local
270 if ( FT_READ_BYTE( offsize ) ) in cff_index_init()
273 if ( offsize < 1 || offsize > 4 ) in cff_index_init()
280 idx->off_size = offsize; in cff_index_init()
281 size = (FT_ULong)( count + 1 ) * offsize; in cff_index_init()
285 if ( FT_STREAM_SKIP( size - offsize ) ) in cff_index_init()
350 FT_Byte offsize = idx->off_size; in cff_index_load_offsets() local
357 data_size = (FT_ULong)( idx->count + 1 ) * offsize; in cff_index_load_offsets()
368 switch ( offsize ) in cff_index_load_offsets()
[all...]
/third_party/elfutils/tests/
H A Delfstrmerge.c644 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in main() local
645 newehdr.e_shoff = ((last_offset + offsize - 1) in main()
646 & ~((GElf_Off) (offsize - 1))); in main()
/third_party/elfutils/src/
H A Delfcompress.c1241 const size_t offsize = gelf_fsize (elfnew, ELF_T_OFF, 1, EV_CURRENT); in process_file() local
1242 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
1243 & ~((GElf_Off) (offsize - 1))); in process_file()
H A Dstrip.c2537 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); in handle_elf() local
2538 newehdr->e_shoff = ((lastsec_offset + lastsec_size + offsize - 1) in handle_elf()
2539 & ~((GElf_Off) (offsize - 1))); in handle_elf()
H A Dreadelf.c7917 uint8_t offsize; in print_debug_units() local
7957 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units()
7977 (uint64_t) offset, version, abbroffset, addrsize, offsize, in print_debug_units() local
7987 (uint64_t) offset, version, abbroffset, addrsize, offsize); in print_debug_units() local
8030 .offset_size = offsize in print_debug_units()
8140 &addrsize, &offsize, &unit_id, &subdie_off); in print_debug_units()
8152 addrsize, offsize); in print_debug_units() local
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h1175 int count, start, offsize; in stbtt__cff_get_index() local
1179 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index()
1180 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_get_index()
1181 stbtt__buf_skip(b, offsize * count); in stbtt__cff_get_index()
1182 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index()
1245 int count, offsize, start, end; in stbtt__cff_index_get() local
1248 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get()
1250 STBTT_assert(offsize >= 1 && offsize < in stbtt__cff_index_get()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h1175 int count, start, offsize; in stbtt__cff_get_index() local
1179 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index()
1180 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_get_index()
1181 stbtt__buf_skip(b, offsize * count); in stbtt__cff_get_index()
1182 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index()
1245 int count, offsize, start, end; in stbtt__cff_index_get() local
1248 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get()
1250 STBTT_assert(offsize >= 1 && offsize < in stbtt__cff_index_get()
[all...]

Completed in 32 milliseconds