Home
last modified time | relevance | path

Searched refs:BitBlt (Results 1 – 25 of 1533) sorted by relevance

12345678910>>...62

/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
59 /* BitBlt or StretchBlt? */
61 if (!BitBlt (dst->dc,
81 * RGB OVER RGB -> BitBlt (same as SOURCE)
82 - * RGB OVER ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and no…
95 * RGB SOURCE RGB -> BitBlt
96 - * RGB SOURCE ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and …
99 * ARGB SOURCE ARGB -> BitBlt
100 * ARGB SOURCE RGB -> BitBlt
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
59 /* BitBlt or StretchBlt? */
61 if (!BitBlt (dst->dc,
81 * RGB OVER RGB -> BitBlt (same as SOURCE)
82 - * RGB OVER ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and no…
95 * RGB SOURCE RGB -> BitBlt
96 - * RGB SOURCE ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and …
99 * ARGB SOURCE ARGB -> BitBlt
100 * ARGB SOURCE RGB -> BitBlt
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
59 /* BitBlt or StretchBlt? */
61 if (!BitBlt (dst->dc,
81 * RGB OVER RGB -> BitBlt (same as SOURCE)
82 - * RGB OVER ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and no…
95 * RGB SOURCE RGB -> BitBlt
96 - * RGB SOURCE ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and …
99 * ARGB SOURCE ARGB -> BitBlt
100 * ARGB SOURCE RGB -> BitBlt
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
59 /* BitBlt or StretchBlt? */
61 if (!BitBlt (dst->dc,
81 * RGB OVER RGB -> BitBlt (same as SOURCE)
82 - * RGB OVER ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and no…
95 * RGB SOURCE RGB -> BitBlt
96 - * RGB SOURCE ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and …
99 * ARGB SOURCE ARGB -> BitBlt
100 * ARGB SOURCE RGB -> BitBlt
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
59 /* BitBlt or StretchBlt? */
61 if (!BitBlt (dst->dc,
81 * RGB OVER RGB -> BitBlt (same as SOURCE)
82 - * RGB OVER ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and no…
95 * RGB SOURCE RGB -> BitBlt
96 - * RGB SOURCE ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and …
99 * ARGB SOURCE ARGB -> BitBlt
100 * ARGB SOURCE RGB -> BitBlt
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/
H A Dgdi-RGB24-ARGB32.patch8 summary: Bug 788794. Use BitBlt to do SOURCE and OVER from RGB24 to ARGB32. r=nical
59 /* BitBlt or StretchBlt? */
61 if (!BitBlt (dst->dc,
81 * RGB OVER RGB -> BitBlt (same as SOURCE)
82 - * RGB OVER ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and no…
95 * RGB SOURCE RGB -> BitBlt
96 - * RGB SOURCE ARGB -> UNSUPPORTED (AlphaBlend treats this as a BitBlt, even with SCA 255 and …
99 * ARGB SOURCE ARGB -> BitBlt
100 * ARGB SOURCE RGB -> BitBlt
/dports/editors/lazarus/lazarus/components/lclextensions/include/win32/
H A Dlclext.inc15 Windows.BitBlt(MaskDC,0,0,Width,Height,BitmapDC,0,0,SRCCOPY);
37 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
38 Windows.BitBlt(DestDC, X, Y, Width, Height, MaskDC, XSrc, YSrc, SRCAND);
39 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
47 Result := Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCCOPY);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/win32/
H A Dlclext.inc15 Windows.BitBlt(MaskDC,0,0,Width,Height,BitmapDC,0,0,SRCCOPY);
37 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
38 Windows.BitBlt(DestDC, X, Y, Width, Height, MaskDC, XSrc, YSrc, SRCAND);
39 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
47 Result := Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCCOPY);
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/win32/
H A Dlclext.inc15 Windows.BitBlt(MaskDC,0,0,Width,Height,BitmapDC,0,0,SRCCOPY);
37 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
38 Windows.BitBlt(DestDC, X, Y, Width, Height, MaskDC, XSrc, YSrc, SRCAND);
39 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
47 Result := Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCCOPY);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/win32/
H A Dlclext.inc15 Windows.BitBlt(MaskDC,0,0,Width,Height,BitmapDC,0,0,SRCCOPY);
37 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
38 Windows.BitBlt(DestDC, X, Y, Width, Height, MaskDC, XSrc, YSrc, SRCAND);
39 Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCINVERT);
47 Result := Windows.BitBlt(DestDC, X, Y, Width, Height, SrcDC, XSrc, YSrc, SRCCOPY);
/dports/graphics/libimg/Img-1.4.12/pixmap/
H A DpixmapWin.c190 BitBlt(bitmapDC, 0, 0, w, h, dc, 0, 0, SRCCOPY); in TkimgXpmRealizePixmap()
203 BitBlt(bitmapDC, 0, 0, w, h, maskDC, 0, 0, SRCAND); in TkimgXpmRealizePixmap()
204 BitBlt(maskDC, 0, 0, w, h, maskDC, 0, 0, NOTSRCCOPY); in TkimgXpmRealizePixmap()
283 BitBlt(destDC, dest_x, dest_y, width, height, maskDC, src_x, src_y, in CopyTransparent()
285 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y, in CopyTransparent()
288 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y, in CopyTransparent()
/dports/graphics/libmng/libmng-1.0.10/contrib/msvc/mngview/
H A DMain.cpp171 BitBlt( hdc, 0, 0, rcRect.right, rcRect.bottom, MemDC, 0, 0, BLACKNESS ); in WindowProc()
178 BitBlt( hdc, 0, 0, rcRect.right, (0+dy), MemDC, 0, 0, BLACKNESS ); in WindowProc()
180 BitBlt( hdc, 0, (0+dy)+H, rcRect.right, rcRect.bottom - ((0+dy)+H), MemDC, 0, 0, BLACKNESS ); in WindowProc()
182 BitBlt( hdc, 0, 0, (0+dx), rcRect.bottom, MemDC, 0, 0, BLACKNESS ); in WindowProc()
184 BitBlt( hdc, (0+dx)+W, 0, rcRect.right, rcRect.bottom, MemDC, 0, 0, BLACKNESS ); in WindowProc()
187 BitBlt( hdc, dx, dy, W, H, MemDC, 0, 0, SRCCOPY ); in WindowProc()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/additions/
H A DimgWinPmap.c191 BitBlt(bitmapDC, 0, 0, w, h, dc, 0, 0, SRCCOPY);
204 BitBlt(bitmapDC, 0, 0, w, h, maskDC, 0, 0, SRCAND);
205 BitBlt(maskDC, 0, 0, w, h, maskDC, 0, 0, NOTSRCCOPY);
286 BitBlt(destDC, dest_x, dest_y, width, height, maskDC, src_x, src_y,
288 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y,
291 BitBlt(destDC, dest_x, dest_y, width, height, srcDC, src_x, src_y,
/dports/games/xnethack/xNetHack-xnh6.1/win/win32/
H A DNetHackW.c391 BitBlt(hdcObject, 0, 0, width, height, hdcSave, 0, 0, SRCCOPY); in _nhapply_image_transparent()
398 BitBlt(hdcBack, 0, 0, width, height, hdcObject, 0, 0, NOTSRCCOPY); in _nhapply_image_transparent()
401 BitBlt(hdcMem, 0, 0, width, height, hDC, x, y, SRCCOPY); in _nhapply_image_transparent()
404 BitBlt(hdcMem, 0, 0, width, height, hdcObject, 0, 0, SRCAND); in _nhapply_image_transparent()
407 BitBlt(hdcSave, 0, 0, width, height, hdcBack, 0, 0, SRCAND); in _nhapply_image_transparent()
410 BitBlt(hdcMem, 0, 0, width, height, hdcSave, 0, 0, SRCPAINT); in _nhapply_image_transparent()
413 BitBlt(hDC, x, y, width, height, hdcMem, 0, 0, SRCCOPY); in _nhapply_image_transparent()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/win32/
H A DNetHackW.c391 BitBlt(hdcObject, 0, 0, width, height, hdcSave, 0, 0, SRCCOPY); in _nhapply_image_transparent()
398 BitBlt(hdcBack, 0, 0, width, height, hdcObject, 0, 0, NOTSRCCOPY); in _nhapply_image_transparent()
401 BitBlt(hdcMem, 0, 0, width, height, hDC, x, y, SRCCOPY); in _nhapply_image_transparent()
404 BitBlt(hdcMem, 0, 0, width, height, hdcObject, 0, 0, SRCAND); in _nhapply_image_transparent()
407 BitBlt(hdcSave, 0, 0, width, height, hdcBack, 0, 0, SRCAND); in _nhapply_image_transparent()
410 BitBlt(hdcMem, 0, 0, width, height, hdcSave, 0, 0, SRCPAINT); in _nhapply_image_transparent()
413 BitBlt(hDC, x, y, width, height, hdcMem, 0, 0, SRCCOPY); in _nhapply_image_transparent()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/win32/
H A DNetHackW.c391 BitBlt(hdcObject, 0, 0, width, height, hdcSave, 0, 0, SRCCOPY); in _nhapply_image_transparent()
398 BitBlt(hdcBack, 0, 0, width, height, hdcObject, 0, 0, NOTSRCCOPY); in _nhapply_image_transparent()
401 BitBlt(hdcMem, 0, 0, width, height, hDC, x, y, SRCCOPY); in _nhapply_image_transparent()
404 BitBlt(hdcMem, 0, 0, width, height, hdcObject, 0, 0, SRCAND); in _nhapply_image_transparent()
407 BitBlt(hdcSave, 0, 0, width, height, hdcBack, 0, 0, SRCAND); in _nhapply_image_transparent()
410 BitBlt(hdcMem, 0, 0, width, height, hdcSave, 0, 0, SRCPAINT); in _nhapply_image_transparent()
413 BitBlt(hDC, x, y, width, height, hdcMem, 0, 0, SRCCOPY); in _nhapply_image_transparent()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dw32g_subwin3.c868 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
920 BitBlt ( hdc, rc1.left, rc1.top, rc1.right - rc1.left, rc1.bottom - rc1.top,
1141 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1168 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1193 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1248 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1318 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1343 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1368 BitBlt ( hdc, lprc->left, lprc->top, vol, lprc->bottom - lprc->top,
1406 BitBlt(hdc, lprc->left, lprc->top,
[all …]

12345678910>>...62