Searched defs:fNoStretching (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c3312 BOOL fNoStretching = TRUE; local
3350 fNoStretching = !((xrel - 1.0f < -eps) || (xrel - 1.0f > eps))
3353 if (fFastOnly && (!upsidedown || !fNoStretching))
3378 if (upsidedown && fNoStretching)
3395 if (fNoStretching)

Completed in 488 milliseconds