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

/external/harfbuzz_ng/src/
H A Dhb-directwrite.cc780 int fontEmSize = font->face->get_upem(); local
781 if (fontEmSize < 0)
782 fontEmSize = -fontEmSize;
784 if (fontEmSize < 0)
785 fontEmSize = -fontEmSize;
786 double x_mult = (double) font->x_scale / fontEmSize;
787 double y_mult = (double) font->y_scale / fontEmSize;
791 glyphProperties, glyphCount, fontFace, fontEmSize,
[all...]

Completed in 70 milliseconds