Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1287 bool bHasOfflinePoints = false; in GetGlyphOutline() local
1324 bHasOfflinePoints = true; in GetGlyphOutline()
1385 if( bHasOfflinePoints ) in GetGlyphOutline()
1396 Polygon aPoly( nPnt, pPoints, (bHasOfflinePoints ? pFlags : NULL) ); in GetGlyphOutline()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2513 bool bHasOfflinePoints = false; in GetGlyphOutline() local
2550 bHasOfflinePoints = true; in GetGlyphOutline()
2611 if( bHasOfflinePoints ) in GetGlyphOutline()
2622 Polygon aPoly( nPnt, pPoints, (bHasOfflinePoints ? pFlags : NULL) ); in GetGlyphOutline()

Completed in 29 milliseconds