Lines Matching refs:yoffset
61 int yoffset; member
642 cached->yoffset = font->ascent - cached->maxy; in Load_Glyph()
655 cached->yoffset = 0; in Load_Glyph()
1474 if ((row + glyph->yoffset) < 0) { in TTF_RenderUTF8_Solid()
1477 if ((row + glyph->yoffset) >= textbuf->h) { in TTF_RenderUTF8_Solid()
1481 (row+glyph->yoffset) * textbuf->pitch + in TTF_RenderUTF8_Solid()
1666 if ((row + glyph->yoffset) < 0) { in TTF_RenderUTF8_Shaded()
1669 if ((row + glyph->yoffset) >= textbuf->h) { in TTF_RenderUTF8_Shaded()
1673 (row+glyph->yoffset) * textbuf->pitch + in TTF_RenderUTF8_Shaded()
1849 if ((row + glyph->yoffset) < 0) { in TTF_RenderUTF8_Blended()
1852 if ((row + glyph->yoffset) >= textbuf->h) { in TTF_RenderUTF8_Blended()
1856 (row+glyph->yoffset) * textbuf->pitch/4 + in TTF_RenderUTF8_Blended()
2143 if ((row + glyph->yoffset) < 0) { in TTF_RenderUTF8_Blended_Wrapped()
2146 if ((row + glyph->yoffset) >= textbuf->h) { in TTF_RenderUTF8_Blended_Wrapped()
2150 (row+glyph->yoffset) * textbuf->pitch/4 + in TTF_RenderUTF8_Blended_Wrapped()