Searched defs:boundingBox (Results 1 – 5 of 5) sorted by relevance
32 public static Detection create(RectF boundingBox, List<Category> categories) { in create()
67 SkRect boundingBox = SkRect::MakeLTRB(cx - radius, cy - radius, cx + radius, cy + radius); variable
275 BoundingBox boundingBox; in iterate() local290 const BoundingBox& boundingBox = cases[caseNdx]; in iterate() local
1198 const IVec4 boundingBox = renderGrid.getUsedAreaBoundingBox(); in renderTexture() local
444 Magick::Geometry Magick::Image::boundingBox(void) const in boundingBox() function in Magick::Image