Home
last modified time | relevance | path

Searched refs:unitedAttachmentRect (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shaper.cpp389 HB_GlyphMetrics unitedAttachmentRect = attachmentRect; in positionCluster() local
390 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x); in positionCluster()
391 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y); in positionCluster()
392unitedAttachmentRect.width = HB_MAX(attachmentRect.x + attachmentRect.width, markMetrics.x + markM… in positionCluster()
393unitedAttachmentRect.height = HB_MAX(attachmentRect.y + attachmentRect.height, markMetrics.y + mar… in positionCluster()
394 attachmentRect = unitedAttachmentRect; in positionCluster()