Home
last modified time | relevance | path

Searched refs:fSurfaceProps (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/include/core/
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; variable
218 SkSurfaceCharacterization() : fSurfaceProps(0, kUnknown_SkPixelGeometry) { } in SkSurfaceCharacterization()
255 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
258 SkSurfaceProps fSurfaceProps;
/third_party/flutter/skia/include/core/
DSkSurfaceCharacterization.h49 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
86 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
123 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
159 fSurfaceProps = surfaceProps; in set()
176 SkSurfaceProps fSurfaceProps; variable
183 SkSurfaceCharacterization() : fSurfaceProps(0, kUnknown_SkPixelGeometry) { } in SkSurfaceCharacterization()
207 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
210 SkSurfaceProps fSurfaceProps;
/third_party/skia/src/core/
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()
DSkBitmapDevice.h171 : fSurfaceProps((kN32_SkColorType != bitmap.colorType() || !paint.isSrcOver()) in SkBitmapDeviceFilteredSurfaceProps()
181 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator()
185 SkSurfaceProps const * const fSurfaceProps; variable
/third_party/flutter/skia/src/core/
DSkSurfaceCharacterization.cpp45 fSurfaceProps == other.fSurfaceProps; in operator ==()
62 fVulkanSecondaryCBCompatible, fIsProtected, fSurfaceProps); in createResized()
DSkBitmapDevice.h176 : fSurfaceProps((kN32_SkColorType != bitmap.colorType() || !paint.isSrcOver()) in SkBitmapDeviceFilteredSurfaceProps()
186 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator()
190 SkSurfaceProps const * const fSurfaceProps; variable
/third_party/flutter/skia/tools/sk_app/
DDisplayParams.h21 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in DisplayParams()
29 SkSurfaceProps fSurfaceProps; member
DMetalWindowContext.mm98 &fDisplayParams.fSurfaceProps);
108 &fDisplayParams.fSurfaceProps);
DGLWindowContext.cpp76 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
DDawnWindowContext.cpp75 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
/third_party/skia/tools/sk_app/
DDisplayParams.h21 , fSurfaceProps(0, kRGB_H_SkPixelGeometry) in DisplayParams()
31 SkSurfaceProps fSurfaceProps; member
DMetalWindowContext.mm128 &fDisplayParams.fSurfaceProps,
145 &fDisplayParams.fSurfaceProps);
DGLWindowContext.cpp77 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
DDawnWindowContext.cpp82 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
/third_party/skia/tools/viewer/
DViewer.cpp396 displayParams.fSurfaceProps = SkSurfaceProps(
397 displayParams.fSurfaceProps.flags() | SkSurfaceProps::kDynamicMSAA_Flag,
398 displayParams.fSurfaceProps.pixelGeometry());
542 uint32_t flags = params.fSurfaceProps.flags(); in __anond302c07f1602()
543 SkPixelGeometry defaultPixelGeometry = fDisplay.fSurfaceProps.pixelGeometry(); in __anond302c07f1602()
544 if (!fDisplayOverrides.fSurfaceProps.fPixelGeometry) { in __anond302c07f1602()
545 fDisplayOverrides.fSurfaceProps.fPixelGeometry = true; in __anond302c07f1602()
546 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in __anond302c07f1602()
548 switch (params.fSurfaceProps.pixelGeometry()) { in __anond302c07f1602()
550 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry); in __anond302c07f1602()
[all …]
/third_party/flutter/skia/tools/viewer/
DViewer.cpp426 uint32_t flags = params.fSurfaceProps.flags(); in __anonc1308d941302()
429 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in __anonc1308d941302()
431 switch (params.fSurfaceProps.pixelGeometry()) { in __anonc1308d941302()
433 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry); in __anonc1308d941302()
436 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_H_SkPixelGeometry); in __anonc1308d941302()
439 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_V_SkPixelGeometry); in __anonc1308d941302()
442 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_V_SkPixelGeometry); in __anonc1308d941302()
445 … params.fSurfaceProps = SkSurfaceProps(flags, SkSurfaceProps::kLegacyFontHost_InitType); in __anonc1308d941302()
513 uint32_t flags = params.fSurfaceProps.flags(); in __anonc1308d941602()
515 params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.pixelGeometry()); in __anonc1308d941602()
[all …]
/third_party/skia/src/gpu/v1/
DPathRenderer.h90 const SkSurfaceProps* fSurfaceProps; member
103 SkASSERT(fSurfaceProps); in validate()
DSurfaceDrawContext_v1.h598 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
603 return fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag; in alwaysAntialias()
701 const SkSurfaceProps fSurfaceProps; variable
DSurfaceDrawContext.cpp299 , fSurfaceProps(surfaceProps)
301 (fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag) &&
332 fContext->priv().getSDFTControl(fSurfaceProps.isUseDeviceIndependentFonts()); in drawGlyphRunListNoCache()
362 fSurfaceProps, in drawGlyphRunListWithCache()
927 canDrawArgs.fSurfaceProps = &fSurfaceProps; in stencilPath()
1631 canDrawArgs.fSurfaceProps = &fSurfaceProps; in drawAndStencilPath()
1807 canDrawArgs.fSurfaceProps = &fSurfaceProps; in drawShapeUsingPathRenderer()
DPathRenderer.cpp57 canArgs.fSurfaceProps = &args.fSurfaceDrawContext->surfaceProps(); in drawPath()
/third_party/flutter/skia/tests/
DDeferredDisplayListTest.cpp69 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) in SurfaceParameters()
117 fSurfaceProps = SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry); in modify()
120 fSurfaceProps = SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
161 fOrigin, fSurfaceProps, fShouldCreateMipMaps, in createCharacterization()
207 &fSurfaceProps); in make()
228 fColorSpace, &fSurfaceProps); in make()
232 fColorSpace, &fSurfaceProps); in make()
258 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/third_party/skia/tests/
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/
DD3D12WindowContext_win.cpp157 kRGBA_8888_SkColorType, fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in setupSurfaces()
162 fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in setupSurfaces()
/third_party/flutter/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()
/third_party/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()

12