Home
last modified time | relevance | path

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

12345678910>>...30

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkSurface.h43 const SkSurfaceProps* = nullptr);
143 const SkSurfaceProps*);
147 const SkSurfaceProps* props) { in MakeRenderTarget()
158 const SkSurfaceProps* props = NULL) {
169 const SkSurfaceProps* props) { in NewRaster()
180 const SkSurfaceProps* props) { in NewFromBackendTexture()
185 const SkSurfaceProps* props) { in NewWrappedRenderTarget()
377 const SkSurfaceProps& props() const { return fProps; } in props()
385 SkSurface(int width, int height, const SkSurfaceProps*);
386 SkSurface(const SkImageInfo&, const SkSurfaceProps*);
[all …]
H A 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);
76 SkSurfaceProps();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A 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&);
67 SkSurfaceProps& operator=(const SkSurfaceProps&);
76 bool operator==(const SkSurfaceProps& that) const {
80 bool operator!=(const SkSurfaceProps& that) const {
84 SkSurfaceProps();
H A DSkSurface.h122 const SkSurfaceProps* surfaceProps);
141 const SkSurfaceProps* props = nullptr) {
233 const SkSurfaceProps* surfaceProps,
321 const SkSurfaceProps* surfaceProps,
347 const SkSurfaceProps* surfaceProps)
380 const SkSurfaceProps* surfaceProps,
406 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
906 const SkSurfaceProps& props() const { return fProps; } in props()
1010 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
1011 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/image/
H A DSkSurface.cpp38 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps
42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps
47 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
51 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps
58 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base()
65 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base()
135 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface()
143 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface()
227 int, GrSurfaceOrigin, const SkSurfaceProps*) { in MakeRenderTarget() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkSurface.h113 const SkSurfaceProps* surfaceProps);
132 const SkSurfaceProps* props = nullptr) {
185 const SkSurfaceProps* surfaceProps);
244 const SkSurfaceProps* surfaceProps);
275 const SkSurfaceProps* surfaceProps);
361 const SkSurfaceProps* surfaceProps,
388 const SkSurfaceProps* props) { in MakeRenderTarget()
691 const SkSurfaceProps& props() const { return fProps; } in props()
771 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
772 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
H A 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();
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/image/
H A DSkSurface.cpp38 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps
40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps
42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps
47 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps
51 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps
58 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base()
62 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base()
125 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface()
133 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface()
289 const SkSurfaceProps*) { in MakeFromBackendTexture() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkSurfaceProps.h51 class SK_API SkSurfaceProps {
60 SkSurfaceProps();
61 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
63 SkSurfaceProps(const SkSurfaceProps&);
64 SkSurfaceProps& operator=(const SkSurfaceProps&);
73 bool operator==(const SkSurfaceProps& that) const {
77 bool operator!=(const SkSurfaceProps& that) const {
H A DSkSurface.h75 const SkSurfaceProps* props = nullptr) {
129 const SkSurfaceProps* surfaceProps);
148 const SkSurfaceProps* props = nullptr) {
248 const SkSurfaceProps* surfaceProps,
332 const SkSurfaceProps* surfaceProps)
365 const SkSurfaceProps* surfaceProps,
391 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
866 const SkSurfaceProps& props() const { return fProps; } in props()
1031 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
1032 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A 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 {
79 bool operator!=(const SkSurfaceProps& that) const {
83 SkSurfaceProps();
H A DSkSurface.h123 const SkSurfaceProps* surfaceProps);
142 const SkSurfaceProps* props = nullptr) {
211 const SkSurfaceProps* surfaceProps,
250 const SkSurfaceProps* surfaceProps,
354 const SkSurfaceProps* surfaceProps,
390 const SkSurfaceProps* surfaceProps,
417 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
928 const SkSurfaceProps& props() const { return fProps; } in props()
1029 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
1030 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A 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 {
79 bool operator!=(const SkSurfaceProps& that) const {
83 SkSurfaceProps();
H A DSkSurface.h123 const SkSurfaceProps* surfaceProps);
142 const SkSurfaceProps* props = nullptr) {
211 const SkSurfaceProps* surfaceProps,
250 const SkSurfaceProps* surfaceProps,
354 const SkSurfaceProps* surfaceProps,
390 const SkSurfaceProps* surfaceProps,
417 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
928 const SkSurfaceProps& props() const { return fProps; } in props()
1029 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
1030 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A 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 {
79 bool operator!=(const SkSurfaceProps& that) const {
83 SkSurfaceProps();
H A DSkSurface.h123 const SkSurfaceProps* surfaceProps);
142 const SkSurfaceProps* props = nullptr) {
211 const SkSurfaceProps* surfaceProps,
250 const SkSurfaceProps* surfaceProps,
354 const SkSurfaceProps* surfaceProps,
390 const SkSurfaceProps* surfaceProps,
417 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
928 const SkSurfaceProps& props() const { return fProps; } in props()
1029 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
1030 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A 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 {
79 bool operator!=(const SkSurfaceProps& that) const {
83 SkSurfaceProps();
H A DSkSurface.h123 const SkSurfaceProps* surfaceProps);
142 const SkSurfaceProps* props = nullptr) {
211 const SkSurfaceProps* surfaceProps,
250 const SkSurfaceProps* surfaceProps,
354 const SkSurfaceProps* surfaceProps,
390 const SkSurfaceProps* surfaceProps,
417 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget()
928 const SkSurfaceProps& props() const { return fProps; } in props()
1029 SkSurface(int width, int height, const SkSurfaceProps* surfaceProps);
1030 SkSurface(const SkImageInfo& imageInfo, const SkSurfaceProps* surfaceProps);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkSurfacePriv.h13 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault()
17 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
22 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType).pixelGeometry(); in SkSurfacePropsDefaultPixelGeometry()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/text/
H A DGrAtlasTextContext.h48 const SkMatrix& viewMatrix, const SkSurfaceProps&, const char text[],
51 const SkMatrix& viewMatrix, const SkSurfaceProps&, const char text[],
55 const SkMatrix& viewMatrix, const SkSurfaceProps&, const SkTextBlob*,
78 GrAtlasGlyphCache* fontCache, const SkSurfaceProps& props,
104 const SkSurfaceProps&,
115 const SkSurfaceProps&,
124 const SkSurfaceProps&,
132 const SkSurfaceProps&, const GrTextUtils::Paint& paint,
137 const SkSurfaceProps&, const GrTextUtils::Paint& paint,
143 const SkSurfaceProps&, const GrTextUtils::Paint& paint,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault()
19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
24 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType).pixelGeometry(); in SkSurfacePropsDefaultPixelGeometry()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkSpecialImage.h51 const SkSurfaceProps& props() const { return fProps; } in props()
78 const SkSurfaceProps* = nullptr);
81 const SkSurfaceProps* = nullptr);
84 const SkSurfaceProps* = nullptr);
92 const SkSurfaceProps* = nullptr,
103 const SkSurfaceProps* props = nullptr) const;
161 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
164 const SkSurfaceProps fProps;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkSpecialImage.h51 const SkSurfaceProps& props() const { return fProps; } in props()
78 const SkSurfaceProps* = nullptr);
81 const SkSurfaceProps* = nullptr);
84 const SkSurfaceProps* = nullptr);
92 const SkSurfaceProps* = nullptr,
103 const SkSurfaceProps* props = nullptr) const;
161 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
164 const SkSurfaceProps fProps;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkSpecialImage.h52 const SkSurfaceProps& props() const { return fProps; } in props()
79 const SkSurfaceProps* = nullptr);
82 const SkSurfaceProps* = nullptr);
85 const SkSurfaceProps* = nullptr);
93 const SkSurfaceProps* = nullptr,
104 const SkSurfaceProps* props = nullptr) const;
162 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
165 const SkSurfaceProps fProps;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkSpecialImage.h51 const SkSurfaceProps& props() const { return fProps; } in props()
78 const SkSurfaceProps* = nullptr);
81 const SkSurfaceProps* = nullptr);
84 const SkSurfaceProps* = nullptr);
92 const SkSurfaceProps* = nullptr,
103 const SkSurfaceProps* props = nullptr) const;
161 SkSpecialImage(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps*);
164 const SkSurfaceProps fProps;

12345678910>>...30