/external/skia/include/core/ |
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 { 79 bool operator!=(const SkSurfaceProps& that) const { 83 SkSurfaceProps();
|
D | SkSurface.h | 70 const SkSurfaceProps* surfaceProps = nullptr); 99 void* context, const SkSurfaceProps* surfaceProps = nullptr); 122 const SkSurfaceProps* surfaceProps); 141 const SkSurfaceProps* props = nullptr) { 164 const SkSurfaceProps* surfaceProps = nullptr); 203 const SkSurfaceProps* surfaceProps, 233 const SkSurfaceProps* surfaceProps, 266 const SkSurfaceProps* surfaceProps); 292 const SkSurfaceProps* surfaceProps); 321 const SkSurfaceProps* surfaceProps, [all …]
|
D | SkSurfaceCharacterization.h | 110 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() 135 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization() 162 const SkSurfaceProps& surfaceProps) { in set() 200 SkSurfaceProps fSurfaceProps; 243 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() 246 SkSurfaceProps fSurfaceProps;
|
/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/src/core/ |
D | SkSpecialImage.h | 52 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;
|
D | SkSpecialSurface.h | 36 const SkSurfaceProps& props() const { return fProps; } in props() 66 const SkSurfaceProps* = nullptr); 73 const SkSurfaceProps* = nullptr); 83 const SkSurfaceProps* = nullptr); 86 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps*); 93 const SkSurfaceProps fProps;
|
D | SkSurfacePriv.h | 15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() 19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
|
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 | SkGlyphRunPainter.h | 56 SkGlyphRunListPainter(const SkSurfaceProps& props, 64 SkGlyphRunListPainter(const SkSurfaceProps&, const GrColorInfo&); 87 const SkSurfaceProps& props, 94 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType, 106 const SkSurfaceProps fDeviceProps; 108 const SkSurfaceProps fBitmapFallbackProps;
|
D | SkStrikeSpec.cpp | 22 const SkSurfaceProps& surfaceProps, in MakeMask() 33 const SkSurfaceProps& surfaceProps, in MakePath() 56 const SkSurfaceProps& surfaceProps, in MakeSourceFallback() 104 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), in MakeCanonicalized() 120 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), in MakeWithNoDevice() 178 SkSurfaceProps(0, kUnknown_SkPixelGeometry), in MakePDFVector() 188 const SkSurfaceProps& surfaceProps, const SkMatrix& deviceMatrix, in MakeSDFT() 215 const SkSurfaceProps& surfaceProps, in commonSetup()
|
D | SkStrikeSpec.h | 24 class SkSurfaceProps; variable 32 const SkSurfaceProps& surfaceProps, 40 const SkSurfaceProps& surfaceProps, 45 const SkSurfaceProps& surfaceProps, 68 const SkSurfaceProps& surfaceProps, 89 const SkSurfaceProps& surfaceProps,
|
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() 170 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 | SkSurfacePriv.h | 15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() 19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
|
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 | 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/skia/src/image/ |
D | SkSurface.cpp | 41 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps 43 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() function in SkSurfaceProps 45 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() function in SkSurfaceProps 50 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps 54 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other) in SkSurfaceProps() function in SkSurfaceProps 61 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() 278 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface() 286 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface() 528 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() 80 const SkSurfaceProps* props) in SkSurface_Raster() 164 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc() 179 const SkSurfaceProps* props) { in MakeRasterDirect() 184 const SkSurfaceProps* props) { in MakeRaster() 200 const SkSurfaceProps* surfaceProps) { in MakeRasterN32Premul()
|
/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,
|