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

  /external/fonttools/Lib/fontTools/ttLib/tables/
O_S_2f_2.py 9 # panose classification
24 class Panose(object):
56 panose: 10s # panose classification number
121 self.panose = sstruct.unpack(panoseFormat, self.panose, Panose())
124 panose = self.panose
125 self.panose = sstruct.pack(panoseFormat, self.panose
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
verify_os2.cc 80 ByteVector panose; local
81 os2->Panose(&panose);
82 EXPECT_EQ(panose.size(), sizeof(OS2_PANOSE));
83 for (size_t i = 0; i < panose.size(); ++i) {
84 EXPECT_EQ(panose[i], OS2_PANOSE[i]);
  /external/sfntly/cpp/src/test/
verify_os2.cc 80 ByteVector panose; local
81 os2->Panose(&panose);
82 EXPECT_EQ(panose.size(), sizeof(OS2_PANOSE));
83 for (size_t i = 0; i < panose.size(); ++i) {
84 EXPECT_EQ(panose[i], OS2_PANOSE[i]);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h 360 void Panose(ByteVector* value);
361 void SetPanose(ByteVector* panose);
432 void Panose(ByteVector* value);
477 kPanoseLength = 10, // Length of panose bytes.
os2_table.cc 169 void OS2Table::Panose(ByteVector* value) {
418 void OS2Table::Builder::Panose(ByteVector* value) {
428 void OS2Table::Builder::SetPanose(ByteVector* panose) {
429 assert(panose);
430 if (panose->size() != Offset::kPanoseLength) {
432 throw IllegalArgumentException("Panose bytes must be exactly 10 in length");
436 InternalWriteData()->WriteBytes(Offset::kPanose, panose);
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 360 void Panose(ByteVector* value);
361 void SetPanose(ByteVector* panose);
432 void Panose(ByteVector* value);
477 kPanoseLength = 10, // Length of panose bytes.
os2_table.cc 167 void OS2Table::Panose(ByteVector* value) {
416 void OS2Table::Builder::Panose(ByteVector* value) {
426 void OS2Table::Builder::SetPanose(ByteVector* panose) {
427 assert(panose);
428 if (panose->size() != Offset::kPanoseLength) {
430 throw IllegalArgumentException("Panose bytes must be exactly 10 in length");
434 InternalWriteData()->WriteBytes(Offset::kPanose, panose);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 269 milliseconds