/external/skia/include/core/ |
D | SkSurfaceProps.h | 52 class SK_API SkSurfaceProps { 66 SkSurfaceProps(); 67 SkSurfaceProps(uint32_t flags, SkPixelGeometry); 69 SkSurfaceProps(const SkSurfaceProps&); 70 SkSurfaceProps& operator=(const SkSurfaceProps&); 72 SkSurfaceProps cloneWithPixelGeometry(SkPixelGeometry newPixelGeometry) const { in cloneWithPixelGeometry() 73 return SkSurfaceProps(fFlags, newPixelGeometry); in cloneWithPixelGeometry() 87 bool operator==(const SkSurfaceProps& that) const { 91 bool operator!=(const SkSurfaceProps& that) const {
|
D | SkSurface.h | 109 const SkSurfaceProps* surfaceProps = nullptr); 112 const SkSurfaceProps* props = nullptr) { 143 void* context, const SkSurfaceProps* surfaceProps = nullptr); 166 const SkSurfaceProps* surfaceProps); 185 const SkSurfaceProps* props = nullptr) { 208 const SkSurfaceProps* surfaceProps = nullptr); 251 const SkSurfaceProps* surfaceProps, 285 const SkSurfaceProps* surfaceProps, 320 const SkSurfaceProps* surfaceProps, 348 const SkSurfaceProps* surfaceProps) { in MakeRenderTarget() [all …]
|
D | SkSurfaceCharacterization.h | 115 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() 141 const SkSurfaceProps& surfaceProps) in SkSurfaceCharacterization() 155 if (fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag) { in SkSurfaceCharacterization() 174 const SkSurfaceProps& surfaceProps) { in set() 175 if (surfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag) { in set() 210 SkSurfaceProps fSurfaceProps; 255 const SkSurfaceProps& surfaceProps()const { return fSurfaceProps; } in surfaceProps() 258 SkSurfaceProps fSurfaceProps;
|
/external/skia/src/core/ |
D | SkSpecialImage.h | 62 const SkSurfaceProps& props() const { return fProps; } in props() 94 const SkSurfaceProps&); 97 const SkSurfaceProps&); 100 const SkSurfaceProps&); 107 const SkSurfaceProps&); 116 const SkSurfaceProps&); 126 const SkSurfaceProps&) const; 210 const SkSurfaceProps&); 237 const SkSurfaceProps&) const = 0; 260 const SkSurfaceProps fProps;
|
D | SkSpecialSurface.h | 46 SkSurfaceProps props() const { return fCanvas->getBaseProps(); } in props() 76 const SkSurfaceProps&, 83 const SkSurfaceProps&); 94 const SkSurfaceProps&);
|
D | SkSurfacePriv.h | 15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() 16 return props ? *props : SkSurfaceProps(); in SkSurfacePropsCopyOrDefault()
|
D | SkStrikeSpec.h | 32 class SkSurfaceProps; variable 49 const SkSurfaceProps& surfaceProps, 58 const SkSurfaceProps& surfaceProps, 66 const SkSurfaceProps& surfaceProps, 84 const SkSurfaceProps& surfaceProps, 111 const SkSurfaceProps& surfaceProps,
|
D | SkStrikeSpec.cpp | 36 const SkSurfaceProps& surfaceProps, in MakeMask() 45 const SkSurfaceProps& surfaceProps, in MakeTransformMask() 55 const SkSurfaceProps& surfaceProps, in MakePath() 89 return {SkStrikeSpec(*canonicalizedFont, canonicalizedPaint, SkSurfaceProps(), in MakeCanonicalized() 100 return SkStrikeSpec(font, setupPaint, SkSurfaceProps(), in MakeWithNoDevice() 152 SkSurfaceProps(0, kUnknown_SkPixelGeometry), in MakePDFVector() 160 const SkSurfaceProps& surfaceProps, const SkMatrix& deviceMatrix, in MakeSDFT() 203 const SkSurfaceProps& surfaceProps, in SkStrikeSpec()
|
D | SkGlyphRunPainter.h | 35 SkGlyphRunListPainterCPU(const SkSurfaceProps& props, 45 const SkSurfaceProps fDeviceProps; 48 const SkSurfaceProps fBitmapFallbackProps;
|
D | SkSpecialImage.cpp | 43 const SkSurfaceProps& props) in SkSpecialImage() 54 const SkSurfaceProps& props) const { in makeSurface() 127 const SkSurfaceProps& props) { in MakeFromImage() 154 SkSpecialImage_Raster(const SkIRect& subset, const SkBitmap& bm, const SkSurfaceProps& props) in SkSpecialImage_Raster() 189 const SkSurfaceProps& props) const override { in onMakeSurface() 241 const SkSurfaceProps& props) { in MakeFromRaster() 264 const SkSurfaceProps& props) { in CopyFromRaster() 310 const SkSurfaceProps& props) in SkSpecialImage_Gpu() 354 const SkSurfaceProps& props) const override { in onMakeSurface() 444 const SkSurfaceProps& props) { in MakeDeferredFromGpu()
|
D | SkBitmapDevice.h | 31 class SkSurfaceProps; variable 58 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, 61 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&, 153 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
|
D | SkPictureImageGenerator.cpp | 25 const SkPaint*, const SkSurfaceProps&); 45 SkSurfaceProps fProps; 56 SkSurfaceProps props) { in MakeFromPicture() 76 const SkSurfaceProps& props) in SkPictureImageGenerator()
|
/external/skia/tools/gpu/ |
D | BackendSurfaceFactory.h | 20 class SkSurfaceProps; variable 32 const SkSurfaceProps* = nullptr); 42 const SkSurfaceProps* = nullptr); 50 const SkSurfaceProps* = nullptr); 59 const SkSurfaceProps* = nullptr);
|
D | BackendSurfaceFactory.cpp | 24 const SkSurfaceProps* props) { in MakeBackendTextureSurface() 57 const SkSurfaceProps* props) { in MakeBackendTextureSurface() 67 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface() 102 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
|
/external/skia/include/private/chromium/ |
D | GrVkSecondaryCBDrawContext.h | 25 class SkSurfaceProps; variable 65 const SkSurfaceProps* props); 105 const SkSurfaceProps& props() const { return fProps; } in props() 119 explicit GrVkSecondaryCBDrawContext(sk_sp<skgpu::v1::Device>, const SkSurfaceProps*); 123 const SkSurfaceProps fProps;
|
/external/skia/src/image/ |
D | SkSurface.cpp | 48 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {} in SkSurfaceProps() function in SkSurfaceProps 50 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) in SkSurfaceProps() function in SkSurfaceProps 54 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps&) = default; 55 SkSurfaceProps& SkSurfaceProps::operator=(const SkSurfaceProps&) = default; 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() 202 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface() 210 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface() 446 const SkSurfaceProps*, in MakeRenderTarget() argument
|
D | SkSurface_Raster.cpp | 34 class SkSurfaceProps; 40 const SkSurfaceProps*); 41 SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef>, const SkSurfaceProps*); 87 const SkSurfaceProps* props) in SkSurface_Raster() 95 const SkSurfaceProps* props) in SkSurface_Raster() 188 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc() 203 const SkSurfaceProps* props) { in MakeRasterDirect() 208 const SkSurfaceProps* props) { in MakeRaster() 224 const SkSurfaceProps* surfaceProps) { in MakeRasterN32Premul()
|
/external/skia/src/gpu/ganesh/ |
D | GrFPArgs.h | 17 class SkSurfaceProps; variable 22 const SkSurfaceProps& surfaceProps) in GrFPArgs() 31 const SkSurfaceProps& fSurfaceProps;
|
D | SurfaceDrawContext.h | 72 const SkSurfaceProps&); 80 const SkSurfaceProps&, 104 const SkSurfaceProps&, 117 const SkSurfaceProps&, 132 const SkSurfaceProps&, 140 const SkSurfaceProps&); 590 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() 595 return fSurfaceProps.flags() & SkSurfaceProps::kDynamicMSAA_Flag; in alwaysAntialias() 689 const SkSurfaceProps fSurfaceProps;
|
D | SkGr.h | 42 class SkSurfaceProps; variable 96 const SkSurfaceProps& surfaceProps, 107 const SkSurfaceProps& surfaceProps, 117 const SkSurfaceProps& surfaceProps,
|
/external/skia/tests/ |
D | SpecialImageTest.cpp | 105 kPremul_SkAlphaType, SkSurfaceProps())); in test_image() 158 bm, SkSurfaceProps())); in DEF_TEST() 164 SkSurfaceProps())); in DEF_TEST() 183 SkSurfaceProps())); in test_specialimage_image() 189 SkSurfaceProps())); in test_specialimage_image() 220 SkSurfaceProps()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 231 SkSurfaceProps()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
D | SpecialSurfaceTest.cpp | 58 sk_sp<SkSpecialSurface> surf(SkSpecialSurface::MakeRaster(info, SkSurfaceProps())); in DEF_TEST() 77 auto surf(SkSpecialSurface::MakeRenderTarget(dContext, ii, SkSurfaceProps(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 108 auto surf(SkSpecialSurface::MakeGraphite(recorder.get(), ii, SkSurfaceProps())); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/graphite/ |
D | RecorderTest.cpp | 27 SkSurfaceProps(), in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 42 SkSurfaceProps(), in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 48 SkSurfaceProps(), in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 54 SkSurfaceProps(), in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|
/external/skia/src/gpu/graphite/ |
D | DrawContext.h | 54 const SkSurfaceProps&); 65 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; } in surfaceProps() 129 DrawContext(sk_sp<TextureProxy>, const SkImageInfo&, const SkSurfaceProps&); 133 const SkSurfaceProps fSurfaceProps;
|
/external/skia/src/utils/ |
D | SkGaussianColorFilter.cpp | 28 class SkSurfaceProps; 63 const SkSurfaceProps&) const override; 106 const SkSurfaceProps&) const { in asFragmentProcessor()
|