Searched refs:table (Results 226 - 250 of 1739) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c45 /* Looks for a TrueType table by name. */
53 /* A pointer to the table directory entry. 0 if not found. */
84 FT_TRACE4(( "found table.\n" ));
95 FT_TRACE4(( "ignoring empty table\n" ));
97 FT_TRACE4(( "could not find table\n" ));
110 /* Looks for a TrueType table by name, then seek a stream to it. */
117 /* stream :: The stream to seek when the table is found. */
120 /* length :: The length of the table if found, undefined otherwise. */
131 TT_Table table; local
135 table
196 TT_TableRec table; local
475 TT_Table table; local
748 TT_NameTable table; local
873 TT_NameTable table = &face->name_table; local
[all...]
/external/freetype/src/sfnt/
H A Dttload.c45 /* Looks for a TrueType table by name. */
53 /* A pointer to the table directory entry. 0 if not found. */
84 FT_TRACE4(( "found table.\n" ));
95 FT_TRACE4(( "ignoring empty table\n" ));
97 FT_TRACE4(( "could not find table\n" ));
110 /* Looks for a TrueType table by name, then seek a stream to it. */
117 /* stream :: The stream to seek when the table is found. */
120 /* length :: The length of the table if found, undefined otherwise. */
131 TT_Table table; local
135 table
196 TT_TableRec table; local
472 TT_Table table; local
745 TT_NameTable table; local
870 TT_NameTable table = &face->name_table; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_getproc.c52 * Search the table of static entrypoint functions for the named function
76 * Return dispatch table offset of the named static (built-in) function.
119 * table. For debugging only.
163 * Offset in the dispatch table where the pointer to the real function is
165 * added to the dispatch table, this will have the value ~0.
344 * The offset in the dispatch table of the named function. A pointer to the
484 * Return offset of entrypoint for named function within dispatch table.
566 * GL API table functions.
571 * Return size of dispatch table struct as number of functions (or
578 * The dispatch table siz
592 _glapi_check_table_not_null(const struct _glapi_table *table) argument
612 _glapi_check_table(const struct _glapi_table *table) argument
[all...]
/external/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c52 * Search the table of static entrypoint functions for the named function
76 * Return dispatch table offset of the named static (built-in) function.
119 * table. For debugging only.
163 * Offset in the dispatch table where the pointer to the real function is
165 * added to the dispatch table, this will have the value ~0.
344 * The offset in the dispatch table of the named function. A pointer to the
484 * Return offset of entrypoint for named function within dispatch table.
566 * GL API table functions.
571 * Return size of dispatch table struct as number of functions (or
578 * The dispatch table siz
592 _glapi_check_table_not_null(const struct _glapi_table *table) argument
612 _glapi_check_table(const struct _glapi_table *table) argument
[all...]
/external/bison/src/
H A Dtables.h128 extern base_number *table;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCRLReason.java91 private static final Hashtable table = new Hashtable(); field in class:CRLReason
144 if (!table.containsKey(idx))
146 table.put(idx, new CRLReason(value));
149 return (CRLReason)table.get(idx);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dmain.css66 table.styled-table {
70 table.styled-table,
71 .styled-table th,
72 .styled-table td {
78 .styled-table th {
82 .styled-table th.title {
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_interfaces.cc14 // This table keeps a pair of IRT entry (such as nacl_irt_basic, nacl_irt_fdio
19 const void* table; member in struct:nacl::nonsfi::__anon6622::NaClInterfaceTable
45 void* table, size_t tablesize) {
50 std::memcpy(table, kIrtInterfaces[i].table, size);
44 NaClIrtInterface(const char* interface_ident, void* table, size_t tablesize) argument
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_font_file.h44 /* Returns the requested font table.
52 uint32_t table,
/external/chromium_org/ppapi/cpp/private/
H A Dflash_font_file.h31 bool GetFontTable(uint32_t table, void* output, uint32_t* output_length);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitialize.h14 void InsertBuiltInFunctions(sh::GLenum type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &table);
/external/chromium_org/third_party/ots/src/
H A Dglyf.cc19 bool ParseFlagsForSimpleGlyph(ots::Buffer *table, argument
26 if (!table->ReadU8(&flag)) {
48 if (!table->ReadU8(&repeat)) {
76 ots::Buffer *table, int16_t num_contours,
85 if (!table->ReadU16(&tmp_index)) {
99 if (!table->ReadU16(&bytecode_length)) {
126 if (!table->Skip(bytecode_length)) {
135 if (!ParseFlagsForSimpleGlyph(table,
175 Buffer table(data, length);
216 table
75 ParseSimpleGlyph(ots::OpenTypeFile *file, const uint8_t *data, ots::Buffer *table, int16_t num_contours, uint32_t gly_offset, uint32_t gly_length, uint32_t *new_size) argument
[all...]
H A Dltsh.cc18 Buffer table(data, length);
28 if (!table.ReadU16(&ltsh->version) ||
29 !table.ReadU16(&num_glyphs)) {
48 if (!table.ReadU8(&pel)) {
58 if (!file->glyf) return false; // this table is not for CFF fonts.
/external/chromium_org/third_party/skia/include/effects/
H A DSkTableColorFilter.h10 * Create a table colorfilter, copying the table into the filter, and
12 * a' = table[a];
13 * r' = table[r];
14 * g' = table[g];
15 * b' = table[b];
18 * the table is applied, and then the result is remultiplied.
20 static SkColorFilter* Create(const uint8_t table[256]);
23 * Create a table colorfilter, with a different table fo
[all...]
/external/chromium_org/third_party/zlib/
H A Dinftrees.h13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table lin
[all...]
/external/clang/test/Analysis/
H A Dmalloc-sizeof.c41 int *table = malloc(sizeof sTable); local
45 return table;
50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}} local
51 return table;
/external/e2fsprogs/e2fsck/
H A Dprof_err.c52 const struct error_table * table; member in struct:et_list
73 if (et->table->msgs == text)
77 if (!link.table)
82 et->table = &et_prof_error_table;
/external/e2fsprogs/lib/et/test_cases/
H A Dimap_err.c51 const struct error_table * table; member in struct:et_list
72 if (et->table->msgs == text)
76 if (!link.table)
81 et->table = &et_imap_error_table;
H A Dsimple.c43 const struct error_table * table; member in struct:et_list
64 if (et->table->msgs == text)
68 if (!link.table)
73 et->table = &et_krb_error_table;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php30 <table border=0 cellspacing=5 cellpadding=2 width="100%" >
35 </table>
36 <table border="0">
60 </table>
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DIPropertyExceptionHandler.java11 package org.eclipse.wb.internal.core.model.property.table;
21 * @coverage core.model.property.table
/external/elfutils/0.153/backends/
H A Darm_attrs.c38 static const char *table[] = { __VA_ARGS__ }; \
39 if (value < sizeof table / sizeof table[0]) \
40 *value_name = table[value]; \
/external/kernel-headers/original/uapi/linux/
H A Dmap_to_7segment.h75 unsigned char table[128]; member in struct:seg7_conversion_map
80 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL;
84 struct seg7_conversion_map _name = { .table = { _map } }
94 * ASCII conversion table
/external/libvorbis/doc/
H A D10-tables.tex6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
9 lookup table consiting of the following values (read left to right
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinftrees.h13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table lin
[all...]

Completed in 806 milliseconds

1234567891011>>