Searched defs:markMetrics (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp279 HB_GlyphMetrics markMetrics; local
280 item->font->klass->getGlyphMetrics(item->font, mark, &markMetrics);
333 p.x += attachmentRect.x - markMetrics.x;
334 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y;
339 p.x += attachmentRect.x - markMetrics.x;
340 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y;
342 p.x += (attachmentRect.width - markMetrics.width) / 2;
347 p.x += attachmentRect.x + attachmentRect.width - markMetrics.width - markMetrics.x;
348 p.y += attachmentRect.y + attachmentRect.height - markMetrics
[all...]

Completed in 37 milliseconds