Searched refs:baseMetrics (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.cpp49 HB_GlyphMetrics baseMetrics; local
50 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
53 && (-baseMetrics.y) > baseMetrics.height)
55 baseMetrics.height = -baseMetrics.y;
124 attachmentRect = baseMetrics;
201 item->offsets[gfrom+i].x = p.x - baseMetrics.xOffset;
202 item->offsets[gfrom+i].y = p.y - baseMetrics.yOffset;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp250 HB_GlyphMetrics baseMetrics; local
251 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
254 && (-baseMetrics.y) > baseMetrics.height)
256 baseMetrics.height = -baseMetrics.y;
324 attachmentRect = baseMetrics;
401 item->offsets[gfrom+i].x = p.x - baseMetrics.xOffset;
402 item->offsets[gfrom+i].y = p.y - baseMetrics.yOffset;

Completed in 82 milliseconds