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

1 2

  /external/chromium_org/third_party/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();
SkRecorder.h 118 SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE { return NULL; }
SkCanvas.cpp 70 static uint32_t filter_paint_flags(const SkSurfaceProps& props, uint32_t flags) {
72 if (propFlags & SkSurfaceProps::kDisallowDither_Flag) {
75 if (propFlags & SkSurfaceProps::kDisallowAntiAlias_Flag) {
266 AutoDrawLooper(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint,
443 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
467 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
476 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
483 SkCanvas::SkCanvas(SkBaseDevice* device, const SkSurfaceProps* props, InitFlags flags)
494 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
501 SkCanvas::SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props
    [all...]
SkDevice.cpp 68 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; }
SkPictureRecord.h 197 virtual SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
SkBitmapDevice.cpp 360 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 13 #include "SkSurfaceProps.h"
40 const SkSurfaceProps* = NULL);
48 void* context, const SkSurfaceProps* = NULL);
57 static SkSurface* NewRaster(const SkImageInfo&, const SkSurfaceProps* = NULL);
64 static SkSurface* NewRasterPMColor(int width, int height, const SkSurfaceProps* props = NULL) {
71 static SkSurface* NewRenderTargetDirect(GrRenderTarget*, const SkSurfaceProps*);
82 const SkSurfaceProps* = NULL);
101 const SkSurfaceProps* = NULL);
215 const SkSurfaceProps& props() const { return fProps; }
218 SkSurface(int width, int height, const SkSurfaceProps*);
    [all...]
SkSurfaceProps.h 51 class SkSurfaceProps {
58 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
63 SkSurfaceProps(InitType);
64 SkSurfaceProps(uint32_t flags, InitType);
74 SkSurfaceProps();
SkCanvas.h 19 #include "SkSurfaceProps.h"
210 SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps* = NULL);
    [all...]
SkBitmapDevice.h 158 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
SkDevice.h 292 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&);
  /external/chromium_org/third_party/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)
52 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)
59 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props
    [all...]
SkSurface_Base.h 17 SkSurface_Base(int width, int height, const SkSurfaceProps*);
18 SkSurface_Base(const SkImageInfo&, const SkSurfaceProps*);
SkSurface_Raster.cpp 22 const SkSurfaceProps*);
23 SkSurface_Raster(SkPixelRef*, const SkSurfaceProps*);
83 const SkSurfaceProps* props)
90 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props)
145 void* context, const SkSurfaceProps* props) {
160 const SkSurfaceProps* props) {
164 SkSurface* SkSurface::NewRaster(const SkImageInfo& info, const SkSurfaceProps* props) {
SkSurface_Gpu.cpp 17 SkSurface_Gpu(GrRenderTarget*, bool cached, const SkSurfaceProps*, bool doClear);
36 SkSurface_Gpu::SkSurface_Gpu(GrRenderTarget* renderTarget, bool cached, const SkSurfaceProps* props,
110 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget* target, const SkSurfaceProps* props) {
118 const SkSurfaceProps* props) {
139 int sampleCount, const SkSurfaceProps* props) {
  /external/chromium_org/third_party/skia/debugger/QT/
SkGLWidget.cpp 51 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
70 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
  /external/chromium_org/third_party/skia/gm/
surface.cpp 11 #include "SkSurfaceProps.h"
28 flags |= SkSurfaceProps::kDisallowAntiAlias_Flag;
31 flags |= SkSurfaceProps::kDisallowDither_Flag;
34 SkSurfaceProps props(flags, geo);
dftext.cpp 51 SkSurfaceProps props(SkSurfaceProps::kUseDistanceFieldFonts_Flag,
52 SkSurfaceProps::kLegacyFontHost_InitType);
xfermodes3.cpp 136 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)));
  /external/chromium_org/third_party/skia/tests/
ReadWriteAlphaTest.cpp 85 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)));
PremulAlphaRoundTripTest.cpp 94 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), 0));
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.h 46 static SkGpuDevice* Create(GrSurface* surface, const SkSurfaceProps&, unsigned flags = 0);
54 static SkGpuDevice* Create(GrContext*, const SkImageInfo&, const SkSurfaceProps&,
149 SkGpuDevice(GrSurface*, const SkSurfaceProps&, unsigned flags = 0);
153 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
SkGpuDevice.cpp 136 SkGpuDevice* SkGpuDevice::Create(GrSurface* surface, const SkSurfaceProps& props, unsigned flags) {
144 SkGpuDevice::SkGpuDevice(GrSurface* surface, const SkSurfaceProps& props, unsigned flags) {
167 const SkSurfaceProps& props, int sampleCount) {
    [all...]
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 216 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 161 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)));

Completed in 2576 milliseconds

1 2