Searched defs:table_offset (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
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 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 Dbitmap_size_table.cc126 int32_t table_offset) {
127 return data->ReadULongAsInt(table_offset +
125 NumberOfIndexSubTables(ReadableFontData* data, int32_t table_offset) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc101 ElfW(Off) table_offset, member in namespace:base::__anon15543
105 + table_offset
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc101 ElfW(Off) table_offset, member in namespace:base::__anon15587
105 + table_offset
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c172 static int xyq_search_node(char* glyph_name, int name_offset, int table_offset, FT_UInt32 unicode) argument
178 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f;
180 table_offset ++;
181 if (!(ft_adobe_glyph_list[table_offset-1] & 0x80)) break;
186 count = ft_adobe_glyph_list[table_offset] & 0x7f;
189 if (ft_adobe_glyph_list[table_offset] & 0x80) {
190 unsigned short thiscode = ft_adobe_glyph_list[table_offset+1] * 256 + ft_adobe_glyph_list[table_offset+2];
193 table_offset += 3;
195 table_offset
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
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 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 Dbitmap_size_table.cc126 int32_t table_offset) {
127 return data->ReadULongAsInt(table_offset +
125 NumberOfIndexSubTables(ReadableFontData* data, int32_t table_offset) argument
/external/chromium_org/third_party/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/qemu/block/
H A Dqcow2-refcount.c337 uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size; local
375 ret = bdrv_pwrite_sync(bs->file, table_offset, new_table,
387 cpu_to_be64w((uint64_t*)data, table_offset);
403 s->refcount_table_offset = table_offset;
/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/chromium_org/v8/src/
H A Dfull-codegen.cc328 unsigned table_offset = cgen.EmitBackEdgeTable(); local
342 code->set_back_edge_table_offset(table_offset);
/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/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
/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/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h505 /* table_offset :: The offset of the index table in the `EBLC' */
524 FT_ULong table_offset; member in struct:TT_SBit_RangeRec_

Completed in 444 milliseconds