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 166 // Figure out a good guess for StemV - Min width of i, I, !, 1.
168 int16_t stemV = SHRT_MAX;
172 stemV = SkTMin(stemV, SkToS16(SkScalarRoundToInt(bounds.width())));
174 metrics->fStemV = stemV;
280 descriptor->insertScalar("StemV",
  /external/skqp/src/pdf/
SkPDFFont.cpp 166 // Figure out a good guess for StemV - Min width of i, I, !, 1.
168 int16_t stemV = SHRT_MAX;
172 stemV = SkTMin(stemV, SkToS16(SkScalarRoundToInt(bounds.width())));
174 metrics->fStemV = stemV;
280 descriptor->insertScalar("StemV",

Completed in 141 milliseconds