Searched defs:table (Results 51 - 75 of 807) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/samples/layout/
H A DFontTableCache.cpp18 const void *table; member in struct:FontTableCacheEntry
33 fTableCache[i].table = NULL;
40 freeFontTable(fTableCache[i].table);
43 fTableCache[i].table = NULL;
52 void FontTableCache::freeFontTable(const void *table) const
54 LE_DELETE_ARRAY(table);
61 return fTableCache[i].table;
65 const void *table = readFontTable(tableTag); local
67 ((FontTableCache *) this)->add(tableTag, table);
69 return table;
72 add(LETag tableTag, const void *table) argument
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontTableCache.cpp19 const void *table; member in struct:FontTableCacheEntry
35 fTableCache[i].table = NULL;
43 LE_DELETE_ARRAY(fTableCache[i].table);
46 fTableCache[i].table = NULL;
55 void FontTableCache::freeFontTable(const void *table) const
57 LE_DELETE_ARRAY(table);
65 return fTableCache[i].table;
69 const void *table = readFontTable(tableTag, length); local
71 ((FontTableCache *) this)->add(tableTag, table, length);
73 return table;
76 add(LETag tableTag, const void *table, size_t length) argument
[all...]
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontTableCache.cpp19 const void *table; member in struct:FontTableCacheEntry
35 fTableCache[i].table = NULL;
43 LE_DELETE_ARRAY(fTableCache[i].table);
46 fTableCache[i].table = NULL;
55 void FontTableCache::freeFontTable(const void *table) const
57 LE_DELETE_ARRAY(table);
65 return fTableCache[i].table;
69 const void *table = readFontTable(tableTag, length); local
71 ((FontTableCache *) this)->add(tableTag, table, length);
73 return table;
76 add(LETag tableTag, const void *table, size_t length) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linkage.h57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, argument
61 memset(table, 0xff, table_size);
64 table[layout[i]] = first_slot_value + i;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_symbol_table.h43 * type safe and some symbol table invariants.
48 _glsl_symbol_table_destructor (glsl_symbol_table *table) argument
50 table->~glsl_symbol_table();
58 void *table; local
60 table = ralloc_size(ctx, size);
61 assert(table != NULL);
63 ralloc_set_destructor(table, (void (*)(void*)) _glsl_symbol_table_destructor);
65 return table;
71 static void operator delete(void *table) argument
73 ralloc_set_destructor(table, NUL
121 struct _mesa_symbol_table *table; member in struct:glsl_symbol_table
[all...]
/external/chromium_org/third_party/ots/src/
H A Dmetrics.cc16 bool ParseMetricsHeader(OpenTypeFile *file, Buffer *table, argument
18 if (!table->ReadS16(&header->ascent) ||
19 !table->ReadS16(&header->descent) ||
20 !table->ReadS16(&header->linegap) ||
21 !table->ReadU16(&header->adv_width_max) ||
22 !table->ReadS16(&header->min_sb1) ||
23 !table->ReadS16(&header->min_sb2) ||
24 !table->ReadS16(&header->max_extent) ||
25 !table->ReadS16(&header->caret_slope_rise) ||
26 !table
101 ParseMetricsTable(Buffer *table, const uint16_t num_glyphs, const OpenTypeMetricsHeader *header, OpenTypeMetricsTable *metrics) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dtable_based_table_builder.cc17 #include "sfntly/table/table_based_table_builder.h"
44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable()); local
45 return table.Detach();
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_glyf.cc19 #include "sfntly/table/truetype/glyph_table.h"
33 static bool VerifyGLYF(Table* table) { argument
34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table);
H A Dverify_hhea.cc20 #include "sfntly/table/core/horizontal_header_table.h"
35 static bool VerifyHHEA(Table* table) { argument
36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table);
H A Dverify_hmtx.cc19 #include "sfntly/table/core/horizontal_metrics_table.h"
49 static bool VerifyHMTX(Table* table) { argument
50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table);
/external/chromium_org/third_party/skia/include/effects/
H A DSkTableMaskFilter.h16 Applies a table lookup on each of the alpha values in the mask.
23 /** Utility that sets the gamma table
25 static void MakeGammaTable(uint8_t table[256], SkScalar gamma);
27 /** Utility that creates a clipping table: clamps values below min to 0
30 static void MakeClipTable(uint8_t table[256], uint8_t min, uint8_t max);
32 static SkTableMaskFilter* Create(const uint8_t table[256]) { argument
33 return SkNEW_ARGS(SkTableMaskFilter, (table));
37 uint8_t table[256]; local
38 MakeGammaTable(table, gamma);
39 return SkNEW_ARGS(SkTableMaskFilter, (table));
43 uint8_t table[256]; local
[all...]
/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_candidate_window_handler.cc19 const ui::CandidateWindow& table,
22 last_update_lookup_table_arg_.lookup_table.CopyFrom(table);
18 UpdateLookupTable( const ui::CandidateWindow& table, bool visible) argument
/external/e2fsprogs/e2fsck/
H A Dgen_crc32table.c25 * crc32init_le() - allocate and initialize LE table data
46 * crc32init_be() - allocate and initialize BE table data
62 static void output_table(uint32_t table[], int len, const char *trans) argument
69 printf("%s(0x%8.8xL), ", trans, table[i]);
71 printf("%s(0x%8.8xL)\n", trans, table[len - 1]);
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 Dcontinuation.c22 const struct error_table * table; member in struct:et_list
43 if (et->table->msgs == text)
47 if (!link.table)
52 et->table = &et_ovk_error_table;
H A Dheimdal.c103 const struct error_table * table; member in struct:et_list
124 if (et->table->msgs == text)
128 if (!link.table)
133 et->table = &et_krb_error_table;
H A Dheimdal2.c89 const struct error_table * table; member in struct:et_list
110 if (et->table->msgs == text)
114 if (!link.table)
119 et->table = &et_kadm_error_table;
H A Dheimdal3.c23 const struct error_table * table; member in struct:et_list
44 if (et->table->msgs == text)
48 if (!link.table)
53 et->table = &et_h3test_error_table;
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/e2fsprogs/lib/ext2fs/
H A Dext2_err.c37 N_( "Corrupt group descriptor: bad block for inode table"),
42 N_( "Can't write an inode table"),
43 N_( "Can't read an inode table"),
70 N_( "A block group is missing an inode table"),
77 N_( "The inode is from a bad block in the inode table"),
86 N_( "Too many references in table"),
177 const struct error_table * table; member in struct:et_list
198 if (et->table->msgs == text)
202 if (!link.table)
207 et->table
[all...]
/external/e2fsprogs/lib/ss/
H A Dinvocation.c30 register ss_data **table; local
33 table = _ss_table;
36 if (table == (ss_data **) NULL) {
37 table = (ss_data **) malloc(2 * size);
38 table[0] = table[1] = (ss_data *)NULL;
42 for (sci_idx = 1; table[sci_idx] != (ss_data *)NULL; sci_idx++)
44 table = (ss_data **) realloc((char *)table,
46 if (table
[all...]
/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
H A DIPropertyTooltipSite.java11 package org.eclipse.wb.internal.core.model.property.table;
18 * @coverage core.model.property.table
/external/freetype/src/autofit/
H A Dafangles.c141 /* the following table has been automatically generated with */
248 FT_Pos* table )
258 if ( table[j] >= table[j - 1] )
261 swap = table[j];
262 table[j] = table[j - 1];
263 table[j - 1] = swap;
271 AF_Width table,
289 if ( table[
270 af_sort_and_quantize_widths( FT_UInt* count, AF_Width table, FT_Pos threshold ) argument
[all...]

Completed in 412 milliseconds

1234567891011>>