Home
last modified time | relevance | path

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

/AOO41X/main/vcl/aqua/source/gdi/
H A Datslayout.cxx86 mutable Fixed mnCachedWidth; // cached value of resulting typographical width member in ATSLayout
131 mnCachedWidth( 0 ), in ATSLayout()
329 mnCachedWidth = nFixedWidth; in AdjustLayout()
607 if( !mnCachedWidth ) in GetTextWidth()
644 mnCachedWidth = nRightBound - nLeftBound; in GetTextWidth()
648 int nScaledWidth = Fixed2Vcl( mnCachedWidth ); in GetTextWidth()
677 mnCachedWidth = 0; in FillDXArray()
681 mnCachedWidth += mpCharWidths[i]; in FillDXArray()
683 nPixWidth = Fixed2Vcl( mnCachedWidth ); in FillDXArray()
934 mnCachedWidth = mnBaseAdv; in InitGIA()
[all …]