Home
last modified time | relevance | path

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

/dports/deskutils/gworkspace/gworkspace-0.9.4/GWMetadata/MDKit/Resources/English.lproj/MDKCategoryControls.gorm/
H A Ddata.classes20 footBox,
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWMetadata/MDKit/Resources/English.lproj/MDKCategoryControls.gorm/
H A Ddata.classes20 footBox,
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWMetadata/MDKit/
H A DMDKResultsCategory.h63 IBOutlet NSBox *footBox; variable
H A DMDKResultsCategory.m105 footView = [[ControlsView alloc] initWithFrame: [footBox frame]];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWMetadata/MDKit/
H A DMDKResultsCategory.h63 IBOutlet NSBox *footBox; variable
H A DMDKResultsCategory.m105 footView = [[ControlsView alloc] initWithFrame: [footBox frame]];
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Drouting.cpp50 static const AABB footBox(-halfMicrostepSize, -halfMicrostepSize, 0, halfMicrostepSize, halfMicrost… variable
453 trace_t tr = RT_COMPLETEBOXTRACE_PASSAGE(mapTiles, Line(start, end), &footBox, list); in RT_CheckCell()
1016 …const trace_t tr = RT_COMPLETEBOXTRACE_PASSAGE(rtd->mapTiles, Line(start, end), &footBox, rtd->lis… in RT_MicroTrace()