Searched refs:kNumGlyphs (Results 1 - 3 of 3) sorted by relevance

/external/skia/bench/
H A DPathTextBench.cpp22 static constexpr int kNumGlyphs = sizeof(kGlyphs) - 1; variable
23 static_assert(52 == kNumGlyphs, "expected 52 glyphs");
42 for (int i = 0; i < kNumGlyphs; ++i) {
49 const SkPath& glyph = fGlyphs[i % kNumGlyphs];
73 const SkPath& glyph = fGlyphs[i % kNumGlyphs];
79 SkPath fGlyphs[kNumGlyphs];
/external/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.cc30 return data_->ReadUShort(Offset::kNumGlyphs);
122 return InternalReadData()->ReadUShort(Offset::kNumGlyphs);
126 InternalWriteData()->WriteUShort(Offset::kNumGlyphs, num_glyphs);
H A Dmaximum_profile_table.h94 kNumGlyphs = 4, enumerator in enum:sfntly::MaximumProfileTable::Offset::__anon17902

Completed in 145 milliseconds