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

  /external/skia/src/pdf/
SkPDFFont.cpp 132 // Figure out a good guess for StemV - Min width of i, I, !, 1.
134 int16_t stemV = SHRT_MAX;
139 stemV = SkTMin(stemV, SkToS16(SkScalarRoundToInt(bounds.width())));
141 metrics->fStemV = stemV;
252 descriptor->insertScalar("StemV",
615 // Adobe requests CapHeight, XHeight, and StemV be added
618 if (metrics->fStemV != 0) { descriptor.insertInt("StemV", metrics->fStemV); }
    [all...]
  /external/skqp/src/pdf/
SkPDFFont.cpp 131 // Figure out a good guess for StemV - Min width of i, I, !, 1.
133 int16_t stemV = SHRT_MAX;
138 stemV = SkTMin(stemV, SkToS16(SkScalarRoundToInt(bounds.width())));
140 metrics->fStemV = stemV;
251 descriptor->insertScalar("StemV",
619 // Adobe requests CapHeight, XHeight, and StemV be added
622 if (metrics->fStemV != 0) { descriptor.insertInt("StemV", metrics->fStemV); }
    [all...]

Completed in 1581 milliseconds