Lines Matching defs:height
61 int width, int height, size_t rowBytes) {
66 while (height) {
69 height -= 1;
77 while (height) {
90 height -= 1;
93 while (height) {
99 height -= 1;
187 if (!fCG || fSize.fWidth < glyph.width() || fSize.fHeight < glyph.height()) {
191 if (fSize.fHeight < glyph.height()) {
192 fSize.fHeight = RoundSize(glyph.height());
237 // skip rows based on the glyph's height
238 image += (fSize.fHeight - glyph.height()) * fSize.fWidth;
242 sk_memset_rect32(image, bgColor, glyph.width(), glyph.height(), rowBytes);
251 CGPoint point = CGPointMake(-glyph.left() + subX, glyph.top() + glyph.height() - subY);
284 glyph->fAdvanceY = -SkFloatFromCGFloat(cgAdvance.height);
307 if (0 == cgAdvance.width && 0 == cgAdvance.height) {
319 skBounds = SkRect::MakeXYWH(cgBounds.origin.x, -cgBounds.origin.y - cgBounds.size.height,
320 cgBounds.size.width, cgBounds.size.height);
331 // and width and height into uint16_t, after outsetting by 1.
346 glyph->fHeight = SkToU16(skIBounds.height());
391 const int height = glyph.height();
395 for (int y = 0; y < height; y++) {
423 const int height = glyph.height();
427 for (int y = 0; y < height; y++) {
697 // At least on 10.12.3 with memory based fonts the x-height is always 0.6666 of the ascent and
698 // the cap-height is always 0.8888 of the ascent. It appears that the values from the 'OS/2'