HomeSort by relevance Sort by last modified time
    Searched defs:SkSurface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 20 * SkSurface represents the backend/results of drawing to a canvas. For raster
27 class SK_API SkSurface : public SkRefCnt {
29 SK_DECLARE_INST_COUNT(SkSurface)
38 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImageInfo&);
54 static SkSurface* NewRasterPMColor(int width, int height) {
75 static SkSurface* NewRenderTargetDirect(GrRenderTarget*,
82 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
97 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
149 * SkSurface* A = SkSurface::New...()
    [all...]
  /external/skia/include/core/
SkSurface.h 20 * SkSurface represents the backend/results of drawing to a canvas. For raster
27 class SK_API SkSurface : public SkRefCnt {
29 SK_DECLARE_INST_COUNT(SkSurface)
38 static SkSurface* NewRasterDirect(const SkImageInfo&, void* pixels, size_t rowBytes);
47 static SkSurface* NewRaster(const SkImageInfo&);
54 static SkSurface* NewRasterPMColor(int width, int height) {
75 static SkSurface* NewRenderTargetDirect(GrRenderTarget*,
82 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
97 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount = 0,
149 * SkSurface* A = SkSurface::New...()
    [all...]
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) {
83 SkSurface::SkSurface(const SkImageInfo& info)
92 uint32_t SkSurface::generationID() {
99 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
103 SkCanvas* SkSurface::getCanvas() {
107 SkImage* SkSurface::newImageSnapshot() {
113 SkSurface* SkSurface::newSurface(const SkImageInfo& info)
    [all...]
  /external/skia/src/image/
SkSurface.cpp 71 static SkSurface_Base* asSB(SkSurface* surface) {
77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) {
83 SkSurface::SkSurface(const SkImageInfo& info)
92 uint32_t SkSurface::generationID() {
99 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
103 SkCanvas* SkSurface::getCanvas() {
107 SkImage* SkSurface::newImageSnapshot() {
113 SkSurface* SkSurface::newSurface(const SkImageInfo& info)
    [all...]

Completed in 130 milliseconds