Home
last modified time | relevance | path

Searched refs:dx_left (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp337 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
391 dx_left = padding; in PlaceInternal()
429 dx_left = std::max(dx_left, phasorangleWidth); in PlaceInternal()
458 dx_left = std::max(dx_left, padding2); in PlaceInternal()
478 dx_left = std::max(dx_left, longdiv_width); in PlaceInternal()
493 dx_left = std::max(dx_left, bmLongdivChar.width); in PlaceInternal()
513 : &dx_left; in PlaceInternal()
556 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
644 dx_left - bmLongdivChar.width, in PlaceInternal()
650 ? dx_left + bmBase.width in PlaceInternal()
[all …]
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp340 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
394 dx_left = padding; in PlaceInternal()
432 dx_left = std::max(dx_left, phasorangleWidth); in PlaceInternal()
461 dx_left = std::max(dx_left, padding2); in PlaceInternal()
481 dx_left = std::max(dx_left, longdiv_width); in PlaceInternal()
496 dx_left = std::max(dx_left, bmLongdivChar.width); in PlaceInternal()
516 : &dx_left; in PlaceInternal()
559 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
647 dx_left - bmLongdivChar.width, in PlaceInternal()
653 ? dx_left + bmBase.width in PlaceInternal()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLmencloseFrame.cpp335 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
392 dx_left = padding; in PlaceInternal()
440 dx_left = std::max(dx_left, phasorangleWidth); in PlaceInternal()
469 dx_left = std::max(dx_left, padding2); in PlaceInternal()
489 dx_left = std::max(dx_left, longdiv_width); in PlaceInternal()
506 dx_left = std::max(dx_left, bmLongdivChar.width); 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()
579 std::max(mBoundingMetrics.width, dx_left + bmBase.rightBearing); in PlaceInternal()
661 mMathMLChar[mLongDivCharIndex].SetRect(nsRect(dx_left - in PlaceInternal()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp320 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
374 dx_left = padding; in PlaceInternal()
412 dx_left = std::max(dx_left, phasorangleWidth); in PlaceInternal()
441 dx_left = std::max(dx_left, padding2); in PlaceInternal()
461 dx_left = std::max(dx_left, longdiv_width); in PlaceInternal()
476 dx_left = std::max(dx_left, bmLongdivChar.width); 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()
625 dx_left - bmLongdivChar.width, in PlaceInternal()
631 (StyleVisibility()->mDirection ? dx_left + bmBase.width in PlaceInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp337 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
391 dx_left = padding; in PlaceInternal()
429 dx_left = std::max(dx_left, phasorangleWidth); in PlaceInternal()
458 dx_left = std::max(dx_left, padding2); in PlaceInternal()
478 dx_left = std::max(dx_left, longdiv_width); in PlaceInternal()
493 dx_left = std::max(dx_left, bmLongdivChar.width); in PlaceInternal()
513 : &dx_left; in PlaceInternal()
556 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
644 dx_left - bmLongdivChar.width, in PlaceInternal()
650 ? dx_left + bmBase.width in PlaceInternal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLmencloseFrame.cpp339 nscoord dx_left = 0, dx_right = 0; in PlaceInternal() local
393 dx_left = padding; in PlaceInternal()
431 dx_left = std::max(dx_left, phasorangleWidth); in PlaceInternal()
460 dx_left = std::max(dx_left, padding2); in PlaceInternal()
480 dx_left = std::max(dx_left, longdiv_width); in PlaceInternal()
495 dx_left = std::max(dx_left, bmLongdivChar.width); in PlaceInternal()
515 : &dx_left; in PlaceInternal()
558 dx_left = dx_right = std::max(dx_left, dx_right); in PlaceInternal()
646 dx_left - bmLongdivChar.width, in PlaceInternal()
652 ? dx_left + bmBase.width in PlaceInternal()
[all …]
/dports/games/julius/julius-1.7.0/src/map/
H A Droad_aqueduct.c53 int dx_left = map_grid_delta(-1, 0); in map_can_place_road_under_aqueduct() local
55 if (map_terrain_is(grid_offset + dx_left, TERRAIN_ROAD) || in map_can_place_road_under_aqueduct()
56 map_routing_distance(grid_offset + dx_left) > 0) { in map_can_place_road_under_aqueduct()
/dports/games/augustus/augustus-3.1.0/src/map/
H A Droad_aqueduct.c53 int dx_left = map_grid_delta(-1, 0); in map_can_place_road_under_aqueduct() local
55 if (map_terrain_is(grid_offset + dx_left, TERRAIN_ROAD) || in map_can_place_road_under_aqueduct()
56 map_routing_distance(grid_offset + dx_left) > 0) { in map_can_place_road_under_aqueduct()
/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
172 dx_left = fix_div(pi.dxl, d); in gri_per_umap_hscan()
234 x_left -= dx_left; in gri_per_umap_hscan()
273 if (dx_left > 0) { in gri_per_umap_hscan()
275 pi.xl = fix_cint(x_left + dx_left); in gri_per_umap_hscan()
277 pi.x = fix_fint(x_left + dx_left); 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
180 dx_left = fix_div(pi.dxl, d); in gri_lit_per_umap_hscan()
245 x_left -= dx_left; in gri_lit_per_umap_hscan()
293 if (dx_left > 0) { in gri_lit_per_umap_hscan()
295 pi.xl = fix_cint(x_left + dx_left); in gri_lit_per_umap_hscan()
297 pi.x = fix_fint(x_left + dx_left); in gri_lit_per_umap_hscan()
340 x_left += dx_left, x_right += dx_right; in gri_lit_per_umap_hscan()
/dports/graphics/azpainter/azpainter-2.1.7/src/image/
H A DTileImage_draw_brush.c891 double dsubadd,dadd,dx,dy,dx_left,dsumdiv,dtmp; in _drawbrush_point_shape() local
930 dx_left = (x1 - drawx) * dadd + dtmp; in _drawbrush_point_shape()
947 for(px = x1, dx = dx_left; px <= x2; px++, dx += dadd) in _drawbrush_point_shape()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dblock.c404 int dx_left = x-g->xpos; in Block_HitEdge() local
409 dx_left = abs(dx_left); in Block_HitEdge()
422 if (dx_left <= 10 && dx_left <= dy_top && dx_left <= 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
4937 dx_left = left_x - x_min; in getFloatsCurrentShifts()
6809 int dx_left; in renderBlockElementEnhanced() local
6811 flow->getFloatsCurrentShifts(dx_left, dx_right); in renderBlockElementEnhanced()
6815 if ( dx_left > 0 ) { in renderBlockElementEnhanced()
6816 adjusted_container_width -= dx_left; in renderBlockElementEnhanced()
6817 adjusted_forced_x_shift = dx_left; in renderBlockElementEnhanced()