/third_party/skia/include/core/ |
H A D | SkSurfaceCharacterization.h | 53 , 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 D | SkSurfaceCharacterization.cpp | 61 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 D | SkBitmapDevice.h | 174 : 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 D | SkDevice.h | 52 return fSurfaceProps; in surfaceProps() 459 const SkSurfaceProps fSurfaceProps; member in SkBaseDevice
|
H A D | SkDevice.cpp | 40 , fSurfaceProps(surfaceProps) { in SkBaseDevice()
|
/third_party/skia/tools/sk_app/ |
H A D | DisplayParams.h | 21 , fSurfaceProps(0, kRGB_H_SkPixelGeometry) in DisplayParams() 31 SkSurfaceProps fSurfaceProps; member
|
H A D | GLWindowContext.cpp | 77 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
|
H A D | DawnWindowContext.cpp | 82 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
|
H A D | VulkanWindowContext.cpp | 369 colorType, fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in createBuffers() 377 fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in createBuffers()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 396 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 D | Viewer.h | 137 SkSurfacePropsFields fSurfaceProps; member
|
/third_party/skia/src/gpu/v1/ |
H A D | PathRenderer.h | 90 const SkSurfaceProps* fSurfaceProps; member 103 SkASSERT(fSurfaceProps); in validate()
|
H A D | SurfaceDrawContext.cpp | 301 , 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 D | SurfaceDrawContext_v1.h | 599 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 D | PathRenderer.cpp | 57 canArgs.fSurfaceProps = &args.fSurfaceDrawContext->surfaceProps(); in drawPath()
|
H A D | StencilMaskHelper.cpp | 434 canDrawArgs.fSurfaceProps = &fSDC->surfaceProps(); in drawPath()
|
/third_party/skia/tests/ |
H A D | DeferredDisplayListTest.cpp | 72 , 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 D | D3D12WindowContext_win.cpp | 157 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 D | RasterWindowContext_unix.cpp | 57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()
|
/third_party/skia/src/gpu/ops/ |
H A D | TriangulatingPathRenderer.cpp | 580 if (args.fSurfaceProps->flags() & SkSurfaceProps::kDynamicMSAA_Flag) { in onCanDrawPath()
|