Lines Matching refs:cuttop
174 int cuttop, cutbottom, cutleft, cutright;
216 cuttop = cutbottom = cutleft = cutright = 0;
219 for (cuttop = 0; cuttop < glyph->bitmap.rows; cuttop++)
222 if (glyph->bitmap.buffer[j / 8 + cuttop * glyph->bitmap.pitch]
239 if (cutbottom + cuttop >= glyph->bitmap.rows)
266 height = glyph->bitmap.rows - cutbottom - cuttop;
281 glyph_info->y_ofs = glyph->bitmap_top - height - cuttop;
298 for (j = cuttop; j < height + cuttop; j++)