Lines Matching defs:width
253 this->setFontStyle(SkFontStyle(textMetric.tmWeight, style.width(), style.slant()));
495 if (fBM && (fIsBW != isBW || fWidth < glyph.width() || fHeight < glyph.height())) {
501 fWidth = std::max(fWidth, glyph.width());
825 glyph->fAdvanceX = glyph->width();
831 glyph->width(), glyph->height());
840 glyph->fWidth = SkScalarTruncToInt(bounds.width());
1061 const int width = glyph.width();
1065 for (int i = 0; i < width; i++) {
1081 const int width = glyph.width();
1085 for (int i = 0; i < width; i++) {
1126 for (int x = 0; x < glyph.width(); ++x) {
1146 if (glyph.width() > 0 && glyph.fHeight > 0) {
1147 int bitCount = glyph.width() & 7;
1707 // Figure out a good guess for StemV - Min width of i, I, !, 1.
1714 int16_t width = abcWidths.abcB;
1715 if (width > 0 && width < min_width) {
1716 min_width = width;