Searched refs:attachmentRect (Results 1 – 1 of 1) sorted by relevance
274 HB_GlyphMetrics attachmentRect; in positionCluster() local275 memset(&attachmentRect, 0, sizeof(attachmentRect)); in positionCluster()324 attachmentRect = baseMetrics; in positionCluster()333 p.x += attachmentRect.x - markMetrics.x; in positionCluster()334 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y; in positionCluster()339 p.x += attachmentRect.x - markMetrics.x; in positionCluster()340 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y; in positionCluster()342 p.x += (attachmentRect.width - markMetrics.width) / 2; in positionCluster()347 p.x += attachmentRect.x + attachmentRect.width - markMetrics.width - markMetrics.x; in positionCluster()348 p.y += attachmentRect.y + attachmentRect.height - markMetrics.y; in positionCluster()[all …]