Home
last modified time | relevance | path

Searched refs:GetBitmap (Results 1 – 25 of 2175) sorted by relevance

12345678910>>...87

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_boolean.cc104 GetBitmap(*out, 1).CopyFromInverted(GetBitmap(in, 1)); in Call()
133 ? GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)) in Call()
171 return GetBitmap(*out, 0).CopyFrom(GetBitmap(left, 0)), in Call()
172 GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
217 : GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
254 return GetBitmap(*out, 0).CopyFrom(GetBitmap(left, 0)), in Call()
255 GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
301 ? GetBitmap(*out, 1).CopyFromInverted(GetBitmap(left, 1)) in Call()
302 : GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
358 return GetBitmap(*out, 0).CopyFrom(GetBitmap(right, 0)), in Call()
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DToolBar.cpp87 wxBitmap bmp = wxArtProvider::GetBitmap(name, wxART_TOOLBAR, siz); in GetBitmap()
205 m_followIcon = GetBitmap(wxT("weather-clear"), in AddTools()
207 m_needsInformationIcon = GetBitmap(wxT("software-update-urgent"), in AddTools()
266 m_PlayButton = GetBitmap(wxT("media-playback-start"), in AddTools()
268 m_StopButton = GetBitmap(wxT("media-playback-stop"), in AddTools()
368 m_followIcon = GetBitmap(wxT("weather-clear"), in UpdateBitmaps()
370 m_needsInformationIcon = GetBitmap(wxT("software-update-urgent"), in UpdateBitmaps()
376 m_PlayButton = GetBitmap(wxT("media-playback-start"), in UpdateBitmaps()
378 m_StopButton = GetBitmap(wxT("media-playback-stop"), in UpdateBitmaps()
396 return GetBitmap(wxT("gtk-new"),gtk_new_svg_gz,gtk_new_svg_gz_len, siz); in GetNewBitmap()
[all …]
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/
H A DActionManager.py74 wx.ArtProvider.GetBitmap('PFS_PROJECT_NEW_24'),
80 wx.ArtProvider.GetBitmap('PFS_PROJECT_OPEN_24'),
84 wx.ArtProvider.GetBitmap('PFS_PROJECT_SAVE_24'),
94 wx.ArtProvider.GetBitmap('PFS_JOB_QUEUE_24'),
95 wx.ArtProvider.GetBitmap('PFS_JOB_QUEUE_D_24'),
109 wx.ArtProvider.GetBitmap('PFS_PROJECT_NEW_16'))
111 wx.ArtProvider.GetBitmap('PFS_PROJECT_NEW_16'))
119 wx.ArtProvider.GetBitmap('PFS_PROJECT_OPEN_16'))
142 wx.ArtProvider.GetBitmap('PFS_EXIT_16'))
155 wx.ArtProvider.GetBitmap('PFS_HELP_16'))
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_boolean.cc105 GetBitmap(*out, 1).CopyFromInverted(GetBitmap(in, 1)); in Call()
135 ? GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)) in Call()
183 GetBitmap(*out, 0).CopyFrom(GetBitmap(left, 0)); in Call()
185 GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
240 : GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
287 GetBitmap(*out, 0).CopyFrom(GetBitmap(left, 0)); in Call()
289 GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
345 ? GetBitmap(*out, 1).CopyFromInverted(GetBitmap(left, 1)) in Call()
346 : GetBitmap(*out, 1).CopyFrom(GetBitmap(left, 1)); in Call()
413 GetBitmap(*out, 0).CopyFrom(GetBitmap(right, 0)); in Call()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dimagelist.cpp359 bmp = il.GetBitmap(0);
367 bmp = il.GetBitmap(0);
375 bmp = il.GetBitmap(0);
383 bmp = il.GetBitmap(0);
391 bmp = il.GetBitmap(0);
399 bmp = il.GetBitmap(0);
407 bmp = il.GetBitmap(0);
415 bmp = il.GetBitmap(0);
423 bmp = il.GetBitmap(0);
431 bmp = il.GetBitmap(0);
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteart.cpp116 bmp = wxArtProvider::GetBitmap(wxART_FIND, client, size); in DoGetBitmap()
118 bmp = wxArtProvider::GetBitmap(wxART_LIST_VIEW, client, size); in DoGetBitmap()
120 bmp = wxArtProvider::GetBitmap(wxART_COPY, client, size); in DoGetBitmap()
122 bmp = wxArtProvider::GetBitmap(wxART_PRINT, client, size); in DoGetBitmap()
124 bmp = wxArtProvider::GetBitmap(wxART_FILE_SAVE, client, size); in DoGetBitmap()
126 bmp = wxArtProvider::GetBitmap(wxART_TIP, client, size); in DoGetBitmap()
128 bmp = wxArtProvider::GetBitmap(wxART_HELP_BOOK, client, size); in DoGetBitmap()
130 bmp = wxArtProvider::GetBitmap(wxART_HELP_SETTINGS, client, size); in DoGetBitmap()
183 … icon1.CopyFromBitmap(wxArtProvider::GetBitmap(wxART_STEDIT_APP, wxART_OTHER, wxSTESmallIconSize)); in GetDialogIconBundle()
184 icon2.CopyFromBitmap(wxArtProvider::GetBitmap(wxART_STEDIT_APP, wxART_OTHER, wxSTEIconSize)); in GetDialogIconBundle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dextension_icon_image_unittest.cc174 representation.GetBitmap(), in TEST_F()
191 representation.GetBitmap(), in TEST_F()
202 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.GetBitmap(), in TEST_F()
244 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.GetBitmap(), in TEST_F()
281 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.GetBitmap(), in TEST_F()
309 representation.GetBitmap(), in TEST_F()
319 representation.GetBitmap(), in TEST_F()
347 representation.GetBitmap(), in TEST_F()
357 representation.GetBitmap(), in TEST_F()
393 representation.GetBitmap(), in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dextension_icon_image_unittest.cc174 representation.GetBitmap(), in TEST_F()
191 representation.GetBitmap(), in TEST_F()
202 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.GetBitmap(), in TEST_F()
244 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.GetBitmap(), in TEST_F()
281 EXPECT_TRUE(gfx::BitmapsAreEqual(representation.GetBitmap(), in TEST_F()
309 representation.GetBitmap(), in TEST_F()
319 representation.GetBitmap(), in TEST_F()
347 representation.GetBitmap(), in TEST_F()
357 representation.GetBitmap(), in TEST_F()
393 representation.GetBitmap(), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_imagerenderer.cpp74 if (!m_Loader.GetBitmap()) in StartRenderDIBBase()
79 m_pDIBBase = m_Loader.GetBitmap(); in StartRenderDIBBase()
280 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawPatternImage()
306 bitmap_device2.GetBitmap()->Clear(0); in DrawPatternImage()
310 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
311 bitmap_device1.GetBitmap()->MultiplyAlpha(255); in DrawPatternImage()
336 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawMaskedImage()
356 bitmap_device2.GetBitmap()->Clear(0); in DrawMaskedImage()
362 bitmap_device1.GetBitmap(), bitmap_device2.GetBitmap(), rect.left, in DrawMaskedImage()
366 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawMaskedImage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_imagerenderer.cpp73 if (!m_Loader.GetBitmap()) in StartRenderDIBBase()
78 m_pDIBBase = m_Loader.GetBitmap(); in StartRenderDIBBase()
280 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawPatternImage()
306 bitmap_device2.GetBitmap()->Clear(0); in DrawPatternImage()
309 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawPatternImage()
310 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
311 bitmap_device1.GetBitmap()->MultiplyAlpha(255); in DrawPatternImage()
335 bitmap_device1.GetBitmap()->Clear(0xffffff); in DrawMaskedImage()
355 bitmap_device2.GetBitmap()->Clear(0); in DrawMaskedImage()
361 bitmap_device1.GetBitmap(), bitmap_device2.GetBitmap(), rect.left, in DrawMaskedImage()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/xrc/
H A Dxh_bmpbt.cpp46 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
56 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
58 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
60 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
62 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/xrc/
H A Dxh_bmpbt.cpp46 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
56 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
58 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
60 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
62 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/xrc/
H A Dxh_bmpbt.cpp46 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
56 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
58 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
60 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
62 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/xrc/
H A Dxh_bmpbt.cpp46 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
56 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
58 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
60 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
62 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/xrc/
H A Dxh_bmpbt.cpp45 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
55 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
57 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
59 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
61 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/xrc/
H A Dxh_bmpbt.cpp45 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
55 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
57 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
59 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
61 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/
H A Dgradient.cxx26 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupLinearGradient()
39 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupLinearGradientAngled()
52 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupLinearGradientBorder()
65 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupLinearGradientIntensity()
79 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupLinearGradientSteps()
92 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupAxialGradient()
104 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupRadialGradient()
118 return mpVirtualDevice->GetBitmap(maVDRectangle.TopLeft(), maVDRectangle.GetSize()); in setupRadialGradientOfs()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/xrc/
H A Dxh_bmpbt.cpp50 GetBitmap(wxT("bitmap"), wxART_BUTTON), in DoCreateResource()
62 button->SetBitmapSelected(GetBitmap(wxT("selected"))); in DoCreateResource()
64 button->SetBitmapFocus(GetBitmap(wxT("focus"))); in DoCreateResource()
66 button->SetBitmapDisabled(GetBitmap(wxT("disabled"))); in DoCreateResource()
68 button->SetBitmapHover(GetBitmap(wxT("hover"))); in DoCreateResource()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Ddcmemory.cpp53 m_window = m_selected.GetBitmap(); in DoSelect()
71 m_selected.GetBitmap() && in SetPen()
84 m_selected.GetBitmap() && in SetBrush()
98 m_selected.GetBitmap() && in SetBackground()
109 if ( m_selected.IsOk() && m_selected.GetBitmap() ) in SetTextForeground()
121 if (m_selected.IsOk() && m_selected.GetBitmap()) in SetTextBackground()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp54 m_window = m_selected.GetBitmap(); in DoSelect()
72 m_selected.GetBitmap() && in SetPen()
85 m_selected.GetBitmap() && in SetBrush()
99 m_selected.GetBitmap() && in SetBackground()
110 if ( m_selected.Ok() && m_selected.GetBitmap() ) in SetTextForeground()
122 if (m_selected.Ok() && m_selected.GetBitmap()) in SetTextBackground()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp54 m_window = m_selected.GetBitmap(); in DoSelect()
72 m_selected.GetBitmap() && in SetPen()
85 m_selected.GetBitmap() && in SetBrush()
99 m_selected.GetBitmap() && in SetBackground()
110 if ( m_selected.Ok() && m_selected.GetBitmap() ) in SetTextForeground()
122 if (m_selected.Ok() && m_selected.GetBitmap()) in SetTextBackground()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp54 m_window = m_selected.GetBitmap(); in DoSelect()
72 m_selected.GetBitmap() && in SetPen()
85 m_selected.GetBitmap() && in SetBrush()
99 m_selected.GetBitmap() && in SetBackground()
110 if ( m_selected.Ok() && m_selected.GetBitmap() ) in SetTextForeground()
122 if (m_selected.Ok() && m_selected.GetBitmap()) in SetTextBackground()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp54 m_window = m_selected.GetBitmap(); in DoSelect()
72 m_selected.GetBitmap() && in SetPen()
85 m_selected.GetBitmap() && in SetBrush()
99 m_selected.GetBitmap() && in SetBackground()
110 if ( m_selected.Ok() && m_selected.GetBitmap() ) in SetTextForeground()
122 if (m_selected.Ok() && m_selected.GetBitmap()) in SetTextBackground()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Ddcmemory.cpp53 m_window = m_selected.GetBitmap(); in DoSelect()
71 m_selected.GetBitmap() && in SetPen()
84 m_selected.GetBitmap() && in SetBrush()
98 m_selected.GetBitmap() && in SetBackground()
109 if ( m_selected.IsOk() && m_selected.GetBitmap() ) in SetTextForeground()
121 if (m_selected.IsOk() && m_selected.GetBitmap()) in SetTextBackground()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Ddcmemory.cpp53 m_window = m_selected.GetBitmap(); in DoSelect()
71 m_selected.GetBitmap() && in SetPen()
84 m_selected.GetBitmap() && in SetBrush()
98 m_selected.GetBitmap() && in SetBackground()
109 if ( m_selected.IsOk() && m_selected.GetBitmap() ) in SetTextForeground()
121 if (m_selected.IsOk() && m_selected.GetBitmap()) in SetTextBackground()

12345678910>>...87