Searched refs:gh (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 2533 int advance, lsb, x0,y0,x1,y1,gw,gh; in stbtt_BakeFontBitmap() local 2538 gh = y1-y0; in stbtt_BakeFontBitmap() 2541 if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row in stbtt_BakeFontBitmap() 2544 STBTT_assert(y+gh < ph); in stbtt_BakeFontBitmap() 2545 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); in stbtt_BakeFontBitmap() 2549 chardata[i].y1 = (stbtt_int16) (y + gh); in stbtt_BakeFontBitmap() 2554 if (y+gh+1 > bottom_y) in stbtt_BakeFontBitmap() 2555 bottom_y = y+gh+1; in stbtt_BakeFontBitmap()
|