Home
last modified time | relevance | path

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

12

/external/skqp/include/core/
DSkSurfaceCharacterization.h49 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
116 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
151 fSurfaceProps = surfaceProps; in set()
166 SkSurfaceProps fSurfaceProps; variable
173 SkSurfaceCharacterization() : fSurfaceProps(0, kUnknown_SkPixelGeometry) { } in SkSurfaceCharacterization()
197 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
200 SkSurfaceProps fSurfaceProps;
/external/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()
184 fSurfaceProps = surfaceProps; in set()
202 SkSurfaceProps fSurfaceProps; variable
209 SkSurfaceCharacterization() : fSurfaceProps(0, kUnknown_SkPixelGeometry) { } in SkSurfaceCharacterization()
246 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
249 SkSurfaceProps fSurfaceProps;
/external/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.h172 : fSurfaceProps((kN32_SkColorType != bitmap.colorType() || !paint.isSrcOver()) in SkBitmapDeviceFilteredSurfaceProps()
182 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator()
186 SkSurfaceProps const * const fSurfaceProps; variable
/external/skqp/src/core/
DSkSurfaceCharacterization.cpp33 fSurfaceProps == other.fSurfaceProps; in operator ==()
50 fVulkanSecondaryCBCompatible, fSurfaceProps); in createResized()
DSkBitmapDevice.h175 : fSurfaceProps((kN32_SkColorType != bitmap.colorType() || !paint.isSrcOver()) in SkBitmapDeviceFilteredSurfaceProps()
185 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator()
189 SkSurfaceProps const * const fSurfaceProps; variable
DSkDevice.h41 return fSurfaceProps; in surfaceProps()
379 const SkSurfaceProps fSurfaceProps; variable
/external/skqp/tools/sk_app/
DDisplayParams.h21 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in DisplayParams()
28 SkSurfaceProps fSurfaceProps; member
DGLWindowContext.cpp76 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
/external/skia/tools/sk_app/
DDisplayParams.h21 , fSurfaceProps(0, kRGB_H_SkPixelGeometry) in DisplayParams()
31 SkSurfaceProps fSurfaceProps; member
DGLWindowContext.cpp77 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
DMetalWindowContext.mm129 &fDisplayParams.fSurfaceProps,
146 &fDisplayParams.fSurfaceProps);
DDawnWindowContext.cpp82 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
/external/skia/tools/viewer/
DViewer.cpp383 displayParams.fSurfaceProps = SkSurfaceProps(
384 displayParams.fSurfaceProps.flags() | kDMSAA_SkSurfacePropsPrivateFlag,
385 displayParams.fSurfaceProps.pixelGeometry());
529 uint32_t flags = params.fSurfaceProps.flags(); in __anonbb003f131602()
530 SkPixelGeometry defaultPixelGeometry = fDisplay.fSurfaceProps.pixelGeometry(); in __anonbb003f131602()
531 if (!fDisplayOverrides.fSurfaceProps.fPixelGeometry) { in __anonbb003f131602()
532 fDisplayOverrides.fSurfaceProps.fPixelGeometry = true; in __anonbb003f131602()
533 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in __anonbb003f131602()
535 switch (params.fSurfaceProps.pixelGeometry()) { in __anonbb003f131602()
537 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry); in __anonbb003f131602()
[all …]
/external/skqp/tools/viewer/
DViewer.cpp330 uint32_t flags = params.fSurfaceProps.flags(); in __anon4982b52a1002()
333 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in __anon4982b52a1002()
335 switch (params.fSurfaceProps.pixelGeometry()) { in __anon4982b52a1002()
337 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry); in __anon4982b52a1002()
340 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_H_SkPixelGeometry); in __anon4982b52a1002()
343 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_V_SkPixelGeometry); in __anon4982b52a1002()
346 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_V_SkPixelGeometry); in __anon4982b52a1002()
349 … params.fSurfaceProps = SkSurfaceProps(flags, SkSurfaceProps::kLegacyFontHost_InitType); in __anon4982b52a1002()
434 uint32_t flags = params.fSurfaceProps.flags(); in __anon4982b52a1302()
436 params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.pixelGeometry()); in __anon4982b52a1302()
[all …]
/external/skia/src/gpu/
DGrPathRenderer.h87 const SkSurfaceProps* fSurfaceProps; member
100 SkASSERT(fSurfaceProps); in validate()
DGrSurfaceDrawContext.h638 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
644 return fSurfaceProps.flags() & kDMSAA_SkSurfacePropsPrivateFlag; in alwaysAntialias()
733 const SkSurfaceProps fSurfaceProps; variable
DGrSurfaceDrawContext.cpp301 , fSurfaceProps(surfaceProps)
303 (fSurfaceProps.flags() & kDMSAA_SkSurfacePropsPrivateFlag) &&
359 fContext->priv().getSDFTControl(fSurfaceProps.isUseDeviceIndependentFonts()); in drawGlyphRunListNoCache()
390 fSurfaceProps, in drawGlyphRunListWithCache()
928 canDrawArgs.fSurfaceProps = &fSurfaceProps; in stencilPath()
1620 canDrawArgs.fSurfaceProps = &fSurfaceProps; in drawAndStencilPath()
1783 canDrawArgs.fSurfaceProps = &fSurfaceProps; in drawShapeUsingPathRenderer()
DGrPathRenderer.cpp54 canArgs.fSurfaceProps = &args.fRenderTargetContext->surfaceProps(); in drawPath()
/external/skqp/tests/
DDeferredDisplayListTest.cpp268 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) in SurfaceParameters()
307 fSurfaceProps = SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry); in modify()
310 fSurfaceProps = SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
344 fOrigin, fSurfaceProps, fShouldCreateMipMaps, in createCharacterization()
389 fColorType, fColorSpace, &fSurfaceProps); in make()
403 fColorSpace, &fSurfaceProps); in make()
407 fColorSpace, &fSurfaceProps); in make()
437 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/external/skia/tests/
DDeferredDisplayListTest.cpp74 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) in SurfaceParameters()
147 set(fSurfaceProps, SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry)); in modify()
150 set(fSurfaceProps, SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
204 fOrigin, fSurfaceProps, fShouldCreateMipMaps, in createCharacterization()
249 &fSurfaceProps); in make()
270 &fSurfaceProps); in make()
281 &fSurfaceProps); in make()
313 return GrVkSecondaryCBDrawContext::Make(dContext, imageInfo, vkInfo, &fSurfaceProps); in makeVkSCB()
327 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/external/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp157 kRGBA_8888_SkColorType, fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in setupSurfaces()
162 fDisplayParams.fColorSpace, &fDisplayParams.fSurfaceProps); in setupSurfaces()
/external/skqp/src/gpu/
DGrRenderTargetContext.h386 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
518 SkSurfaceProps fSurfaceProps; variable
/external/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()

12