Lines Matching full:fwidth
32 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight);
51 fWidth = 0;
140 if (0 == glyph->fWidth || 0 == glyph->fHeight) {
141 glyph->fWidth = 0;
163 glyph->fWidth = SkToU16(mask.fBounds.width());
177 glyph->fWidth = SkToU16(ir.width());
180 if (glyph->fWidth > 0) {
183 glyph->fWidth += 2;
218 glyph->fWidth = SkToU16(dst.fBounds.width());
229 glyph->fWidth = 0;
494 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth);
558 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());