Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx392 const DWORD nFDGot = ::Ft2GetFontData( hPS, nTableTag, nRawDataOfs, in RawFontData() local
394 if( !nFDGot ) in RawFontData()
396 else if( nFDGot != FT2_ERROR ) in RawFontData()
397 nRawDataOfs += nFDGot; in RawFontData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx293 const DWORD nFDGot = ::GetFontData( hDC, nTableTag, nRawDataOfs, in RawFontData() local
295 if( !nFDGot ) in RawFontData()
297 else if( nFDGot != GDI_ERROR ) in RawFontData()
298 nRawDataOfs += nFDGot; in RawFontData()

Completed in 33 milliseconds