Lines Matching refs:fHeight
32 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight);
38 const size_t size = this->rowBytes() * fHeight;
52 fHeight = 0;
140 if (0 == glyph->fWidth || 0 == glyph->fHeight) {
142 glyph->fHeight = 0;
164 glyph->fHeight = SkToU16(mask.fBounds.height());
178 glyph->fHeight = SkToU16(ir.height());
219 glyph->fHeight = SkToU16(dst.fBounds.height());
230 glyph->fHeight = 0;
495 SkASSERT(tmpGlyph.fHeight <= origGlyph.fHeight);
559 int height = SkFastMin32(origGlyph.fHeight, dstM.fBounds.height());