Home
last modified time | relevance | path

Searched refs:fontEmSize (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-directwrite.cc780 int fontEmSize = font->face->get_upem(); in _hb_directwrite_shape() local
781 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()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp416 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in getBoundingBox()
673 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in drawDWMask()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp235 glyphRun.fontEmSize = font_size; in DwRendingString()