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/u-boot/drivers/video/ |
D | stb_truetype.h | 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1232 if (start_off) { in stbtt__close_shape() 1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local 1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape() 1342 start_off = !(flags & 1); in stbtt_GetGlyphShape() 1343 if (start_off) { in stbtt_GetGlyphShape() 1382 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
|