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

  /external/skia/src/core/
SkSpecialSurface.h 26 * SkSpecialSurface is a restricted form of SkSurface solely for internal use. It differs
33 class SkSpecialSurface : public SkRefCnt {
60 * Allocate a new GPU-backed SkSpecialSurface. If the requested surface cannot
63 static sk_sp<SkSpecialSurface> MakeRenderTarget(GrRecordingContext*,
74 static sk_sp<SkSpecialSurface> MakeFromBitmap(const SkIRect& subset, SkBitmap& bm,
84 static sk_sp<SkSpecialSurface> MakeRaster(const SkImageInfo&,
88 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps*);
SkSpecialSurface.cpp 10 #include "SkSpecialSurface.h"
14 class SkSpecialSurface_Base : public SkSpecialSurface {
35 typedef SkSpecialSurface INHERITED;
39 static SkSpecialSurface_Base* as_SB(SkSpecialSurface* surface) {
43 SkSpecialSurface::SkSpecialSurface(const SkIRect& subset,
51 SkCanvas* SkSpecialSurface::getCanvas() {
55 sk_sp<SkSpecialImage> SkSpecialSurface::makeImageSnapshot() {
94 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeFromBitmap(const SkIRect& subset, SkBitmap& bm
    [all...]
  /external/skqp/src/core/
SkSpecialSurface.h 26 * SkSpecialSurface is a restricted form of SkSurface solely for internal use. It differs
33 class SkSpecialSurface : public SkRefCnt {
60 * Allocate a new GPU-backed SkSpecialSurface. If the requested surface cannot
63 static sk_sp<SkSpecialSurface> MakeRenderTarget(GrContext*,
74 static sk_sp<SkSpecialSurface> MakeFromBitmap(const SkIRect& subset, SkBitmap& bm,
84 static sk_sp<SkSpecialSurface> MakeRaster(const SkImageInfo&,
88 SkSpecialSurface(const SkIRect& subset, const SkSurfaceProps*);
SkSpecialSurface.cpp 10 #include "SkSpecialSurface.h"
14 class SkSpecialSurface_Base : public SkSpecialSurface {
35 typedef SkSpecialSurface INHERITED;
39 static SkSpecialSurface_Base* as_SB(SkSpecialSurface* surface) {
43 SkSpecialSurface::SkSpecialSurface(const SkIRect& subset,
51 SkCanvas* SkSpecialSurface::getCanvas() {
55 sk_sp<SkSpecialImage> SkSpecialSurface::makeImageSnapshot() {
94 sk_sp<SkSpecialSurface> SkSpecialSurface::MakeFromBitmap(const SkIRect& subset, SkBitmap& bm
    [all...]

Completed in 3792 milliseconds