HomeSort by relevance Sort by last modified time
    Searched refs:SkSurfaceProps (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/src/core/
SkSurfacePriv.h 11 #include "SkSurfaceProps.h"
15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) {
19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType);
SkSpecialSurface.h 13 #include "SkSurfaceProps.h"
35 const SkSurfaceProps& props() const { return fProps; }
68 const SkSurfaceProps* = nullptr);
75 const SkSurfaceProps* = nullptr);
85 const SkSurfaceProps* = nullptr);
88 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps*);
95 const SkSurfaceProps fProps;
SkSpecialImage.h 13 #include "SkSurfaceProps.h"
49 const SkSurfaceProps& props() const { return fProps; }
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;
SkGlyphRunPainter.h 14 #include "SkSurfaceProps.h"
42 SkGlyphRunListPainter(const SkSurfaceProps& props,
50 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorSpaceInfo&);
74 const SkSurfaceProps& props,
84 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType,
112 const SkSurfaceProps fDeviceProps;
114 const SkSurfaceProps fBitmapFallbackProps;
SkBitmapDevice.h 22 #include "SkSurfaceProps.h"
46 * default SkSurfaceProps (i.e., kLegacyFontHost_InitType-style).
56 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) {
156 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
173 const SkSurfaceProps& surfaceProps)
184 const SkSurfaceProps& operator()() const { return *fSurfaceProps; }
187 SkTLazy<SkSurfaceProps> fLazy;
188 SkSurfaceProps const * const fSurfaceProps
    [all...]
  /external/skqp/src/core/
SkSurfacePriv.h 11 #include "SkSurfaceProps.h"
15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) {
19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType);
SkSpecialSurface.h 13 #include "SkSurfaceProps.h"
35 const SkSurfaceProps& props() const { return fProps; }
68 const SkSurfaceProps* = nullptr);
75 const SkSurfaceProps* = nullptr);
85 const SkSurfaceProps* = nullptr);
88 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps*);
95 const SkSurfaceProps fProps;
SkSpecialImage.h 13 #include "SkSurfaceProps.h"
49 const SkSurfaceProps& props() const { return fProps; }
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;
SkBitmapDevice.h 22 #include "SkSurfaceProps.h"
46 * default SkSurfaceProps (i.e., kLegacyFontHost_InitType-style).
56 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) {
157 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
174 const SkSurfaceProps& surfaceProps)
185 const SkSurfaceProps& operator()() const { return *fSurfaceProps; }
188 SkTLazy<SkSurfaceProps> fLazy;
189 SkSurfaceProps const * const fSurfaceProps
    [all...]
  /external/skia/include/core/
SkSurfaceProps.h 51 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();
SkSurface.h 23 #include "SkSurfaceProps.h"
76 const SkSurfaceProps* surfaceProps = nullptr);
105 void* context, const SkSurfaceProps* surfaceProps = nullptr);
129 const SkSurfaceProps* surfaceProps);
148 const SkSurfaceProps* props = nullptr) {
171 const SkSurfaceProps* surfaceProps = nullptr);
217 const SkSurfaceProps* surfaceProps,
256 const SkSurfaceProps* surfaceProps,
296 const SkSurfaceProps* surfaceProps);
323 const SkSurfaceProps* surfaceProps)
    [all...]
SkSurfaceCharacterization.h 15 #include "SkSurfaceProps.h"
85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
105 const SkSurfaceProps& surfaceProps)
131 const SkSurfaceProps& surfaceProps) {
167 SkSurfaceProps fSurfaceProps;
198 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
201 SkSurfaceProps fSurfaceProps;
  /external/skqp/include/core/
SkSurfaceProps.h 51 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();
SkSurface.h 23 #include "SkSurfaceProps.h"
71 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
    [all...]
SkSurfaceCharacterization.h 15 #include "SkSurfaceProps.h"
85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
104 const SkSurfaceProps& surfaceProps)
130 const SkSurfaceProps& surfaceProps) {
166 SkSurfaceProps fSurfaceProps;
197 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; }
200 SkSurfaceProps fSurfaceProps;
  /external/skia/tools/sk_app/
DisplayParams.h 12 #include "SkSurfaceProps.h"
21 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)
28 SkSurfaceProps fSurfaceProps;
  /external/skqp/tools/sk_app/
DisplayParams.h 12 #include "SkSurfaceProps.h"
21 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)
28 SkSurfaceProps fSurfaceProps;
  /external/skia/src/gpu/vk/
GrVkSecondaryCBDrawContext.h 13 #include "SkSurfaceProps.h"
23 class SkSurfaceProps;
62 const SkSurfaceProps* props);
95 const SkSurfaceProps& props() const { return fProps; }
102 explicit GrVkSecondaryCBDrawContext(sk_sp<SkGpuDevice>, const SkSurfaceProps*);
108 const SkSurfaceProps fProps;
  /external/skqp/src/gpu/vk/
GrVkSecondaryCBDrawContext.h 22 class SkSurfaceProps;
61 const SkSurfaceProps* props);
  /external/skia/src/image/
SkSurface.cpp 39 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {}
41 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
43 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
48 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg)
52 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other
    [all...]
  /external/skqp/src/image/
SkSurface.cpp 39 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {}
41 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
43 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
48 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg)
52 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other
    [all...]
  /external/skia/include/private/
GrRecordingContext.h 58 const SkSurfaceProps* = nullptr);
67 const SkSurfaceProps* = nullptr);
83 const SkSurfaceProps* surfaceProps = nullptr,
101 const SkSurfaceProps* surfaceProps = nullptr,
  /external/skia/src/gpu/
GrOnFlushResourceProvider.h 24 class SkSurfaceProps;
73 const SkSurfaceProps*);
78 const SkSurfaceProps*);
  /external/skqp/src/gpu/
GrOnFlushResourceProvider.h 24 class SkSurfaceProps;
73 const SkSurfaceProps*);
78 const SkSurfaceProps*);
  /external/skia/include/gpu/
GrContextThreadSafeProxy.h 61 const SkSurfaceProps& surfaceProps,

Completed in 3951 milliseconds

1 2 3 4 5 6 7 8