Searched refs:fontEmSize (Results 1 – 3 of 3) sorted by relevance
780 int fontEmSize = font->face->get_upem(); in _hb_directwrite_shape() local781 if (fontEmSize < 0) in _hb_directwrite_shape()782 fontEmSize = -fontEmSize; in _hb_directwrite_shape()784 if (fontEmSize < 0) in _hb_directwrite_shape()785 fontEmSize = -fontEmSize; in _hb_directwrite_shape()786 double x_mult = (double) font->x_scale / fontEmSize; in _hb_directwrite_shape()787 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape()791 glyphProperties, glyphCount, fontFace, fontEmSize, in _hb_directwrite_shape()807 hr = analyzer->GetJustificationOpportunities (fontFace, fontEmSize, in _hb_directwrite_shape()852 hr = analyzer->GetJustifiedGlyphs (fontFace, fontEmSize, runHead->mScript, in _hb_directwrite_shape()
416 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in getBoundingBox()673 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in drawDWMask()
235 glyphRun.fontEmSize = font_size; in DwRendingString()