Home
last modified time | relevance | path

Searched defs:tile_area (Results 1 – 16 of 16) sorted by relevance

/dports/science/fastjet/fastjet-3.3.4/include/fastjet/
H A DRectangularGrid.hh70 virtual double tile_area(int /* itile */) const {return mean_tile_area();} in tile_area() function in TilingBase
135 virtual double tile_area(int /* itile */) const FASTJET_OVERRIDE { in tile_area() function in RectangularGrid
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dcachebuffer.cc178 …VipsRect tile_area = { threads[t].x, threads[t].y, PF_CACHE_BUFFER_TILE_SIZE, PF_CACHE_BUFFER_TILE… in step() local
300 VipsRect tile_area = { x0, y0, PF_CACHE_BUFFER_TILE_SIZE, PF_CACHE_BUFFER_TILE_SIZE }; in step_cb() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter-tile.cpp46 Geom::Rect tile_area = slot.get_primitive_area(_input); in render_cairo() local
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Dsampler.cc459 …VipsRect tile_area = { sampler_x-sampler_size/2, sampler_y-sampler_size/2, sampler_size, sampler_s… in update() local
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_iff.c231 ILushort tile_area; in iLoadIffInternal() local
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dbigmap.cpp247 MapTipPosition BigMap::map_tip_position(LwRectangle tile_area) in map_tip_position()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_shader.cc271 SkScalar tile_area = in GetRasterizationTileRect() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_shader.cc271 SkScalar tile_area = in GetRasterizationTileRect() local
/dports/x11-wm/muffin/muffin-4.8.0/src/core/
H A Dwindow.c3875 MetaRectangle tile_area; in meta_window_can_tile_side_by_side() local
3897 MetaRectangle tile_area; in meta_window_can_tile_top_bottom() local
3919 MetaRectangle tile_area; in meta_window_can_tile_corner() local
10502 MetaRectangle *tile_area, in meta_window_get_tile_threshold_area_for_mode()
10584 MetaRectangle *tile_area) in meta_window_get_current_tile_area()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmesh.c1479 const float tile_area = GRID_FSIZE * GRID_FSIZE; in mesh_get_pressure() local
/dports/games/openttd/openttd-12.1/src/
H A Dstation_cmd.cpp866 static CommandCost CheckFlatLandRailStation(TileArea tile_area, DoCommandFlag flags, Axis axis, Sta… in CheckFlatLandRailStation()
952 static CommandCost CheckFlatLandRoadStop(TileArea tile_area, DoCommandFlag flags, uint invalid_dirs… in CheckFlatLandRoadStop()
H A Dindustry_cmd.cpp1641 TileArea tile_area = TileArea(tile, 1, 1).Expand(dmax); in CheckIfFarEnoughFromConflictingIndustry() local
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dwindow.c2794 MetaRectangle tile_area; in meta_window_can_tile_side_by_side() local
8192 MetaRectangle *tile_area) in meta_window_get_current_tile_area()
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Dwindow.c2748 MetaRectangle tile_area; in meta_window_can_tile() local
8177 MetaRectangle *tile_area) in meta_window_get_current_tile_area()
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dwindow.c3258 MetaRectangle tile_area; in meta_window_can_tile_side_by_side() local
6800 MetaRectangle *tile_area) in meta_window_get_tile_area()
/dports/science/fastjet/fastjet-3.3.4/pyinterface/
H A Dfastjet.py4394 def tile_area(self, arg2): member in TilingBase
4520 def tile_area(self, arg2): member in RectangularGrid