Searched refs:table_offset (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fxge/freetype/
H A Dfx_freetype.c10 static int xyq_search_node(char* glyph_name, int name_offset, int table_offset, wchar_t unicode) argument
16 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f;
18 table_offset++;
19 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) break;
24 count = ft_adobe_glyph_list[table_offset] & 0x7f;
27 if (ft_adobe_glyph_list[table_offset] & 0x80) {
28 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + ft_adobe_glyph_list[table_offset + 2];
31 table_offset += 3;
34 table_offset
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc94 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);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.h107 static int32_t NumGlyphs(ReadableFontData* dta, int32_t table_offset);
H A Dbitmap_size_table.h156 int32_t table_offset);
H A Dindex_sub_table_format4.h125 static int32_t NumGlyphs(ReadableFontData* data, int32_t table_offset);
H A Dindex_sub_table_format5.cc81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
H A Dindex_sub_table_format4.cc81 int32_t table_offset) {
82 int32_t num_glyphs = data->ReadULongAsInt(table_offset +
80 NumGlyphs(ReadableFontData* data, int32_t table_offset) argument
H A Dbitmap_size_table.cc126 int32_t table_offset) {
127 return data->ReadULongAsInt(table_offset +
125 NumberOfIndexSubTables(ReadableFontData* data, int32_t table_offset) argument
/external/freetype/include/internal/
H A Dtttypes.h574 /* table_offset :: The offset of the index table in the `EBLC' */
593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h574 /* table_offset :: The offset of the index table in the `EBLC' */
593 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
/external/e2fsprogs/misc/
H A De2image.c824 static int init_refcount(struct ext2_qcow2_image *img, blk64_t table_offset) argument
838 table_clusters = meta_blocks_count + (table_offset >>
843 ref->refcount_table_offset = table_offset;
/external/v8/src/
H A Dfull-codegen.cc328 unsigned table_offset = cgen.EmitBackEdgeTable(); local
342 code->set_back_edge_table_offset(table_offset);

Completed in 381 milliseconds