/external/skqp/include/core/ |
D | SkSurface.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, 335 const SkSurfaceProps* props) { in MakeRenderTarget() [all …]
|
D | 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();
|
D | SkSurfaceCharacterization.h | 85 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/ |
D | SkSurface.cpp | 39 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 …]
|
D | SkSurface_Raster.cpp | 19 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/skia/include/core/ |
D | SkSurface.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); 357 const SkSurfaceProps* surfaceProps, [all …]
|
D | 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();
|
D | SkSurfaceCharacterization.h | 85 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() 105 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization() 131 const SkSurfaceProps& surfaceProps) { in set() 167 SkSurfaceProps fSurfaceProps; 198 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() 201 SkSurfaceProps fSurfaceProps;
|
/external/skia/src/image/ |
D | SkSurface.cpp | 39 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() 315 GrSurfaceOrigin, const SkSurfaceProps*, bool) { in MakeRenderTarget() argument [all …]
|
D | SkSurface_Raster.cpp | 19 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() 203 const SkSurfaceProps* surfaceProps) { in MakeRasterN32Premul()
|
/external/skia/src/core/ |
D | SkSpecialImage.h | 49 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;
|
D | SkSpecialSurface.h | 35 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;
|
D | SkBitmapDevice.h | 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) { in Create() 156 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override; 173 const SkSurfaceProps& surfaceProps) in SkBitmapDeviceFilteredSurfaceProps() 184 const SkSurfaceProps& operator()() const { return *fSurfaceProps; } in operator() 187 SkTLazy<SkSurfaceProps> fLazy; 188 SkSurfaceProps const * const fSurfaceProps;
|
D | SkSurfacePriv.h | 15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() 19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
|
D | SkGlyphRunPainter.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;
|
D | SkSpecialSurface.cpp | 16 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() 176 const SkSurfaceProps* props) { in MakeRenderTarget()
|
/external/skqp/src/core/ |
D | SkSpecialImage.h | 49 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;
|
D | SkSpecialSurface.h | 35 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;
|
D | SkBitmapDevice.h | 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) { 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;
|
D | SkSurfacePriv.h | 15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() 19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
|
D | SkSpecialSurface.cpp | 16 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/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.h | 23 class SkSurfaceProps; variable 62 const SkSurfaceProps* props); 95 const SkSurfaceProps& props() const { return fProps; } in props() 102 explicit GrVkSecondaryCBDrawContext(sk_sp<SkGpuDevice>, const SkSurfaceProps*); 108 const SkSurfaceProps fProps;
|
/external/skqp/src/gpu/ |
D | GrContextPriv.h | 53 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/src/gpu/ |
D | GrContextPriv.h | 82 const SkSurfaceProps* = nullptr); 91 const SkSurfaceProps* = nullptr); 107 const SkSurfaceProps* surfaceProps = nullptr, 125 const SkSurfaceProps* surfaceProps = nullptr, 148 const SkSurfaceProps* = nullptr, 156 const SkSurfaceProps* = nullptr, 165 const SkSurfaceProps* = nullptr); 168 const SkImageInfo&, const GrVkDrawableInfo&, const SkSurfaceProps* = nullptr);
|
D | GrRecordingContext.cpp | 151 const SkSurfaceProps* props) { in makeWrappedSurfaceContext() 172 const SkSurfaceProps* props) { in makeDeferredSurfaceContext() 203 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() 276 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback() 318 const SkSurfaceProps* props) { in makeWrappedSurfaceContext() 330 const SkSurfaceProps* props) { in makeDeferredSurfaceContext() 344 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContext() 360 const SkSurfaceProps* surfaceProps, in makeDeferredRenderTargetContextWithFallback()
|