Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-shaper.cpp274 HB_GlyphMetrics attachmentRect; in positionCluster() local
275 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 …]