Lines Matching full:fwidth
43 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight);
53 return SkAlign4(size) + sizeof(uint32_t) * ((fWidth + 2) * fHeight);
55 return SkAlign4(size) + sizeof(uint32_t) * (fWidth * (fHeight + 2));
66 fWidth = 0;
86 for (unsigned x = 0; x < fWidth; ++x) {
95 const unsigned outputRowBytes = sizeof(uint32_t) * fWidth;
97 output += fWidth;
101 for (unsigned x = 0; x < fWidth; ++x) {
110 output += fWidth;
304 if (0 == glyph->fWidth || 0 == glyph->fHeight) {
305 glyph->fWidth = 0;
327 glyph->fWidth = SkToU16(mask.fBounds.width());
342 glyph->fWidth = SkToU16(ir.width());
361 glyph->fWidth = SkToU16(dst.fBounds.width());
372 glyph->fWidth = 0;
395 SkASSERT(tmpGlyph.fWidth <= origGlyph.fWidth);
438 clip.setRect(0, 0, glyph->fWidth, glyph->fHeight);
441 bm.setConfig(config, glyph->fWidth, glyph->fHeight,
469 int width = SkFastMin32(origGlyph.fWidth, dstM.fBounds.width());
508 for (int x = origGlyph.fWidth - 1; x >= 0; --x)