Home
last modified time | relevance | path

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

/third_party/wayland_standard/cursor/
Dxcursor.c414 XcursorDim bestSize = 0; in _XcursorFindBestSize() local
425 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() local
538 bestSize = _XcursorFindBestSize (fileHeader, (XcursorDim) size, &nsize); in XcursorXcFileLoadImages()
539 if (!bestSize) in XcursorXcFileLoadImages()
552 toc = _XcursorFindImageToc (fileHeader, bestSize, n); in XcursorXcFileLoadImages()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_mosaic_info.cpp1666 int32 bestSize = SizeForDownScale (bestScale); in DownScale() local
1714 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()