Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgScene.h197 bool bounds(float* px, float* py, float* pw, float* ph, bool stroking) in bounds()
223 if (pw) *pw = (x2 - x1); in bounds()
/lvgl-latest/src/core/
Dlv_obj_pos.c627 int32_t pw = lv_obj_get_content_width(parent); in lv_obj_refr_pos() local
631 else x = (pw * LV_COORD_GET_PCT(x)) / 100; in lv_obj_refr_pos()
662 x += pw / 2 - w / 2; in lv_obj_refr_pos()
665 x += pw - w; in lv_obj_refr_pos()
674 x += pw / 2 - w / 2; in lv_obj_refr_pos()
678 x += pw - w; in lv_obj_refr_pos()
682 x += pw - w; in lv_obj_refr_pos()
686 x += pw / 2 - w / 2; in lv_obj_refr_pos()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h577 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar * chardata, int pw, int ph, // same data as…
672 STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar * chardata, int pw, int ph, // same data …
4164 … unsigned char * pixels, int pw, int ph, // bitmap to be filled in argument
4171 … unsigned char * pixels, int pw, int ph, // bitmap to be filled in
4182 STBTT_memset(pixels, 0, pw * ph); // background of 0 around pixels
4195 if(x + gw + 1 >= pw)
4199 STBTT_assert(x + gw < pw);
4201 stbtt_MakeGlyphBitmap(&f, pixels + x + y * pw, gw, gh, pw, scale, scale, g);
4216 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar * chardata, int pw, int ph, int char_index,… argument
4220 float ipw = 1.0f / pw, iph = 1.0f / ph;
[all …]