Home
last modified time | relevance | path

Searched refs:gw (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h2533 int advance, lsb, x0,y0,x1,y1,gw,gh; in stbtt_BakeFontBitmap() local
2537 gw = x1-x0; in stbtt_BakeFontBitmap()
2539 if (x + gw + 1 >= pw) in stbtt_BakeFontBitmap()
2543 STBTT_assert(x+gw < pw); in stbtt_BakeFontBitmap()
2545 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); in stbtt_BakeFontBitmap()
2548 chardata[i].x1 = (stbtt_int16) (x + gw); in stbtt_BakeFontBitmap()
2553 x = x + gw + 1; in stbtt_BakeFontBitmap()