Searched refs:GetBoundingBox (Results 1 – 5 of 5) sorted by relevance
67 boundingBox.topLeftX = metaObjects[index]->GetBoundingBox().topLeftX; in OnMetadataObjectsAvailable()68 boundingBox.topLeftY = metaObjects[index]->GetBoundingBox().topLeftY; in OnMetadataObjectsAvailable()69 boundingBox.width = metaObjects[index]->GetBoundingBox().width; in OnMetadataObjectsAvailable()70 boundingBox.height = metaObjects[index]->GetBoundingBox().height; in OnMetadataObjectsAvailable()
285 … metaObjects[i]->GetBoundingBox().topLeftX, metaObjects[i]->GetBoundingBox().topLeftY, in OnMetadataObjectsAvailable()286 … metaObjects[i]->GetBoundingBox().width, metaObjects[i]->GetBoundingBox().height, in OnMetadataObjectsAvailable()
113 auto boundingBox = Hold<CameraNapiBoundingBox>(*Hold<Rect>(metadataObject_.GetBoundingBox())); in GetCameraNapiObject()
86 inline Rect GetBoundingBox() in GetBoundingBox() function
3394 RectF GetBoundingBox(std::vector<Point>& pointList) in GetBoundingBox() function3446 return GetBoundingBox(pointList); in GetPaintRectToWindowWithTransform()