Searched refs:tables (Results 1 - 25 of 58) sorted by relevance

123

/external/skia/src/ports/
H A DSkFontHost_gamma_none.cpp18 void SkFontHost::GetGammaTables(const uint8_t* tables[2]) argument
20 tables[0] = NULL;
21 tables[1] = NULL;
H A DSkFontHost_gamma.cpp11 // define this to use pre-compiled tables for gamma. This is slightly faster,
17 // define this if you want to spew out the "C" code for the tables, given
35 #else // use writable globals for gamma tables
91 void SkFontHost::GetGammaTables(const uint8_t* tables[2]) { argument
104 tables[0] = gBlackGamma;
105 tables[1] = gWhiteGamma;
H A DSkFontHost_win.cpp1208 DWORD tables[2] = {kTTCTag, 0}; local
1209 for (int i = 0; i < SK_ARRAY_COUNT(tables); i++) {
1210 size_t bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
1213 bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
1217 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(),
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DSimpleFontDataATSUI.mm61 FourCharCode tables[] = { 'morx', 'mort' };
62 for (size_t i = 0; i < WTF_ARRAY_LENGTH(tables); ++i) {
64 OSStatus status = ATSFontGetTable(fontID, tables[i], 0, 0, 0, &tableSize);
/external/compiler-rt/make/
H A Dconfig.mk45 COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables
/external/freetype/include/freetype/internal/services/
H A Dsvgxval.h5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h33 /// instruction, as extracted from the LLVM instruction tables. Has methods
34 /// to interpret the information available in the LLVM tables, and to emit the
80 /// The instruction name as listed in the tables
91 /// tables; regardless, it will be emitted into the instruction info table
110 FILTER_STRONG, // instruction has no place in the instruction tables
135 /// the LLVM tables to an OperandType for use in the operand specifier.
156 /// string provided in the LLVM tables to an OperandEncoding for use in
228 /// @arg tables - The DisassemblerTables to populate with the specifier for
230 void emitInstructionSpecifier(DisassemblerTables &tables);
232 /// emitDecodePath - Populates the proper fields in the decode tables
[all...]
H A DX86RecognizableInstr.cpp84 // If rows are added to the opcode extension tables, then corresponding entries
208 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, argument
215 Spec = &tables.specForUID(UID);
279 void RecognizableInstr::processInstr(DisassemblerTables &tables, argument
287 RecognizableInstr recogInstr(tables, insn, uid);
289 recogInstr.emitInstructionSpecifier(tables);
292 recogInstr.emitDecodePath(tables);
545 void RecognizableInstr::emitInstructionSpecifier(DisassemblerTables &tables) {
817 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
818 // Special cases where the LLVM tables ar
[all...]
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp88 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader
209 if (dataLength < offsetof(sfntHeader, tables))
214 if (dataLength < offsetof(sfntHeader, tables) + sfnt->numTables * sizeof(TableDirectoryEntry))
231 unsigned tableOffset = sfnt->tables[i].offset;
232 unsigned tableLength = sfnt->tables[i].length;
237 unsigned tableTag = sfnt->tables[i].tag;
353 if (sfnt->tables[t].tag == 'name')
370 rewrittenSfnt->tables[t].length = nameTableSize;
371 rewrittenSfnt->tables[t].offset = originalDataSize;
397 rewrittenSfnt->tables[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php124 $tables = array(); variable
129 array_push($tables, $row[0]);
133 wmysql_query("OPTIMIZE TABLE " . join($tables, ","));
134 wmysql_query("ANALYZE TABLE " . join($tables, ","));
/external/freetype/include/freetype/
H A Dftgxval.h5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
53 /* An API to validate TrueTypeGX/AAT tables. */
57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */
91 * The number of tables checked in this module. Use it as a parameter
112 * indicate which TrueTypeGX/AAT Type tables should be validated.
146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
182 * Validate various TrueTypeGX tables to assure that all offsets and
184 * actually does the text layout can access those tables without
192 * A bit field which specifies the tables to be validated. See
196 * The size of the `tables' arra
[all...]
/external/skia/include/core/
H A DSkFontHost.h190 /** Return the number of tables in the font
206 (which for most truetype tables is big endian). If the table tag is
232 white (table[1]) gamma tables.
234 static void GetGammaTables(const uint8_t* tables[2]);
/external/icu4c/data/mappings/
H A Ducmcore.mk6 # without any mapping tables:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl2 # Perl script symshift.pl --- shift symbols of different tables into proper
86 reads in a combination of symbol tables with ids in range [0..2^8-1]
96 -pb_strengths <infile> read symbol tables from <file> and shift them into
H A Dpicoloaddbg.lua38 -- tables
47 -- parse input file, build up syms and symnrs tables
H A Dpicoloadphones.lua36 -- tables
45 -- parse input file, build up syms and symnrs tables
/external/webkit/Source/WebCore/css/
H A Dmakeprop.pl51 %readonly-tables
H A Dmakevalues.pl52 %readonly-tables
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dlayouttestresults.py123 tables = BeautifulSoup(page).findAll("table")
124 return sum([cls._parse_results_table(table) for table in tables], [])
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp273 Vector<String> tables; local
274 if (!SQLiteStatement(*this, query).returnTextResults(0, tables)) {
275 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
279 for (Vector<String>::iterator table = tables.begin(); table != tables.end(); ++table ) {
/external/srtp/
H A DMakefile107 # generate tables and verify cryptoalgorithm implementations - this
144 # tables_apps are used to generate the tables used in the crypto
148 table_apps = tables/aes_tables
152 # in the tables/ subdirectory, we use libcryptomath instead of libsrtp
154 tables/%: tables/%.c libcryptomath.a
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEComponentTransfer.cpp168 unsigned char* tables[] = { rValues, gValues, bValues, aValues }; local
173 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]);
182 pixelArray->set(pixelOffset + channel, tables[channel][c]);
/external/bison/
H A DAndroid.mk68 src/tables.c \
/external/libvpx/examples/includes/geshi/geshi/
H A Dtyposcript.php248 // extension keys / tables: (static|user|ttx|tx|tt|fe)_something[_something]
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp1000 QWebElementCollection tables = page.mainFrame()->findAllElements("table"); local
1001 QCOMPARE(tables.count(), 1);
1006 tables[0].render(&painter3);
1025 tables[0].render(&painter, chunkPaintRect);

Completed in 1133 milliseconds

123