Searched refs:nTopY (Results 1 – 3 of 3) sorted by relevance
/dports/games/scummvm/scummvm-2.5.1/engines/icb/ |
H A D | graphic_prims_pc.cpp | 1114 int32 nTopY, nBottomY, nSlope, nSpanTopY, nSpanBottomY; in General_poly_draw_24_32() local 1145 nTopY = (int32)ceil(fTopY); in General_poly_draw_24_32() 1149 if (nBottomY == nTopY) in General_poly_draw_24_32() 1222 for (x = nTopY; x < nBottomY; ++x) { in General_poly_draw_24_32() 1245 for (x = nTopY; x < nBottomY; ++x) { in General_poly_draw_24_32()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/ |
H A D | printfun.cxx | 2333 long nTopY = nFrameStartY - nOneY; in PrintPage() local 2344 pDev->DrawRect( tools::Rectangle( nLeftX, nTopY, nRightX, nBottomY ) ); in PrintPage()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/ |
H A D | printfun.cxx | 2365 tools::Long nTopY = nFrameStartY - nOneY; in PrintPage() local 2376 pDev->DrawRect( tools::Rectangle( nLeftX, nTopY, nRightX, nBottomY ) ); in PrintPage()
|