Home | History | Annotate | Download | only in windows

Lines Matching refs:biHeight

102             pvi->bmiHeader.biHeight = _requestedCapability.height;
113 pvi->bmiHeader.biHeight = _requestedCapability.height;
124 pvi->bmiHeader.biHeight = _requestedCapability.height;
135 pvi->bmiHeader.biHeight = _requestedCapability.height;
146 pvi->bmiHeader.biHeight = _requestedCapability.height;
196 && pvi->bmiHeader.biHeight > 0)
198 _resultingCapability.height = -(pvi->bmiHeader.biHeight);
202 _resultingCapability.height = abs(pvi->bmiHeader.biHeight);
207 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight,
260 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight,
268 && pvi->bmiHeader.biHeight > 0)
270 _resultingCapability.height = -(pvi->bmiHeader.biHeight);
274 _resultingCapability.height = abs(pvi->bmiHeader.biHeight);