Searched defs:BoundingBox (Results 1 – 8 of 8) sorted by relevance
18 public class BoundingBox { class36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox() method in BoundingBox
88 BoundingBox() in BoundingBox() function94 BoundingBox(const BoundingBox& bounding_box) in BoundingBox() function103 BoundingBox(const float left, in BoundingBox() function115 BoundingBox(const Point2f& point1, const Point2f& point2) in BoundingBox() function
102 class BoundingBox(ItemHandler): class
398 #define BoundingBox "BoundingBox:" in ReadPSImage() macro
119 } BoundingBox; typedef
1766 #define BoundingBox "viewbox" in RenderHoughLines() macro
61 struct BoundingBox struct63 tcu::Vec4 min;64 tcu::Vec4 max;
3184 PVRTBOUNDINGBOX BoundingBox; local