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

1 2 3 4

  /external/skia/src/core/
SkSurfacePriv.h 11 #include "SkSurfaceProps.h"
13 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) {
17 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType);
22 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType).pixelGeometry();
SkSpecialSurface.h 12 #include "SkSurfaceProps.h"
30 const SkSurfaceProps& props() const { return fProps; }
58 const SkSurfaceProps* = nullptr);
66 const SkSurfaceProps* = nullptr);
73 const SkSurfaceProps* = nullptr);
83 const SkImageInfo&, const SkSurfaceProps* = nullptr);
86 SkSpecialSurface(SkImageFilter::Proxy*, const SkIRect& subset, const SkSurfaceProps*);
96 const SkSurfaceProps fProps;
SkSpecialSurface.cpp 17 const SkIRect& subset, const SkSurfaceProps* props)
46 const SkSurfaceProps* props)
72 const SkSurfaceProps* props)
96 const SkSurfaceProps* props) {
102 const SkSurfaceProps* props) {
123 const SkSurfaceProps* props)
154 const SkSurfaceProps* props) {
165 const SkSurfaceProps* props) {
185 const SkSurfaceProps*) {
192 const SkSurfaceProps* props)
    [all...]
  /external/skia/include/core/
SkSurface.h 13 #include "SkSurfaceProps.h"
45 const SkSurfaceProps* = NULL);
53 void* context, const SkSurfaceProps* = NULL);
64 static SkSurface* NewRaster(const SkImageInfo&, size_t rowBytes, const SkSurfaceProps*);
69 static SkSurface* NewRaster(const SkImageInfo&, const SkSurfaceProps* = NULL);
76 static SkSurface* NewRasterN32Premul(int width, int height, const SkSurfaceProps* props = NULL) {
83 static SkSurface* NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*);
96 const SkSurfaceProps*);
99 const SkSurfaceProps* props) {
109 const SkSurfaceProps*);
    [all...]
SkSurfaceProps.h 51 class SK_API SkSurfaceProps {
61 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
66 SkSurfaceProps(InitType);
67 SkSurfaceProps(uint32_t flags, InitType);
68 SkSurfaceProps(const SkSurfaceProps& other);
80 SkSurfaceProps();
SkBitmapDevice.h 21 #include "SkSurfaceProps.h"
47 * default SkSurfaceProps (i.e., kLegacyFontHost_InitType-style).
57 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps);
59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&);
163 SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skia/tools/VisualBench/
VisualBenchmarkStream.h 21 VisualBenchmarkStream(const SkSurfaceProps&, bool justSKP = false);
31 SkSurfaceProps fSurfaceProps;
WrappedBenchmark.h 23 explicit WrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench)
27 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; }
70 SkSurfaceProps fSurfaceProps;
78 explicit CpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench)
100 explicit GpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench,
VisualBench.cpp 49 const SkSurfaceProps& props(INHERITED::getSurfaceProps());
50 uint32_t flags = SkSurfaceProps::kUseDeviceIndependentFonts_Flag | props.flags();
51 INHERITED::setSurfaceProps(SkSurfaceProps(flags, props.pixelGeometry()));
80 SkSurfaceProps props(INHERITED::getSurfaceProps());
  /external/skia/src/gpu/text/
GrAtlasTextContext.h 34 bool canDraw(const SkPaint&, const SkMatrix& viewMatrix, const SkSurfaceProps&,
37 const SkMatrix& viewMatrix, const SkSurfaceProps&, const char text[],
41 const SkPaint&, const SkMatrix& viewMatrix, const SkSurfaceProps&,
46 const SkMatrix& viewMatrix, const SkSurfaceProps&, const SkTextBlob*,
60 const SkSurfaceProps&,
69 const SkSurfaceProps&,
76 const SkSurfaceProps&,
GrTextUtils.h 28 class SkSurfaceProps;
39 GrBatchFontCache*, const SkSurfaceProps&,
46 GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
54 const SkSurfaceProps& props, const GrShaderCaps& caps);
57 GrBatchFontCache*, const SkSurfaceProps&,
64 GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
78 const SkSurfaceProps& props,
88 static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint);
GrStencilAndCoverTextContext.h 23 class SkSurfaceProps;
35 const SkMatrix& viewMatrix, const SkSurfaceProps&, const char text[],
40 const SkMatrix& viewMatrix, const SkSurfaceProps&,
45 const SkMatrix& viewMatrix, const SkSurfaceProps&, const SkTextBlob*,
63 const SkSurfaceProps&,
82 const SkSurfaceProps&,
  /external/skia/src/image/
SkSurface.cpp 37 SkSurfaceProps::SkSurfaceProps() : fFlags(0), fPixelGeometry(kUnknown_SkPixelGeometry) {}
39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg)
50 SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other
    [all...]
SkSurface_Base.h 18 SkSurface_Base(int width, int height, const SkSurfaceProps*);
19 SkSurface_Base(const SkImageInfo&, const SkSurfaceProps*);
SkSurface_Raster.cpp 22 const SkSurfaceProps*);
23 SkSurface_Raster(SkPixelRef*, const SkSurfaceProps*);
91 const SkSurfaceProps* props)
99 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props)
174 void* context, const SkSurfaceProps* props) {
189 const SkSurfaceProps* props) {
194 const SkSurfaceProps* props) {
209 SkSurface* SkSurface::NewRaster(const SkImageInfo& info, const SkSurfaceProps* props) {
SkSurface_Gpu.cpp 135 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget* target, const SkSurfaceProps* props) {
145 int sampleCount, const SkSurfaceProps* props,
157 const SkSurfaceProps* props) {
179 const SkSurfaceProps* props) {
197 const SkSurfaceProps* props) {
  /external/skia/dm/
DMGpuSupport.h 37 uint32_t flags = useDIText ? SkSurfaceProps::kUseDeviceIndependentFonts_Flag : 0;
38 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/include/views/
SkWindow.h 18 #include "SkSurfaceProps.h"
39 SkSurfaceProps getSurfaceProps() const { return fSurfaceProps; }
40 void setSurfaceProps(const SkSurfaceProps& props) {
100 SkSurfaceProps fSurfaceProps;
  /external/skia/gm/
surface.cpp 11 #include "SkSurfaceProps.h"
28 flags |= SkSurfaceProps::kDisallowAntiAlias_Flag;
31 flags |= SkSurfaceProps::kDisallowDither_Flag;
34 SkSurfaceProps props(flags, geo);
112 static bool equal(const SkSurfaceProps& a, const SkSurfaceProps& b) {
textblobmixedsizes.cpp 100 SkSurfaceProps props(SkSurfaceProps::kUseDeviceIndependentFonts_Flag,
101 SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/example/
HelloWorld.h 37 SkSurfaceProps props(INHERITED::getSurfaceProps());
  /external/skia/src/gpu/
GrPathRenderingDrawContext.h 30 const SkSurfaceProps* surfaceProps, GrAuditTrail* at,
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 103 SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);
110 SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);
TextBlobCacheTest.cpp 60 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
135 SkSurfaceProps propsNoLCD(0, kUnknown_SkPixelGeometry);
  /external/skia/include/gpu/
GrDrawContext.h 14 #include "SkSurfaceProps.h"
270 const SkSurfaceProps* surfaceProps, GrAuditTrail*, GrSingleOwner*);
274 const SkSurfaceProps& surfaceProps() const { return fSurfaceProps; }
305 SkSurfaceProps fSurfaceProps;

Completed in 282 milliseconds

1 2 3 4