Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Doutdev.h73 void GetFontHeights( std::set<int>& rHeights ) const;
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1233 void ImplDevFontListData::GetFontHeights( std::set<int>& rHeights ) const in GetFontHeights()
1237 rHeights.insert( pFace->GetHeight() ); in GetFontHeights()
2167 std::set<int> rHeights; in GetDevSizeList() local
2168 pFontFamily->GetFontHeights( rHeights ); in GetDevSizeList()
2170 std::set<int>::const_iterator it = rHeights.begin(); in GetDevSizeList()
2171 for(; it != rHeights.begin(); ++it ) in GetDevSizeList()

Completed in 35 milliseconds