Home
last modified time | relevance | path

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

12

/external/skia/include/core/
DSkSurfaceCharacterization.h49 , fSurfaceProps(0, kUnknown_SkPixelGeometry) { in SkSurfaceCharacterization()
85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
117 , fSurfaceProps(surfaceProps) { in SkSurfaceCharacterization()
152 fSurfaceProps = surfaceProps; in set()
167 SkSurfaceProps fSurfaceProps; variable
174 SkSurfaceCharacterization() : fSurfaceProps(0, kUnknown_SkPixelGeometry) { } in SkSurfaceCharacterization()
198 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
201 SkSurfaceProps fSurfaceProps;
/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/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
DSkDevice.cpp37 , fSurfaceProps(surfaceProps) in SkBaseDevice()
DSkGlyphRunPainter.cpp993 fallbackPaint, fallbackFont, fSurfaceProps, fFallbackMatrix, in operator ()()
1002 const SkSurfaceProps& fSurfaceProps; member
/external/skia/src/core/
DSkSurfaceCharacterization.cpp33 fSurfaceProps == other.fSurfaceProps; in operator ==()
50 fVulkanSecondaryCBCompatible, fSurfaceProps); in createResized()
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; variable
DSkDevice.h41 return fSurfaceProps; in surfaceProps()
376 const SkSurfaceProps fSurfaceProps; variable
DSkDevice.cpp37 , fSurfaceProps(surfaceProps) in SkBaseDevice()
/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(SkSurfaceProps::kLegacyFontHost_InitType) in DisplayParams()
28 SkSurfaceProps fSurfaceProps; member
DGLWindowContext.cpp76 &fDisplayParams.fSurfaceProps); in getBackbufferSurface()
DMetalWindowContext.mm80 &fDisplayParams.fSurfaceProps);
DVulkanWindowContext.cpp348 &fDisplayParams.fSurfaceProps); in createBuffers()
/external/skqp/tools/viewer/
DViewer.cpp330 uint32_t flags = params.fSurfaceProps.flags(); in __anon567afbe31002()
333 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in __anon567afbe31002()
335 switch (params.fSurfaceProps.pixelGeometry()) { in __anon567afbe31002()
337 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry); in __anon567afbe31002()
340 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_H_SkPixelGeometry); in __anon567afbe31002()
343 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_V_SkPixelGeometry); in __anon567afbe31002()
346 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_V_SkPixelGeometry); in __anon567afbe31002()
349 … params.fSurfaceProps = SkSurfaceProps(flags, SkSurfaceProps::kLegacyFontHost_InitType); in __anon567afbe31002()
434 uint32_t flags = params.fSurfaceProps.flags(); in __anon567afbe31302()
436 params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.pixelGeometry()); in __anon567afbe31302()
[all …]
/external/skia/tools/viewer/
DViewer.cpp351 uint32_t flags = params.fSurfaceProps.flags(); in __anonc7f885cc1002()
354 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry); in __anonc7f885cc1002()
356 switch (params.fSurfaceProps.pixelGeometry()) { in __anonc7f885cc1002()
358 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry); in __anonc7f885cc1002()
361 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_H_SkPixelGeometry); in __anonc7f885cc1002()
364 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_V_SkPixelGeometry); in __anonc7f885cc1002()
367 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_V_SkPixelGeometry); in __anonc7f885cc1002()
370 … params.fSurfaceProps = SkSurfaceProps(flags, SkSurfaceProps::kLegacyFontHost_InitType); in __anonc7f885cc1002()
455 uint32_t flags = params.fSurfaceProps.flags(); in __anonc7f885cc1302()
457 params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.pixelGeometry()); in __anonc7f885cc1302()
[all …]
/external/skia/tests/
DDeferredDisplayListTest.cpp64 , fSurfaceProps(0x0, kUnknown_SkPixelGeometry) in SurfaceParameters()
100 fSurfaceProps = SkSurfaceProps(0x0, kRGB_H_SkPixelGeometry); in modify()
103 fSurfaceProps = SkSurfaceProps(SkSurfaceProps::kUseDeviceIndependentFonts_Flag, in modify()
138 fOrigin, fSurfaceProps, fShouldCreateMipMaps, in createCharacterization()
182 fColorType, fColorSpace, &fSurfaceProps); in make()
196 fColorSpace, &fSurfaceProps); in make()
200 fColorSpace, &fSurfaceProps); in make()
229 SkSurfaceProps fSurfaceProps; member in SurfaceParameters
/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/skqp/src/gpu/
DGrRenderTargetContext.h386 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
518 SkSurfaceProps fSurfaceProps; variable
/external/skia/src/gpu/
DGrRenderTargetContext.h429 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps()
554 SkSurfaceProps fSurfaceProps; variable
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()
/external/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()

12