Searched refs:unitedAttachmentRect (Results 1 – 1 of 1) sorted by relevance
389 HB_GlyphMetrics unitedAttachmentRect = attachmentRect; in positionCluster() local390 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x); in positionCluster()391 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y); in positionCluster()392 …unitedAttachmentRect.width = HB_MAX(attachmentRect.x + attachmentRect.width, markMetrics.x + markM… in positionCluster()393 …unitedAttachmentRect.height = HB_MAX(attachmentRect.y + attachmentRect.height, markMetrics.y + mar… in positionCluster()394 attachmentRect = unitedAttachmentRect; in positionCluster()