Lines Matching refs:cutbottom
174 int cuttop, cutbottom, cutleft, cutright;
216 cuttop = cutbottom = cutleft = cutright = 0;
229 for (cutbottom = glyph->bitmap.rows - 1; cutbottom >= 0; cutbottom--)
232 if (glyph->bitmap.buffer[j / 8 + cutbottom * glyph->bitmap.pitch]
238 cutbottom = glyph->bitmap.rows - 1 - cutbottom;
239 if (cutbottom + cuttop >= glyph->bitmap.rows)
240 cutbottom = 0;
266 height = glyph->bitmap.rows - cutbottom - cuttop;