Home
last modified time | relevance | path

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

/dports/games/julius/julius-1.7.0/src/map/
H A Droad_aqueduct.c54 int dx_right = map_grid_delta(1, 0); in map_can_place_road_under_aqueduct() local
59 if (map_terrain_is(grid_offset + dx_right, TERRAIN_ROAD) || in map_can_place_road_under_aqueduct()
60 map_routing_distance(grid_offset + dx_right) > 0) { in map_can_place_road_under_aqueduct()
/dports/games/augustus/augustus-3.1.0/src/map/
H A Droad_aqueduct.c54 int dx_right = map_grid_delta(1, 0); in map_can_place_road_under_aqueduct() local
59 if (map_terrain_is(grid_offset + dx_right, TERRAIN_ROAD) || in map_can_place_road_under_aqueduct()
60 map_routing_distance(grid_offset + dx_right) > 0) { in map_can_place_road_under_aqueduct()
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp337 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
396 dx_right = padding; in PlaceInternal()
443 dx_right = std::max(dx_right, arrowHeadSize); in PlaceInternal()
459 dx_right = std::max(dx_right, padding2); in PlaceInternal()
512 ? &dx_right in PlaceInternal()
556 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
561 mBoundingMetrics.width = dx_left + bmBase.width + dx_right; in PlaceInternal()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp340 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
399 dx_right = padding; in PlaceInternal()
446 dx_right = std::max(dx_right, arrowHeadSize); in PlaceInternal()
462 dx_right = std::max(dx_right, padding2); in PlaceInternal()
515 ? &dx_right in PlaceInternal()
559 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
564 mBoundingMetrics.width = dx_left + bmBase.width + dx_right; in PlaceInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLmencloseFrame.cpp335 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
399 dx_right = padding; in PlaceInternal()
454 dx_right = std::max(dx_right, arrowHeadSize); in PlaceInternal()
470 dx_right = std::max(dx_right, padding2); in PlaceInternal()
524 nscoord *dx_leading = StyleVisibility()->mDirection ? &dx_right : &dx_left; in PlaceInternal()
570 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
575 mBoundingMetrics.width = dx_left + bmBase.width + dx_right; in PlaceInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp320 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
379 dx_right = padding; in PlaceInternal()
426 dx_right = std::max(dx_right, arrowHeadSize); in PlaceInternal()
442 dx_right = std::max(dx_right, padding2); in PlaceInternal()
494 nscoord* dx_leading = StyleVisibility()->mDirection ? &dx_right : &dx_left; in PlaceInternal()
537 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
542 mBoundingMetrics.width = dx_left + bmBase.width + dx_right; in PlaceInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp337 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
396 dx_right = padding; in PlaceInternal()
443 dx_right = std::max(dx_right, arrowHeadSize); in PlaceInternal()
459 dx_right = std::max(dx_right, padding2); in PlaceInternal()
512 ? &dx_right in PlaceInternal()
556 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
561 mBoundingMetrics.width = dx_left + bmBase.width + dx_right; in PlaceInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp339 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
398 dx_right = padding; in PlaceInternal()
445 dx_right = std::max(dx_right, arrowHeadSize); in PlaceInternal()
461 dx_right = std::max(dx_right, padding2); in PlaceInternal()
514 ? &dx_right in PlaceInternal()
558 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
563 mBoundingMetrics.width = dx_left + bmBase.width + dx_right; in PlaceInternal()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8p.c58 fix dx_left, dx_right; in gri_per_umap_hscan() local
211 dx_right = fix_div(pi.dxr, d); in gri_per_umap_hscan()
235 x_right -= dx_right; in gri_per_umap_hscan()
280 if (dx_right > 0) { in gri_per_umap_hscan()
282 pi.xr = fix_cint(x_right + dx_right); in gri_per_umap_hscan()
284 pi.xr0 = fix_fint(x_right + dx_right); in gri_per_umap_hscan()
309 x_left += dx_left, x_right += dx_right; in gri_per_umap_hscan()
H A Dfl8lp.c58 fix dx_left, dx_right; in gri_lit_per_umap_hscan() local
222 dx_right = fix_div(pi.dxr, d); in gri_lit_per_umap_hscan()
246 x_right -= dx_right; in gri_lit_per_umap_hscan()
300 if (dx_right > 0) { in gri_lit_per_umap_hscan()
302 pi.xr = fix_cint(x_right + dx_right); in gri_lit_per_umap_hscan()
304 pi.xr0 = fix_fint(x_right + dx_right); in gri_lit_per_umap_hscan()
340 x_left += dx_left, x_right += dx_right; in gri_lit_per_umap_hscan()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dblock.c405 int dx_right = x-(g->xpos + g->u.block.gwidth); in Block_HitEdge() local
410 dx_right = abs(dx_right); in Block_HitEdge()
424 else if (dx_right <= 10 && dx_right <= dy_top && dx_right <= dy_bottom) in Block_HitEdge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/
H A DTODO18 - configure should provide dx_left, dx_right, dy_top, dy_bottom, or
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/qrcode-0.12.0/src/
H A Dcanvas.rs217 let (dx_left, dx_right) = if x >= 0 { (-3, 4) } else { (-4, 3) }; in draw_finder_pattern_at()
220 for i in dx_left..=dx_right { in draw_finder_pattern_at()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvrend.cpp4923 void getFloatsCurrentShifts( int & dx_left, int & dx_right, int h=0 ) { in getFloatsCurrentShifts() argument
4938 dx_right = x_max - right_x; in getFloatsCurrentShifts()
6810 int dx_right; in renderBlockElementEnhanced() local
6811 flow->getFloatsCurrentShifts(dx_left, dx_right); in renderBlockElementEnhanced()
6812 if ( dx_right > 0 ) { in renderBlockElementEnhanced()
6813 adjusted_container_width -= dx_right; in renderBlockElementEnhanced()