HomeSort by relevance Sort by last modified time
    Searched refs:NameAsBytes (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 99 ByteVector* NameTable::NameEntry::NameAsBytes() {
161 b->NameAsBytes());
405 builder_entry->NameAsBytes());
468 void NameTable::NameAsBytes(int32_t index, ByteVector* b) {
480 void NameTable::NameAsBytes(int32_t platform_id,
489 ByteVector* name = entry->NameAsBytes();
496 NameAsBytes(index, &b);
514 NameAsBytes(index, &b);
name_table.h 465 ByteVector* NameAsBytes();
467 // C++ port only: get the length of NameAsBytes.
650 virtual void NameAsBytes(int32_t index, ByteVector* b);
651 virtual void NameAsBytes(int32_t platform_id, int32_t encoding_id,

Completed in 487 milliseconds