Home
last modified time | relevance | path

Searched refs:GetIsOpaque (Results 1 – 25 of 100) sorted by relevance

1234

/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkActor.cxx111 int vtkActor::GetIsOpaque() in GetIsOpaque() function in vtkActor
137 (this->Mapper == nullptr || this->Mapper->GetIsOpaque()); in GetIsOpaque()
166 if (this->GetIsOpaque() || in RenderOpaqueGeometry()
232 if (!this->GetIsOpaque()) in RenderTranslucentPolygonalGeometry()
296 return !this->GetIsOpaque(); in HasTranslucentPolygonalGeometry()
H A DvtkFollower.cxx192 if (this->GetIsOpaque()) in RenderOpaqueGeometry()
215 if (!this->GetIsOpaque()) in RenderTranslucentPolygonalGeometry()
248 return !this->GetIsOpaque(); in HasTranslucentPolygonalGeometry()
H A DvtkActor.h216 int GetIsOpaque();
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkActor.cxx108 int vtkActor::GetIsOpaque() in GetIsOpaque() function in vtkActor
129 (this->Mapper == NULL || this->Mapper->GetIsOpaque()); in GetIsOpaque()
158 if (this->GetIsOpaque() || in RenderOpaqueGeometry()
224 if (!this->GetIsOpaque()) in RenderTranslucentPolygonalGeometry()
288 return !this->GetIsOpaque(); in HasTranslucentPolygonalGeometry()
H A DvtkFollower.cxx192 if (this->GetIsOpaque()) in RenderOpaqueGeometry()
215 if (!this->GetIsOpaque()) in RenderTranslucentPolygonalGeometry()
248 return !this->GetIsOpaque(); in HasTranslucentPolygonalGeometry()
H A DvtkActor.h165 int GetIsOpaque();
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkCompositePolyDataMapper2.cxx109 bool vtkCompositePolyDataMapper2::GetIsOpaque() in GetIsOpaque() function in vtkCompositePolyDataMapper2
167 this->LastOpaqueCheckValue = this->Superclass::GetIsOpaque(); in GetIsOpaque()
H A DvtkPainterPolyDataMapper.h104 virtual bool GetIsOpaque();
H A DvtkCompositePolyDataMapper2.h47 virtual bool GetIsOpaque();
H A DvtkPainterPolyDataMapper.cxx401 bool vtkPainterPolyDataMapper::GetIsOpaque() in GetIsOpaque() function in vtkPainterPolyDataMapper
440 return this->Superclass::GetIsOpaque(); in GetIsOpaque()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmapRenderingContext.cpp171 (GetIsOpaque() ? gfxAlphaType::Opaque : gfxAlphaType::Premult); in GetSurfaceSnapshot()
184 bool ImageBitmapRenderingContext::GetIsOpaque() { return false; } in GetIsOpaque() function in mozilla::dom::ImageBitmapRenderingContext
H A DImageBitmapRenderingContext.h72 virtual bool GetIsOpaque() override;
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DImageBitmapRenderingContext.cpp197 (GetIsOpaque() ? gfxAlphaType::Opaque : gfxAlphaType::Premult); in GetSurfaceSnapshot()
217 bool ImageBitmapRenderingContext::GetIsOpaque() { return false; } in GetIsOpaque() function in mozilla::dom::ImageBitmapRenderingContext
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLPointGaussianMapper.h48 bool GetIsOpaque() override;
H A DvtkOpenGLActor.cxx64 bool opaque = (this->GetIsOpaque() != 0); in Render()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DImageBitmapRenderingContext.cpp171 (GetIsOpaque() ? gfxAlphaType::Opaque : gfxAlphaType::Premult); in GetSurfaceSnapshot()
187 bool ImageBitmapRenderingContext::GetIsOpaque() { return false; } in GetIsOpaque() function in mozilla::dom::ImageBitmapRenderingContext
H A DImageBitmapRenderingContext.h72 virtual bool GetIsOpaque() override;
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DImageBitmapRenderingContext.cpp172 (GetIsOpaque() ? gfxAlphaType::Opaque : gfxAlphaType::Premult); in GetSurfaceSnapshot()
188 bool ImageBitmapRenderingContext::GetIsOpaque() { return false; } in GetIsOpaque() function in mozilla::dom::ImageBitmapRenderingContext
H A DImageBitmapRenderingContext.h79 virtual bool GetIsOpaque() override;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DImageBitmapRenderingContext.cpp172 (GetIsOpaque() ? gfxAlphaType::Opaque : gfxAlphaType::Premult); in GetSurfaceSnapshot()
188 bool ImageBitmapRenderingContext::GetIsOpaque() { return false; } in GetIsOpaque() function in mozilla::dom::ImageBitmapRenderingContext
H A DImageBitmapRenderingContext.h79 virtual bool GetIsOpaque() override;
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkGenericCompositePolyDataMapper2.h52 virtual bool GetIsOpaque();
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkActor.h224 int GetIsOpaque();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageBitmapRenderingContext.h70 virtual bool GetIsOpaque() override;
/dports/www/firefox/firefox-99.0/dom/webgpu/
H A DCanvasContext.h73 bool GetIsOpaque() override { return true; } in GetIsOpaque() function

1234