Home
last modified time | relevance | path

Searched refs:rMetrics (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx288 const FT_Size_Metrics& rMetrics = mrServerFont.GetMetricsFT(); in getAscent() local
289 le_int32 nAscent = (+rMetrics.ascender + 32) >> 6; in getAscent()
297 const FT_Size_Metrics& rMetrics = mrServerFont.GetMetricsFT(); in getDescent() local
298 le_int32 nDescent = (-rMetrics.descender + 32) >> 6; in getDescent()
306 const FT_Size_Metrics& rMetrics = mrServerFont.GetMetricsFT(); in getLeading() local
307 le_int32 nLeading = ((rMetrics.height - rMetrics.ascender + rMetrics.descender) + 32) >> 6; in getLeading()
H A Dgcach_ftyp.cxx974 const FT_Size_Metrics& rMetrics = maFaceFT->size->metrics; in FetchFontMetric() local
975 rTo.mnAscent = (+rMetrics.ascender + 32) >> 6; in FetchFontMetric()
977 rTo.mnDescent = (+rMetrics.descender + 32) >> 6; in FetchFontMetric()
979 rTo.mnDescent = (-rMetrics.descender + 32) >> 6; in FetchFontMetric()
1102 const FT_Size_Metrics& rMetrics = maFaceFT->size->metrics; in ApplyGlyphTransform() local
1121 aVector.x = (FT_Pos)(+rMetrics.descender * mfStretch); in ApplyGlyphTransform()
1122 aVector.y = -rMetrics.ascender; in ApplyGlyphTransform()
1132 aVector.x += (FT_Pos)(rMetrics.descender * mnSin/65536.0); in ApplyGlyphTransform()
1303 const FT_Size_Metrics& rMetrics = pFaceFT->size->metrics; in lcl_GetCharWidth() local
1305 nCharWidth = (int)((rMetrics.height - rMetrics.descender) * fStretch); in lcl_GetCharWidth()
[all …]

Completed in 35 milliseconds