Home
last modified time | relevance | path

Searched defs:AdvanceMetric (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp26 struct AdvanceMetric { struct
27 enum MetricType {
32 MetricType fType;
33 uint16_t fStartId;
34 uint16_t fEndId;
35 std::vector<int16_t> fAdvance;
36 AdvanceMetric(uint16_t startId) : fStartId(startId) {} in AdvanceMetric() function