HomeSort by relevance Sort by last modified time
    Searched refs:markMetrics (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 79 HB_GlyphMetrics markMetrics;
80 item->font->klass->getGlyphMetrics(item->font, mark, &markMetrics);
133 p.x += attachmentRect.x - markMetrics.x;
134 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y;
139 p.x += attachmentRect.x - markMetrics.x;
140 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y;
142 p.x += (attachmentRect.width - markMetrics.width) / 2;
147 p.x += attachmentRect.x + attachmentRect.width - markMetrics.width - markMetrics.x;
148 p.y += attachmentRect.y + attachmentRect.height - markMetrics.y
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 279 HB_GlyphMetrics markMetrics;
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.y
    [all...]

Completed in 570 milliseconds