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

  /external/skia/include/core/
SkSurface.h 26 /** \class SkSurface
27 SkSurface is responsible for managing the pixels that a canvas draws into. The pixels can be
29 SkSurface takes care of allocating a SkCanvas that will draw into the surface. Call
31 SkSurface always has non-zero dimensions. If there is a request for a new surface, and either
34 class SK_API SkSurface : public SkRefCnt {
37 /** Allocates raster SkSurface. SkCanvas returned by SkSurface draws directly into pixels.
39 SkSurface is returned if all parameters are valid.
53 @param rowBytes interval from one SkSurface row to the next
56 @return SkSurface if all parameters are valid; otherwise, nullpt
    [all...]
  /external/skqp/include/core/
SkSurface.h 27 * SkSurface is responsible for managing the pixels that a canvas draws into. The pixels can be
30 * SkSurface takes care of allocating a SkCanvas that will draw into the surface. Call
33 * SkSurface always has non-zero dimensions. If there is a request for a new surface, and either
36 class SK_API SkSurface : public SkRefCnt {
47 static sk_sp<SkSurface> MakeRasterDirect(const SkImageInfo& imageInfo, void* pixels,
55 static sk_sp<SkSurface> MakeRasterDirectReleaseProc(const SkImageInfo& imageInfo, void* pixels,
69 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo, size_t rowBytes,
75 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo,
85 static sk_sp<SkSurface> MakeRasterN32Premul(int width, int height,
91 * Used to wrap a pre-existing backend 3D API texture as a SkSurface. Skia will not assum
    [all...]
  /external/skqp/src/image/
SkSurface.cpp 119 static SkSurface_Base* asSB(SkSurface* surface) {
125 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props)
133 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props)
141 uint32_t SkSurface::generationID() {
148 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
152 SkCanvas* SkSurface::getCanvas() {
156 sk_sp<SkImage> SkSurface::makeImageSnapshot() {
160 sk_sp<SkSurface> SkSurface::makeSurface(const SkImageInfo& info)
    [all...]
  /external/skia/src/image/
SkSurface.cpp 119 static SkSurface_Base* asSB(SkSurface* surface) {
125 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props)
133 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props)
141 uint32_t SkSurface::generationID() {
148 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
152 SkCanvas* SkSurface::getCanvas() {
156 sk_sp<SkImage> SkSurface::makeImageSnapshot() {
160 sk_sp<SkSurface> SkSurface::makeSurface(const SkImageInfo& info)
    [all...]

Completed in 90 milliseconds