/external/chromium_org/ppapi/thunk/ |
ppb_flash_font_file_thunk.cc | 31 uint32_t table, 37 return enter.object()->GetFontTable(table, output, output_length);
|
/external/chromium_org/sql/test/ |
test_helpers.h | 39 // takes effect but the corresponding table update does not. This 42 // must be a leaf node (either index or table). Returns true if the 48 // through the index finds the row missing in the table. 63 // Returns the number of columns in the named table. 0 indicates an 64 // error (probably no such table). 65 size_t CountTableColumns(sql::Connection* db, const char* table) 68 // Sets |*count| to the number of rows in |table|. Returns false in 69 // case of error, such as the table not existing. 70 bool CountTableRows(sql::Connection* db, const char* table, size_t* count);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontPlatformDataSkia.cpp | 64 PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const 68 SkFontTableTag tag = SkEndianSwap32(table);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
notifications.css | 88 ol.notifications > li table.failures { 93 ol.notifications > li:hover table.failures { 181 ol.notifications table.failures { 183 table-layout: fixed; 188 ol.notifications table.failures thead tr td:first-child { 192 ol.notifications table.failures tbody tr { 196 ol.notifications table.failures tbody td:first-child { 200 ol.notifications table.failures tbody td { 205 ol.notifications table.failures tbody tr td:first-child { 209 ol.notifications table.failures tbody tr td:first-child span [all...] |
/external/chromium_org/third_party/ots/src/ |
cvt.cc | 7 // cvt - Control Value Table 13 Buffer table(data, length); 26 if (!table.Skip(length)) { 37 return false; // this table is not for CFF fonts.
|
fpgm.cc | 13 Buffer table(data, length); 22 if (!table.Skip(length)) { 32 if (!file->glyf) return false; // this table is not for CFF fonts.
|
metrics.h | 35 bool ParseMetricsHeader(OpenTypeFile *file, Buffer *table, 40 bool ParseMetricsTable(Buffer *table,
|
prep.cc | 13 Buffer table(data, length); 22 if (!table.Skip(length)) { 32 if (!file->glyf) return false; // this table is not for CFF fonts.
|
vmtx.cc | 11 // vmtx - Vertical Metrics Table 17 Buffer table(data, length); 25 if (!ParseMetricsTable(&table, file->maxp->num_glyphs,
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
table_based_table_builder.cc | 17 #include "sfntly/table/table_based_table_builder.h" 44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable()); local 45 return table.Detach(); 50 : Table::Builder(header, data) { 55 : Table::Builder(header, data) { 59 : Table::Builder(header) { 62 Table* TableBasedTableBuilder::GetTable() { 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
verify_glyf.cc | 19 #include "sfntly/table/truetype/glyph_table.h" 33 static bool VerifyGLYF(Table* table) { 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); 53 bool VerifyGLYF(Table* original, Table* target) {
|
verify_hhea.cc | 20 #include "sfntly/table/core/horizontal_header_table.h" 35 static bool VerifyHHEA(Table* table) { 36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table); 57 bool VerifyHHEA(Table* original, Table* target) {
|
verify_loca.cc | 19 #include "sfntly/table/truetype/loca_table.h" 40 static bool VerifyLOCA(Table* table) { 41 LocaTablePtr loca = down_cast<LocaTable*>(table); 56 bool VerifyLOCA(Table* original, Table* target) {
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
mmap.css | 18 display: inline-table; 66 .mm-resident-table { 70 .mm-resident-table td { 74 .mm-resident-table td.resident {
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 44 char *table = "filter"; local 61 ret = do_command6(argc, argv, &table, &handle, false);
|
iptables-standalone.c | 14 * firewall table (aimed for the 2.3 kernels) 46 char *table = "filter"; local 64 ret = do_command4(argc, argv, &table, &handle, false);
|
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
dtor.pass.cpp | 42 std::ctype<char>::mask table[256]; local 44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
ftotval.c | 77 FT_Bytes table ) 87 FT_FREE( table );
|
/external/sfntly/cpp/src/sfntly/table/ |
table_based_table_builder.cc | 17 #include "sfntly/table/table_based_table_builder.h" 44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable()); local 45 return table.Detach(); 50 : Table::Builder(header, data) { 55 : Table::Builder(header, data) { 59 : Table::Builder(header) { 62 Table* TableBasedTableBuilder::GetTable() { 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));
|
/external/sfntly/cpp/src/test/ |
verify_glyf.cc | 19 #include "sfntly/table/truetype/glyph_table.h" 33 static bool VerifyGLYF(Table* table) { 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); 53 bool VerifyGLYF(Table* original, Table* target) {
|
verify_hhea.cc | 20 #include "sfntly/table/core/horizontal_header_table.h" 35 static bool VerifyHHEA(Table* table) { 36 HorizontalHeaderTablePtr hhea = down_cast<HorizontalHeaderTable*>(table); 57 bool VerifyHHEA(Table* original, Table* target) {
|
verify_loca.cc | 19 #include "sfntly/table/truetype/loca_table.h" 40 static bool VerifyLOCA(Table* table) { 41 LocaTablePtr loca = down_cast<LocaTable*>(table); 56 bool VerifyLOCA(Table* original, Table* target) {
|
/external/srec/srec/include/ |
prelib.h | 45 void create_lookup_logadd(logadd_table_info *table, float mul_scale); 51 void destroy_lookup_logadd(logadd_table_info *table);
|
/external/valgrind/main/docs/lib/ |
vg_basic.css | 49 table.nav { 57 table.nav a { text-decoration: none; } 58 table.nav a:hover { text-decoration: underline; } 59 table.nav td { font-size: 85%; }
|
/frameworks/rs/cpu_ref/linkloader/include/ |
StubLayout.h | 25 unsigned char *table; member in class:StubLayout 34 void initStubTable(unsigned char *table, size_t count);
|