Lines Matching refs:unitedAttachmentRect
389 HB_GlyphMetrics unitedAttachmentRect = attachmentRect;
390 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x);
391 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y);
392 unitedAttachmentRect.width = HB_MAX(attachmentRect.x + attachmentRect.width, markMetrics.x + markMetrics.width) - unitedAttachmentRect.x;
393 unitedAttachmentRect.height = HB_MAX(attachmentRect.y + attachmentRect.height, markMetrics.y + markMetrics.height) - unitedAttachmentRect.y;
394 attachmentRect = unitedAttachmentRect;