Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h470 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
484 STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, // same data as above
584 STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, // same data as abo…
2517 unsigned char *pixels, int pw, int ph, // bitmap to be filled in in stbtt_BakeFontBitmap() argument
2526 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels 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()
2560 STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index, float … in stbtt_GetBakedQuad() argument
2563 float ipw = 1.0f / pw, iph = 1.0f / ph; in stbtt_GetBakedQuad()
[all …]
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dimmap_85xx.h1487 struct rio_pw pw; member