Searched refs:start_off (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | strings.c | 455 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() argument 478 fd, start_off); in map_file()
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1623 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1626 if (start_off) { in stbtt__close_shape() 1656 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt__GetGlyphShapeTT() local 1733 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT() 1736 start_off = !(flags & 1); in stbtt__GetGlyphShapeTT() 1737 if (start_off) { in stbtt__GetGlyphShapeTT() 1776 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT()
|