Searched refs:bestSize (Results 1 – 2 of 2) sorted by relevance
414 XcursorDim bestSize = 0; in _XcursorFindBestSize() local425 if (!bestSize || dist (thisSize, size) < dist (bestSize, size)) in _XcursorFindBestSize()427 bestSize = thisSize; in _XcursorFindBestSize()430 else if (thisSize == bestSize) in _XcursorFindBestSize()434 return bestSize; in _XcursorFindBestSize()527 XcursorDim bestSize; in XcursorXcFileLoadImages() local538 bestSize = _XcursorFindBestSize (fileHeader, (XcursorDim) size, &nsize); in XcursorXcFileLoadImages()539 if (!bestSize) in XcursorXcFileLoadImages()552 toc = _XcursorFindImageToc (fileHeader, bestSize, n); in XcursorXcFileLoadImages()
1666 int32 bestSize = SizeForDownScale (bestScale); in DownScale() local1714 Abs_int32 (bestSize - (int32) prefSize)) in DownScale()1717 bestSize = testSize; in DownScale()1746 Abs_int32 (bestSize - (int32) prefSize)) in DownScale()1749 bestSize = testSize; in DownScale()