Home
last modified time | relevance | path

Searched refs:bboxes (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp378 auto bboxes = in doRun() local
401 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()
/third_party/python/Tools/pynche/
DListViewer.py75 bboxes = self.__bboxes = []
90 bboxes.append(boxid)
96 for box in bboxes:
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c138 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()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.217642 * 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.