Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DPathTextBench.cpp25 static constexpr int kNumGlyphs = sizeof(kGlyphs) - 1; variable
26 static_assert(52 == kNumGlyphs, "expected 52 glyphs");
52 for (int i = 0; i < kNumGlyphs; ++i) {
60 const SkPath& glyph = fGlyphs[i % kNumGlyphs];
92 const SkPath& glyph = fGlyphs[i % kNumGlyphs];
101 SkPath fGlyphs[kNumGlyphs];
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.cc30 return data_->ReadUShort(Offset::kNumGlyphs); in NumGlyphs()
122 return InternalReadData()->ReadUShort(Offset::kNumGlyphs); in NumGlyphs()
126 InternalWriteData()->WriteUShort(Offset::kNumGlyphs, num_glyphs); in SetNumGlyphs()
H A Dmaximum_profile_table.h94 kNumGlyphs = 4, enumerator

Completed in 2 milliseconds