Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc710 int fontEmSize = font->face->get_upem(); in _hb_directwrite_shape_full() local
711 if (fontEmSize < 0) in _hb_directwrite_shape_full()
712 fontEmSize = -fontEmSize; in _hb_directwrite_shape_full()
714 if (fontEmSize < 0) in _hb_directwrite_shape_full()
715 fontEmSize = -fontEmSize; in _hb_directwrite_shape_full()
716 double x_mult = (double) font->x_scale / fontEmSize; in _hb_directwrite_shape_full()
717 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape_full()
721 glyphProperties, glyphCount, fontFace, fontEmSize, in _hb_directwrite_shape_full()
741 hr = analyzer1->GetJustificationOpportunities (fontFace, fontEmSize, in _hb_directwrite_shape_full()
783 hr = analyzer1->GetJustifiedGlyphs (fontFace, fontEmSize, runHead->mScript, in _hb_directwrite_shape_full()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp454 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in getBoundingBox()
534 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in getColorGlyphRun()
779 run.fontEmSize = SkScalarToFloat(fTextSizeRender); in drawDWMask()
887 colorGlyph->glyphRun.fontEmSize, in generateColorGlyphImage()
/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp254 glyphRun.fontEmSize = font_size; in DwRendingString()