HomeSort by relevance Sort by last modified time
    Searched refs:table_offset (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/src/fxge/freetype/
fx_freetype.c 11 static int xyq_search_node(char* glyph_name, int name_offset, int table_offset, wchar_t unicode)
17 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f;
19 table_offset++;
20 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) break;
25 count = ft_adobe_glyph_list[table_offset] & 0x7f;
28 if (ft_adobe_glyph_list[table_offset] & 0x80) {
29 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + ft_adobe_glyph_list[table_offset + 2];
32 table_offset += 3;
35 table_offset++
    [all...]
  /external/sfntly/cpp/src/sfntly/
font.cc 94 int32_t table_offset = Offset::kTableRecordBegin + num_tables() * local
105 new Header(*tag, table->CalculatedChecksum(), table_offset,
108 table_offset += (table->DataLength() + 3) & ~3;
511 int32_t table_offset = offset + Offset::kTableRecordBegin; local
514 table_number++, table_offset += Offset::kTableRecordSize) {
515 int32_t tag = fd->ReadULongAsInt(table_offset + Offset::kTableTag);
516 int64_t checksum = fd->ReadULong(table_offset + Offset::kTableCheckSum);
517 int32_t offset = fd->ReadULongAsInt(table_offset + Offset::kTableOffset);
518 int32_t length = fd->ReadULongAsInt(table_offset + Offset::kTableLength);
  /art/compiler/optimizing/
bytecode_utils.h 61 int32_t table_offset = instruction.VRegB_31t(); local
62 const uint16_t* table = reinterpret_cast<const uint16_t*>(&instruction) + table_offset;
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 535 Off table_offset = iter.NextOffset(); local
536 if (table_offset == 0)
538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
540 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
541 return GetOffAt(table_offset + offsetof(Shdr, sh_offset));
552 Off table_offset = iter.NextOffset(); local
553 if (table_offset == 0)
555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
557 return GetWordAt(table_offset + offsetof(Shdr, sh_link));
567 Off table_offset = iter.NextOffset() local
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.h 125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
index_sub_table_format5.h 107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
bitmap_size_table.h 156 int32_t table_offset);
index_sub_table_format5.cc 81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
index_sub_table_format4.cc 81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
bitmap_size_table.cc 126 int32_t table_offset) {
127 return data->ReadULongAsInt(table_offset +
  /external/freetype/include/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/e2fsprogs/misc/
e2image.c 824 static int init_refcount(struct ext2_qcow2_image *img, blk64_t table_offset)
838 table_clusters = meta_blocks_count + (table_offset >>
843 ref->refcount_table_offset = table_offset;
    [all...]
  /system/core/libmincrypt/
p256_ec.c 1050 u32 table_offset; local
    [all...]
  /art/oatdump/
oatdump.cc 597 uint32_t table_offset = dchecked_integral_cast<uint32_t>( local
601 table_offset,
602 table_offset + table_size - 1);
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 54 unsigned table_offset = cgen.EmitBackEdgeTable(); local
64 code->set_back_edge_table_offset(table_offset);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 128 size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size; local
134 bfd_seek (abfd, table_offset, SEEK_SET);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 7830 bfd_vma table, table_offset = 0; local
    [all...]

Completed in 425 milliseconds