Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dxcursor.c409 XcursorDim thisSize; in _XcursorFindBestSize() local
418 thisSize = fileHeader->tocs[n].subtype; in _XcursorFindBestSize()
419 if (!bestSize || dist (thisSize, size) < dist (bestSize, size)) in _XcursorFindBestSize()
421 bestSize = thisSize; in _XcursorFindBestSize()
424 else if (thisSize == bestSize) in _XcursorFindBestSize()
437 XcursorDim thisSize; in _XcursorFindImageToc() local
446 thisSize = fileHeader->tocs[toc].subtype; in _XcursorFindImageToc()
447 if (thisSize != size) in _XcursorFindImageToc()