Home
last modified time | relevance | path

Searched defs:hbr (Results 1 – 25 of 126) sorted by relevance

123456

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dhatchbrush.c167 draw_horizontal_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_horizontal_hatch()
189 draw_vertical_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_vertical_hatch()
259 draw_cross_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_cross_hatch()
315 draw_percent_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_percent_hatch()
683 draw_zigzag_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_zigzag_hatch()
709 draw_wave_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_wave_hatch()
789 draw_weave_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_weave_hatch()
898 draw_divot_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_divot_hatch()
960 draw_shingle_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_shingle_hatch()
1012 draw_sphere_hatch (cairo_surface_t *hatch, GpHatch *hbr) in draw_sphere_hatch()
[all …]
H A Dhatchbrush-private.h43 #define gdip_hatch_get_width(hbr) (hatches_const[hbr->hatchStyle][0]) argument
44 #define gdip_hatch_get_height(hbr) (hatches_const[hbr->hatchStyle][1]) argument
45 #define gdip_hatch_get_line_width(hbr) (hatches_const[hbr->hatchStyle][2]) argument
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/
H A DTestChecksum.java94 HFileBlock.FSReader hbr = new HFileBlock.FSReaderImpl( in testNewBlocksHaveDefaultChecksum() local
125 HFileBlock.FSReader hbr = new HFileBlock.FSReaderImpl( in testAllChecksumTypes() local
189 HFileBlock.FSReader hbr = new FSReaderImplTest(is, totalSize, fs, path, meta); in testChecksumCorruptionInternals() local
314 HFileBlock.FSReader hbr = new HFileBlock.FSReaderImpl(new FSDataInputStreamWrapper( in testChecksumInternals() local
H A DTestHFileBlock.java316 HFileBlock.FSReader hbr = new HFileBlock.FSReaderImpl(is, totalSize, meta); in testReaderV2Internals() local
415 HFileBlock.FSReaderImpl hbr = new HFileBlock.FSReaderImpl(is, totalSize, meta); in testInternals() local
543 HFileBlock.FSReader hbr = new HFileBlock.FSReaderImpl(is, totalSize, meta); in testPreviousOffsetInternals() local
645 private final HFileBlock.FSReader hbr; field in TestHFileBlock.BlockReaderThread
651 HFileBlock.FSReader hbr, List<Long> offsets, List<BlockType> types, in BlockReaderThread()
728 HFileBlock.FSReader hbr = new HFileBlock.FSReaderImpl(is, fileSize, meta); in testConcurrentReadingInternals() local
H A DTestHFileEncryption.java99 private long readAndVerifyBlock(long pos, HFileContext ctx, HFileBlock.FSReaderImpl hbr, int size) in readAndVerifyBlock()
145 HFileBlock.FSReaderImpl hbr = new HFileBlock.FSReaderImpl(is, totalSize, fileContext); in testDataBlockEncryption() local
H A DTestHFileBlockCompatibility.java199 HFileBlock.FSReader hbr = in testReaderV2() local
294 … HFileBlock.FSReaderImpl hbr = new HFileBlock.FSReaderImpl(new FSDataInputStreamWrapper(is), in testDataBlockEncoding() local
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DWinspoolTest.java49 HANDLEByReference hbr = new HANDLEByReference(); in setUp() local
112 HANDLEByReference hbr = new HANDLEByReference(); in testOpenPrinter() local
H A DWinspoolUtilTest.java53 WinNT.HANDLEByReference hbr = new WinNT.HANDLEByReference(); in setUp() local
/dports/games/lincity/lincity-1.13.1/
H A Dlcwin32.c231 HBRUSH hbr, hbrOld; in Fgl_setpixel() local
293 HBRUSH hbr, hbrOld; in Fgl_hline() local
351 HBRUSH hbr, hbrOld; in Fgl_line() local
491 HBRUSH hbr, hbrOld; in Fgl_fillbox() local
503 HBRUSH hbr, hbrOld; in Fgl_fillbox() local
635 HBRUSH hbr, hbrOld; in init_icon_pixmap() local
H A Dwinmain.c897 HBRUSH hbr, hbrOld; in CreateDDB() local
953 HBRUSH hbr, hbrOld; in ResizeDDB() local
1030 HBRUSH hbr, hbrOld; in DoSquareMouse() local
/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvfiles.cpp106 static HBRUSH hbr ; in PovLegalDialogProc() local
/dports/games/xpilot/xpilot-4.5.5/src/server/NT/
H A DConfigDlg.cpp137 HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); in OnCtlColor() local
/dports/x11-toolkits/blt/blt2.5/generic/
H A Dmissing.h10 #define DeleteBrush(hbr) DeleteObject((HGDIOBJ)(HBRUSH)(hbr)) argument
25 #define SelectBrush(hdc, hbr) ((HBRUSH)SelectObject((hdc), (HGDIOBJ)(HBRUSH)(hbr))) argument
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Downerdrw.cpp55 AutoHBRUSH hbr(wxColourToPalRGB(colBack)); in OnDrawItem() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Downerdrw.cpp64 AutoHBRUSH hbr(wxColourToPalRGB(colBack)); in OnDrawItem() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Downerdrw.cpp64 AutoHBRUSH hbr(wxColourToPalRGB(colBack)); in OnDrawItem() local
/dports/security/putty/putty-0.76/windows/
H A Dsizetip.c26 HBRUSH hbr; in SizeTipWndProc() local
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dsizetip.c26 HBRUSH hbr; in SizeTipWndProc() local
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dtestcox.c26 int hbr[256] , nperc,ibot,itop,sum ; in main() local
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/demo/
H A Ddemomarquee.cpp82 FancyRect* hbr; member in FaceEngineDemo::Marquee::Private
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Main/
H A DMyDialog1.cpp233 HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); in OnCtlColor() local
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkgc-win32.c820 HBRUSH hbr; in gdk_win32_hdc_get() local
940 HGDIOBJ hbr = NULL; in gdk_win32_hdc_release() local
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dnotebook.cpp938 HBRUSH hbr = (HBRUSH)m_hbrBackground; in OnPaint() local
940 HBRUSH hbr = 0; in OnPaint() local
1303 HBRUSH hbr = GetHbrushOf(brush); in MSWPrintChild() local
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dnotebook.cpp938 HBRUSH hbr = (HBRUSH)m_hbrBackground; in OnPaint() local
940 HBRUSH hbr = 0; in OnPaint() local
1303 HBRUSH hbr = GetHbrushOf(brush); in MSWPrintChild() local
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dnotebook.cpp938 HBRUSH hbr = (HBRUSH)m_hbrBackground; in OnPaint() local
940 HBRUSH hbr = 0; in OnPaint() local
1303 HBRUSH hbr = GetHbrushOf(brush); in MSWPrintChild() local

123456