Home
last modified time | relevance | path

Searched refs:SkSurfaceProps (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/skia/include/core/
DSkSurfaceProps.h51 class SK_API SkSurfaceProps {
61 SkSurfaceProps();
62 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
64 SkSurfaceProps(const SkSurfaceProps&);
65 SkSurfaceProps& operator=(const SkSurfaceProps&);
67 SkSurfaceProps cloneWithPixelGeometry(SkPixelGeometry newPixelGeometry) const { in cloneWithPixelGeometry()
68 return SkSurfaceProps(fFlags, newPixelGeometry); in cloneWithPixelGeometry()
78 bool operator==(const SkSurfaceProps& that) const {
82 bool operator!=(const SkSurfaceProps& that) const {
DSkSurface.h72 const SkSurfaceProps* surfaceProps = nullptr);
75 const SkSurfaceProps* props = nullptr) {
106 void* context, const SkSurfaceProps* surfaceProps = nullptr);
129 const SkSurfaceProps* surfaceProps);
148 const SkSurfaceProps* props = nullptr) {
171 const SkSurfaceProps* surfaceProps = nullptr);
214 const SkSurfaceProps* surfaceProps,
248 const SkSurfaceProps* surfaceProps,
276 const SkSurfaceProps* surfaceProps);
305 const SkSurfaceProps* surfaceProps,
[all …]
/external/skqp/include/core/
DSkSurface.h71 const SkSurfaceProps* surfaceProps = nullptr);
100 void* context, const SkSurfaceProps* surfaceProps = nullptr);
124 const SkSurfaceProps* surfaceProps);
143 const SkSurfaceProps* props = nullptr) {
166 const SkSurfaceProps* surfaceProps = nullptr) {
203 const SkSurfaceProps* surfaceProps);
237 const SkSurfaceProps* surfaceProps);
275 const SkSurfaceProps* surfaceProps);
308 const SkSurfaceProps* surfaceProps,
335 const SkSurfaceProps* props) { in MakeRenderTarget()
[all …]
DSkSurfaceProps.h51 class SK_API SkSurfaceProps {
59 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
66 SkSurfaceProps(const SkSurfaceProps& other);
75 bool operator==(const SkSurfaceProps& that) const {
80 SkSurfaceProps();
DSkSurfaceCharacterization.h85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
104 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization()
130 const SkSurfaceProps& surfaceProps) { in set()
166 SkSurfaceProps fSurfaceProps;
197 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps()
200 SkSurfaceProps fSurfaceProps;
/external/skqp/src/image/
DSkSurface.cpp39 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
41 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps
43 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps
48 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
52 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps
59 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base()
63 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base()
134 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface()
142 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface()
299 GrSurfaceOrigin, const SkSurfaceProps*, bool) { in MakeRenderTarget() argument
[all …]
DSkSurface_Raster.cpp19 const SkSurfaceProps*);
20 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*);
72 const SkSurfaceProps* props) in SkSurface_Raster()
81 const SkSurfaceProps* props) in SkSurface_Raster()
167 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc()
182 const SkSurfaceProps* props) { in MakeRasterDirect()
187 const SkSurfaceProps* props) { in MakeRaster()
/external/skqp/src/core/
DSkSpecialImage.h49 const SkSurfaceProps& props() const { return fProps; } in props()
75 const SkSurfaceProps* = nullptr);
78 const SkSurfaceProps* = nullptr);
81 const SkSurfaceProps* = nullptr);
88 const SkSurfaceProps* = nullptr,
98 const SkSurfaceProps* props = nullptr) const;
151 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
154 const SkSurfaceProps fProps;
DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props()
68 const SkSurfaceProps* = nullptr);
75 const SkSurfaceProps* = nullptr);
85 const SkSurfaceProps* = nullptr);
88 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps*);
95 const SkSurfaceProps fProps;
DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault()
19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
DSkBitmapDevice.h56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&,
63 static SkBitmapDevice* Create(const SkImageInfo& info, const SkSurfaceProps& props) { in Create()
157 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
174 const SkSurfaceProps& surfaceProps) in SkBitmapDeviceFilteredSurfaceProps()
185 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator()
188 SkTLazy<SkSurfaceProps> fLazy;
189 SkSurfaceProps const * const fSurfaceProps;
DSkSpecialSurface.cpp16 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps* props) in SkSpecialSurface_Base()
44 const SkSurfaceProps* props) in SkSpecialSurface()
69 const SkSurfaceProps* props) in SkSpecialSurface_Raster()
95 const SkSurfaceProps* props) { in MakeFromBitmap()
103 const SkSurfaceProps* props) { in MakeRaster()
172 const SkSurfaceProps* props) { in MakeRenderTarget()
/external/skia/src/core/
DSkSpecialImage.h53 const SkSurfaceProps& props() const { return fProps; } in props()
76 const SkSurfaceProps&);
79 const SkSurfaceProps&);
82 const SkSurfaceProps&);
90 const SkSurfaceProps&,
101 const SkSurfaceProps&) const;
159 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps&);
162 const SkSurfaceProps fProps;
DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props()
65 const SkSurfaceProps&);
72 const SkSurfaceProps&);
82 const SkSurfaceProps&);
85 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps&);
92 const SkSurfaceProps fProps;
DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault()
16 return props ? *props : SkSurfaceProps(); in SkSurfacePropsCopyOrDefault()
21 kDMSAA_SkSurfacePropsPrivateFlag = SkSurfaceProps::kLast_Flag << 1
DSkBitmapDevice.h56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&,
63 static SkBitmapDevice* Create(const SkImageInfo& info, const SkSurfaceProps& props) { in Create()
154 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
171 const SkSurfaceProps& surfaceProps) in SkBitmapDeviceFilteredSurfaceProps()
182 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator()
185 SkTLazy<SkSurfaceProps> fLazy;
186 SkSurfaceProps const * const fSurfaceProps;
DSkStrikeSpec.h24 class SkSurfaceProps; variable
40 const SkSurfaceProps& surfaceProps,
48 const SkSurfaceProps& surfaceProps,
53 const SkSurfaceProps& surfaceProps,
76 const SkSurfaceProps& surfaceProps,
98 const SkSurfaceProps& surfaceProps,
DSkGlyphRunPainter.h56 SkGlyphRunListPainter(const SkSurfaceProps& props,
64 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorInfo&);
97 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType,
110 const SkSurfaceProps fDeviceProps;
112 const SkSurfaceProps fBitmapFallbackProps;
DSkSpecialSurface.cpp19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props) in SkSpecialSurface_Base()
45 const SkSurfaceProps& props) in SkSpecialSurface()
70 const SkSurfaceProps& props) in SkSpecialSurface_Raster()
96 const SkSurfaceProps& props) { in MakeFromBitmap()
104 const SkSurfaceProps& props) { in MakeRaster()
168 const SkSurfaceProps& props) { in MakeRenderTarget()
/external/skia/src/image/
DSkSurface.cpp19 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
21 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
25 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps&) = default;
26 SkSurfaceProps& SkSurfaceProps::operator=(const SkSurfaceProps&) = default;
30 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base()
34 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base()
160 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface()
168 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface()
389 int, GrSurfaceOrigin, const SkSurfaceProps*, bool) { in MakeRenderTarget() argument
401 const SkSurfaceProps*, in MakeFromBackendTexture() argument
[all …]
DSkSurface_Raster.cpp19 const SkSurfaceProps*);
20 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*);
63 const SkSurfaceProps* props) in SkSurface_Raster()
71 const SkSurfaceProps* props) in SkSurface_Raster()
155 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc()
170 const SkSurfaceProps* props) { in MakeRasterDirect()
175 const SkSurfaceProps* props) { in MakeRaster()
191 const SkSurfaceProps* surfaceProps) { in MakeRasterN32Premul()
/external/skia/tools/gpu/
DBackendSurfaceFactory.h18 class SkSurfaceProps; variable
28 const SkSurfaceProps* = nullptr);
38 const SkSurfaceProps* = nullptr);
46 const SkSurfaceProps* = nullptr);
55 const SkSurfaceProps* = nullptr);
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.h23 class SkSurfaceProps; variable
62 const SkSurfaceProps* props);
101 const SkSurfaceProps& props() const { return fProps; } in props()
115 explicit GrVkSecondaryCBDrawContext(sk_sp<SkGpuDevice>, const SkSurfaceProps*);
119 const SkSurfaceProps fProps;
/external/skqp/src/gpu/
DGrContextPriv.h53 const SkSurfaceProps* = nullptr);
62 const SkSurfaceProps* = nullptr);
73 const SkSurfaceProps* = nullptr);
79 const SkSurfaceProps* = nullptr);
86 const SkSurfaceProps* = nullptr);
89 const SkImageInfo&, const GrVkDrawableInfo&, const SkSurfaceProps* = nullptr);
239 const SkSurfaceProps* surfaceProps = nullptr,
256 const SkSurfaceProps* surfaceProps = nullptr,
/external/skia/tests/
DSpecialImageTest.cpp90 kPremul_SkAlphaType, SkSurfaceProps())); in test_image()
143 bm, SkSurfaceProps())); in DEF_TEST()
149 SkSurfaceProps())); in DEF_TEST()
168 SkSurfaceProps())); in test_specialimage_image()
174 SkSurfaceProps())); in test_specialimage_image()
203 SkSurfaceProps()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
215 SkSurfaceProps()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()

1234567891011