Searched refs:boundingBox (Results 1 – 1 of 1) sorted by relevance
583 PRCBoundingBox boundingBox; in PRCi_ExtractInputPattern_Common() local587 boundingBox.x1 = PRC_LARGE_ENOUGH_X; in PRCi_ExtractInputPattern_Common()588 boundingBox.y1 = PRC_LARGE_ENOUGH_Y; in PRCi_ExtractInputPattern_Common()589 boundingBox.x2 = PRC_SMALL_ENOUGH_X; in PRCi_ExtractInputPattern_Common()590 boundingBox.y2 = PRC_SMALL_ENOUGH_Y; in PRCi_ExtractInputPattern_Common()599 if (point->x < boundingBox.x1) in PRCi_ExtractInputPattern_Common()600 boundingBox.x1 = point->x; in PRCi_ExtractInputPattern_Common()601 if (point->x > boundingBox.x2) in PRCi_ExtractInputPattern_Common()602 boundingBox.x2 = point->x; in PRCi_ExtractInputPattern_Common()603 if (point->y < boundingBox.y1) in PRCi_ExtractInputPattern_Common()[all …]