Lines Matching refs:fResult
102 Bool fResult = TRUE;
113 fResult = (*pScreen->CreateWindow) (pWin);
125 return fResult;
135 Bool fResult = TRUE;
146 fResult = (*pScreen->DestroyWindow) (pWin);
155 return fResult;
169 Bool fResult = TRUE;
192 fResult = (*pScreen->PositionWindow) (pWin, x, y);
204 return fResult;
275 return fResult;
285 Bool fResult = TRUE;
295 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask);
302 return fResult;
313 Bool fResult = TRUE;
324 fResult = (*pScreen->UnrealizeWindow) (pWin);
333 return fResult;
344 Bool fResult = TRUE;
355 fResult = (*pScreen->RealizeWindow) (pWin);
368 return fResult;
1158 Bool fResult;
1213 fResult = (*pScreen->ModifyPixmapHeader) (pPixmap, width, height, depth, bitsPerPixel, devKind, pPixData);
1217 return fResult;