Searched refs:ScreenBox (Results 1 – 5 of 5) sorted by relevance
41 …std::vector<Feature> queryRenderedFeatures(const ScreenBox& box, const RenderedQueryOptions& optio…43 AnnotationIDs queryPointAnnotations(const ScreenBox& box) const;44 AnnotationIDs queryShapeAnnotations(const ScreenBox& box) const;
44 std::vector<Feature> Renderer::queryRenderedFeatures(const ScreenBox& box, const RenderedQueryOptio… in queryRenderedFeatures()57 AnnotationIDs Renderer::queryPointAnnotations(const ScreenBox& box) const { in queryPointAnnotations()64 AnnotationIDs Renderer::queryShapeAnnotations(const ScreenBox& box) const { in queryShapeAnnotations()
1192 BoxRec ScreenBox; in xf86InitFBManager() local1195 ScreenBox.x1 = 0; in xf86InitFBManager()1196 ScreenBox.y1 = 0; in xf86InitFBManager()1197 ScreenBox.x2 = pScrn->virtualX; in xf86InitFBManager()1198 ScreenBox.y2 = pScrn->virtualY; in xf86InitFBManager()1200 if ((FullBox->x1 > ScreenBox.x1) || (FullBox->y1 > ScreenBox.y1) || in xf86InitFBManager()1201 (FullBox->x2 < ScreenBox.x2) || (FullBox->y2 < ScreenBox.y2)) { in xf86InitFBManager()1210 RegionInit(&ScreenRegion, &ScreenBox, 1); in xf86InitFBManager()
22 using ScreenBox = mapbox::geometry::box<double>; typedef
151343 i830_driver.c:2317: warning: the address of 'ScreenBox' will always