Searched refs:bboxes (Results 1 – 5 of 5) sorted by relevance
378 auto bboxes = in doRun() local401 auto y0 = bboxes[i * 4] * height; in doRun()402 auto x0 = bboxes[i * 4 + 1] * width; in doRun()403 auto bheight = bboxes[i * 4 + 2] * height - y0; in doRun()404 auto bwidth = bboxes[i * 4 + 3] * width - x0; in doRun()
75 bboxes = self.__bboxes = []90 bboxes.append(boxid)96 for box in bboxes:
138 FT_NEW_ARRAY( blend->bboxes [1], num_designs ) ) in t1_allocate_blend()143 blend->bboxes [0] = &face->type1.font_bbox; in t1_allocate_blend()149 blend->bboxes [nn] = blend->bboxes [nn - 1] + 1; in t1_allocate_blend()740 FT_FREE( blend->bboxes[1] ); in T1_Done_Blend()746 blend->bboxes [n] = NULL; in T1_Done_Blend()1274 objects = (void**)blend->bboxes; in t1_load_keyword()
312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; member
7642 * include/freetype/t1tables.h (PS_BlendRec): Add `bboxes' field.7650 * src/type1/t1load.c (t1_allocate_blend): Create blend->bboxes.7651 (T1_Done_Blend): Free blend->bboxes.