Home
last modified time | relevance | path

Searched refs:UNREFERENCED_PARAMETER (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.cc235 UNREFERENCED_PARAMETER(data); in DataLength()
236 UNREFERENCED_PARAMETER(index_sub_table_offset); in DataLength()
237 UNREFERENCED_PARAMETER(first_glyph_index); in DataLength()
238 UNREFERENCED_PARAMETER(last_glyph_index); in DataLength()
Dindex_sub_table_format3.cc53 UNREFERENCED_PARAMETER(data); in GetDataLength()
54 UNREFERENCED_PARAMETER(offset); in GetDataLength()
259 UNREFERENCED_PARAMETER(data); in DataLength()
260 UNREFERENCED_PARAMETER(index_sub_table_offset); in DataLength()
Dindex_sub_table_format1.cc30 UNREFERENCED_PARAMETER(data); in GetDataLength()
31 UNREFERENCED_PARAMETER(offset); in GetDataLength()
263 UNREFERENCED_PARAMETER(data); in DataLength()
264 UNREFERENCED_PARAMETER(index_sub_table_offset); in DataLength()
Dindex_sub_table_format5.cc98 UNREFERENCED_PARAMETER(glyph_id); in GlyphLength()
308 UNREFERENCED_PARAMETER(first_glyph_index); in DataLength()
309 UNREFERENCED_PARAMETER(last_glyph_index); in DataLength()
Dindex_sub_table.cc191 UNREFERENCED_PARAMETER(data); in SubBuildTable()
208 UNREFERENCED_PARAMETER(new_data); in SubSerialize()
Dbitmap_glyph.cc81 UNREFERENCED_PARAMETER(data); in SubBuildTable()
Debsc_table.cc103 UNREFERENCED_PARAMETER(new_data); in SubSerialize()
Dindex_sub_table_format4.cc338 UNREFERENCED_PARAMETER(first_glyph_index); in DataLength()
339 UNREFERENCED_PARAMETER(last_glyph_index); in DataLength()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc44 UNREFERENCED_PARAMETER(output_file_path); in Subset()
56 UNREFERENCED_PARAMETER(bytes_read); in Subset()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/
Dsubsetter.cc45 UNREFERENCED_PARAMETER(cmap_ids); in SetCMaps()
46 UNREFERENCED_PARAMETER(number); in SetCMaps()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dcharacter_predicate.cc50 UNREFERENCED_PARAMETER(character); in operator ()()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dfont_factory.cc175 UNREFERENCED_PARAMETER(ttc_tag); in LoadCollectionForBuilding()
177 UNREFERENCED_PARAMETER(version); in LoadCollectionForBuilding()
Dfont.cc370 UNREFERENCED_PARAMETER(font); in BuildTablesFromBuilders()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dgeneric_table_builder.cc26 UNREFERENCED_PARAMETER(data); in SubBuildTable()
Dtable_based_table_builder.cc27 UNREFERENCED_PARAMETER(data); in SubSerialize()
Dfont_data_table.cc170 UNREFERENCED_PARAMETER(table); in NotifyPostTableBuild()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dtype.h78 #define UNREFERENCED_PARAMETER(p) do { (void)p; } while (0) macro
Dmemory_input_stream.cc53 UNREFERENCED_PARAMETER(readlimit); in Mark()
Dfile_input_stream.cc57 UNREFERENCED_PARAMETER(readlimit); in Mark()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc430 UNREFERENCED_PARAMETER(offset); in Builder()
438 UNREFERENCED_PARAMETER(offset); in Builder()
688 UNREFERENCED_PARAMETER(seg_count); in EndCode()
949 UNREFERENCED_PARAMETER(offset); in Builder()
955 UNREFERENCED_PARAMETER(offset); in Builder()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc212 UNREFERENCED_PARAMETER(table); in GetGlyph()
307 UNREFERENCED_PARAMETER(table_builder); in GetBuilder()
Dloca_table.cc246 UNREFERENCED_PARAMETER(nullify); in ClearLoca()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc120 UNREFERENCED_PARAMETER(bytes_written); in CopyTo()