Home
last modified time | relevance | path

Searched defs:search_rect (Results 1 – 11 of 11) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/vector/rtree/docs/
H A Dtest.c30 struct Rect search_rect = { variable
/dports/graphics/qgis/qgis-3.22.3/external/rtree/tests/
H A DTest.cpp41 Rect search_rect(6, 4, 10, 6); // search will find above rects that this one overlaps variable
H A DTestBadData.cpp79 Rect search_rect(6, 4, 10, 6); in main() local
/dports/graphics/qgis-ltr/qgis-3.16.16/external/rtree/tests/
H A DTest.cpp41 Rect search_rect(6, 4, 10, 6); // search will find above rects that this one overlaps variable
H A DTestBadData.cpp79 Rect search_rect(6, 4, 10, 6); in main() local
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4MapScript.cpp424 C4Rect search_rect; in FnLayerFindPosition() local
589 bool C4MapScriptLayer::FindPos(const C4Rect &search_rect, const C4MapScriptMatTexMask &col_mask, in… in FindPos()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaptree.c815 void msFilterTreeSearch(shapefileObj *shp, ms_bitarray status, rectObj search_rect) in msFilterTreeSearch()
H A Dmapquery.c737 rectObj search_rect; in msQueryByFilter() local
/dports/databases/grass7/grass-7.8.6/lib/vector/rtree/
H A Drtree.h172 rt_search_fn *search_rect; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dcontents_view.cc699 const gfx::Rect search_rect = in UpdateYPositionAndOpacity() local
/dports/games/openttd/openttd-12.1/src/
H A Dviewport.cpp1344 Rect search_rect{ dpi->left, dpi->top, dpi->left + dpi->width, dpi->top + dpi->height }; in ViewportAddKdtreeSigns() local
2154 Rect search_rect{ x - 1, y - 1, x + 1, y + 1 }; in CheckClickOnViewportSign() local