Searched refs:table_builder (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/lib/io/ |
D | BUILD | 26 "table_builder.cc", 32 "table_builder.h", 324 "table_builder.cc", 325 "table_builder.h", 356 "table_builder.h", 401 "table_builder.h",
|
/external/fonttools/Tests/colorLib/ |
D | table_builder_test.py | 3 from fontTools.colorLib.table_builder import TableBuilder
|
D | builder_test.py | 6 from fontTools.colorLib.table_builder import TableBuilder
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 296 GlyphTable::Builder* table_builder, in GetBuilder() argument 298 return GetBuilder(table_builder, data, 0, data->Length()); in GetBuilder() 303 GlyphTable::Builder* table_builder, in GetBuilder() argument 307 UNREFERENCED_PARAMETER(table_builder); in GetBuilder()
|
D | glyph_table.h | 60 GetBuilder(GlyphTable::Builder* table_builder, 63 GetBuilder(GlyphTable::Builder* table_builder,
|
/external/fonttools/Lib/fontTools/colorLib/ |
D | unbuilder.py | 2 from .table_builder import TableUnbuilder
|
D | builder.py | 38 from .table_builder import (
|
/external/sfntly/cpp/src/sfntly/ |
D | font.cc | 248 for (TableBuilderMap::iterator table_builder = table_builders_.begin(), in ReadyToBuild() local 250 table_builder != table_builder_end; in ReadyToBuild() 251 ++table_builder) { in ReadyToBuild() 252 if (!table_builder->second->ReadyToBuild()) in ReadyToBuild()
|
/external/tensorflow/tensorflow/core/lib/hash/ |
D | BUILD | 18 # tensorflow/core/lib/io/table_builder.cc uses crc functionality
|