Home
last modified time | relevance | path

Searched refs:fSurfaceProps (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/include/core/
H A DSkSurfaceCharacterization.h53 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
115 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
154 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
155 if (fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag) { in SkSurfaceCharacterization()
192 fSurfaceProps = surfaceProps; in set()
210 SkSurfaceProps fSurfaceProps; member in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
218 SkSurfaceCharacterization() : fSurfaceProps(0, kUnknown_SkPixelGeometry) { } in SkSurfaceCharacterization()
255 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
258 SkSurfaceProps fSurfaceProps; member in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::SkSurfaceCharacterization
/third_party/skia/src/core/
H A DSkSurfaceCharacterization.cpp61 fSurfaceProps == other.fSurfaceProps; in operator ==()
80 fIsProtected, fSurfaceProps); in createResized()
93 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createColorSpace()
108 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createBackendFormat()
128 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createFBO0()
H A DSkBitmapDevice.h174 : fSurfaceProps((kN32_SkColorType != bitmap.colorType() || !paint.isSrcOver()) in SkBitmapDeviceFilteredSurfaceProps()
184 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator ()()
188 SkSurfaceProps const * const fSurfaceProps; member in SkBitmapDeviceFilteredSurfaceProps
H A DSkDevice.h52 return fSurfaceProps; in surfaceProps()
459 const SkSurfaceProps fSurfaceProps; member in SkBaseDevice
H A DSkDevice.cpp40 , fSurfaceProps(surfaceProps) { in SkBaseDevice()
/third_party/skia/tools/sk_app/
H A DDisplayParams.h21 , fSurfaceProps(0, kRGB_H_SkPixelGeometry) in DisplayParams()
31 SkSurfaceProps fSurfaceProps; member
H A DGLWindowContext.cpp77 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
H A DDawnWindowContext.cpp82 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
H A DVulkanWindowContext.cpp369 colorType, fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in createBuffers()
377 fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in createBuffers()
/third_party/skia/tools/viewer/
H A DViewer.cpp396 displayParams.fSurfaceProps = SkSurfaceProps( in fPerspectiveMode()
397 displayParams.fSurfaceProps.flags() | SkSurfaceProps::kDynamicMSAA_Flag, in fPerspectiveMode()
398 displayParams.fSurfaceProps.pixelGeometry()); in fPerspectiveMode()
542 uint32_t flags = params.fSurfaceProps.flags(); in fPerspectiveMode()
543 SkPixelGeometry defaultPixelGeometry = fDisplay.fSurfaceProps.pixelGeometry(); in fPerspectiveMode()
544 if (!fDisplayOverrides.fSurfaceProps.fPixelGeometry) { in fPerspectiveMode()
545 fDisplayOverrides.fSurfaceProps.fPixelGeometry = true; in fPerspectiveMode()
546 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in fPerspectiveMode()
548 switch (params.fSurfaceProps.pixelGeometry()) { in fPerspectiveMode()
550 params.fSurfaceProps in fPerspectiveMode()
[all...]
H A DViewer.h137 SkSurfacePropsFields fSurfaceProps; member
/third_party/skia/src/gpu/v1/
H A DPathRenderer.h90 const SkSurfaceProps* fSurfaceProps; member
103 SkASSERT(fSurfaceProps); in validate()
H A DSurfaceDrawContext.cpp301 , fSurfaceProps(surfaceProps)
303 (fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag) &&
334 fContext->priv().getSDFTControl(fSurfaceProps.isUseDeviceIndependentFonts()); in drawGlyphRunListNoCache()
364 fSurfaceProps, in drawGlyphRunListWithCache()
929 canDrawArgs.fSurfaceProps = &fSurfaceProps; in stencilPath()
1633 canDrawArgs.fSurfaceProps = &fSurfaceProps; in drawAndStencilPath()
1809 canDrawArgs.fSurfaceProps = &fSurfaceProps; in drawShapeUsingPathRenderer()
[all...]
H A DSurfaceDrawContext_v1.h599 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
604 return fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag; in alwaysAntialias()
704 const SkSurfaceProps fSurfaceProps; member in skgpu::v1::final
H A DPathRenderer.cpp57 canArgs.fSurfaceProps = &args.fSurfaceDrawContext->surfaceProps(); in drawPath()
H A DStencilMaskHelper.cpp434 canDrawArgs.fSurfaceProps = &fSDC->surfaceProps(); in drawPath()
/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp72 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) in SurfaceParameters()
145 set(fSurfaceProps, SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry)); in modify()
148 set(fSurfaceProps, SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
202 fOrigin, fSurfaceProps, fShouldCreateMipMaps, in createCharacterization()
247 &fSurfaceProps); in make()
268 &fSurfaceProps); in make()
279 &fSurfaceProps); in make()
311 return GrVkSecondaryCBDrawContext::Make(dContext, imageInfo, vkInfo, &fSurfaceProps); in makeVkSCB()
325 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp157 kRGBA_8888_SkColorType, fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in setupSurfaces()
162 fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in setupSurfaces()
/third_party/skia/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()
/third_party/skia/src/gpu/ops/
H A DTriangulatingPathRenderer.cpp580 if (args.fSurfaceProps->flags() & SkSurfaceProps::kDynamicMSAA_Flag) { in onCanDrawPath()

Completed in 20 milliseconds