Searched refs:HB_MIN (Results 1 – 1 of 1) sorted by relevance
34 #define HB_MIN(a, b) ((a) < (b) ? (a) : (b)) macro390 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x); in positionCluster()391 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y); in positionCluster()