Searched refs:vertices (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 739 …tbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices); 740 …_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **vertices); 751 STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *vertices); 816 stbtt_vertex *vertices, // array of vertices defining shape 1171 …stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices) in stbtt_GetCodepointShape() argument 1173 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); in stbtt_GetCodepointShape() 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape() 1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape() 1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0001-tests-Fix-narrowing-errors-seen-with-clang.patch | 22 float vertices[4][2] = { 31 sizeof(vertices[0]),
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
| H A D | README.md | 9 objects. A graph consisting of Inventory objects as vertices and Association as
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0003-wayland-Add-Wayland-example.patch | 636 + // Bind texture surface to current vertices 642 + // draw first 4 vertices
|