Home | History | Annotate | Download | only in ports

Lines Matching full:fwidth

436         fWidth = fHeight = 0;
462 int fWidth;
486 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
492 fWidth = SkMax32(fWidth, glyph.fWidth);
495 fWidth) : fWidth;
523 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
879 glyph->fWidth = SkToS16(fTM.tmMaxCharWidth);
881 glyph->fWidth = SkToS16(size.cx);
889 glyph->fAdvanceX = SkIntToFixed(glyph->fWidth);
895 glyph->fWidth, glyph->fHeight);
904 glyph->fWidth = SkScalarTruncToInt(bounds.width());
943 glyph->fWidth = 0;
950 glyph->fWidth = gm.gmBlackBoxX + 4;
1221 const int width = glyph.fWidth;
1261 if (glyph.fWidth > 0 && glyph.fHeight > 0) {
1274 const int width = glyph.fWidth;
1293 const int width = glyph.fWidth;
1309 const int width = glyph.fWidth;
1359 for (int x = 0; x < glyph.fWidth; ++x) {
1369 int width = glyph.fWidth;
1380 if (glyph.fWidth > 0 && glyph.fHeight > 0) {