Searched refs:table_length (Results 1 - 8 of 8) sorted by relevance

/external/freetype/include/freetype/internal/services/
H A Dsvgxval.h44 FT_UInt table_length );
/external/freetype/src/base/
H A Dftgxval.c41 FT_UInt table_length )
65 table_length );
/external/harfbuzz_ng/src/
H A Dhb-ot-kern-table.hh220 inline int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right, unsigned int table_length) const
229 v += st->get_h_kerning (left, right, table_length + (const char *) this);
339 inline int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right, unsigned int table_length) const
342 case 0: return u.ot.get_h_kerning (left, right, table_length);
343 case 1: return u.aat.get_h_kerning (left, right, table_length);
365 table_length = hb_blob_get_length (blob);
373 { return table->get_h_kerning (left, right, table_length); }
378 unsigned int table_length; member in struct:OT::kern::accelerator_t
H A Dhb-ot-post-table.hh91 unsigned int table_length = hb_blob_get_length (blob); local
103 const uint8_t *end = (uint8_t *) table + table_length;
/external/freetype/include/freetype/
H A Dftgxval.h203 * table_length ::
229 FT_UInt table_length );
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DClassReader.java1512 Integer table_length = null;
1538 // u2 table_length;
1547 table_length = readUnsignedShort(v);
1549 assert table_length == 1; // FIXME
/external/v8/src/asmjs/
H A Dasm-typer.cc2472 const uint32_t table_length = mask + 1; local
2494 zone_, table_length, reinterpret_cast<AsmType*>(call_type));
2520 if (table_length != previous_type->length()) {
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 212 milliseconds