HomeSort by relevance Sort by last modified time
    Searched refs:SkSurface (Results 51 - 75 of 434) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skqp/fuzz/oss_fuzz/
FuzzPathDeserialize.cpp 12 #include "SkSurface.h"
21 auto s = SkSurface::MakeRasterN32Premul(128, 128);
FuzzTextBlobDeserialize.cpp 12 #include "SkSurface.h"
22 auto s = SkSurface::MakeRasterN32Premul(128, 128);
FuzzAnimatedImage.cpp 12 #include "SkSurface.h"
24 auto s = SkSurface::MakeRasterN32Premul(128, 128);
  /external/skqp/src/compute/sk/
SkSurface_Compute.h 65 sk_sp<SkSurface> onNewSurface(const SkImageInfo&) override;
73 // static sk_sp<SkSurface> MakeComputeBackedSurface(SkWindow * const window,
  /external/skqp/tests/
GrOpListFlushTest.cpp 12 #include "SkSurface.h"
34 sk_sp<SkSurface> surface1 = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, imageInfo);
38 sk_sp<SkSurface> surface2 = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, imageInfo);
PremulAlphaRoundTripTest.cpp 9 #include "SkSurface.h"
45 static void fill_surface(SkSurface* surf, SkColorType colorType, PackUnpremulProc proc) {
62 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) {
99 sk_sp<SkSurface> surf(SkSurface::MakeRaster(info));
106 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(ctxInfo.grContext(),
  /external/skqp/tools/sk_app/android/
RasterWindowContext_android.cpp 11 #include "SkSurface.h"
22 sk_sp<SkSurface> getBackbufferSurface() override;
31 sk_sp<SkSurface> fBackbufferSurface = nullptr;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() {
82 fBackbufferSurface = SkSurface::MakeRasterDirect(
  /external/skia/bench/
SKPBench.h 16 class SkSurface;
46 const SkTArray<sk_sp<SkSurface>>& surfaces() const { return fSurfaces; }
57 SkTArray<sk_sp<SkSurface>> fSurfaces; // for MultiPictureDraw
MergeBench.cpp 13 #include "SkSurface.h"
21 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(80, 80));
32 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(80, 80));
  /external/skia/tools/skiaserve/
Request.h 18 #include "SkSurface.h"
68 SkSurface* createCPUSurface();
69 SkSurface* createGPUSurface();
75 sk_sp<SkSurface> fSurface;
  /external/skqp/bench/
SKPBench.h 16 class SkSurface;
46 const SkTArray<sk_sp<SkSurface>>& surfaces() const { return fSurfaces; }
57 SkTArray<sk_sp<SkSurface>> fSurfaces; // for MultiPictureDraw
MergeBench.cpp 13 #include "SkSurface.h"
21 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(80, 80));
32 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(80, 80));
  /external/skqp/tools/skiaserve/
Request.h 18 #include "SkSurface.h"
68 SkSurface* createCPUSurface();
69 SkSurface* createGPUSurface();
75 sk_sp<SkSurface> fSurface;
  /external/skia/src/image/
SkSurface_Gpu.cpp 41 SkSurface::BackendHandleAccess access) {
43 case SkSurface::kFlushRead_BackendHandleAccess:
45 case SkSurface::kFlushWrite_BackendHandleAccess:
46 case SkSurface::kDiscardWrite_BackendHandleAccess:
48 surface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode);
53 surface->getDevice()->flush(SkSurface::BackendSurfaceAccess::kNoAccess,
82 sk_sp<SkSurface> SkSurface_Gpu::onNewSurface(const SkImageInfo& info) {
87 return SkSurface::MakeRenderTarget(fDevice->context(), kBudgeted, info, sampleCount,
112 // want to ever retarget the SkSurface at another buffer we create. Force a copy now to avoid
151 fDevice->replaceRenderTargetContext(SkSurface::kRetain_ContentChangeMode == mode)
    [all...]
SkSurface_Raster.cpp 23 sk_sp<SkSurface> onNewSurface(const SkImageInfo&) override;
92 sk_sp<SkSurface> SkSurface_Raster::onNewSurface(const SkImageInfo& info) {
93 return SkSurface::MakeRaster(info, &this->props());
165 sk_sp<SkSurface> SkSurface::MakeRasterDirectReleaseProc(const SkImageInfo& info, void* pixels,
181 sk_sp<SkSurface> SkSurface::MakeRasterDirect(const SkImageInfo& info, void* pixels, size_t rowBytes,
186 sk_sp<SkSurface> SkSurface::MakeRaster(const SkImageInfo& info, size_t rowBytes,
202 sk_sp<SkSurface> SkSurface::MakeRasterN32Premul(int width, int height
    [all...]
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 9 #include "SkSurface.h"
45 static void fill_surface(SkSurface* surf, SkColorType colorType, PackUnpremulProc proc) {
62 static void test_premul_alpha_roundtrip(skiatest::Reporter* reporter, SkSurface* surf) {
99 sk_sp<SkSurface> surf(SkSurface::MakeRaster(info));
106 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(ctxInfo.grContext(),
  /external/skia/gm/
fatpathfill.cpp 12 #include "SkSurface.h"
19 static sk_sp<SkSurface> new_surface(int width, int height) {
20 return SkSurface::MakeRasterN32Premul(width, height);
35 static void draw_fatpath(SkCanvas* canvas, SkSurface* surface, const SkPath& path) {
  /external/skqp/gm/
fatpathfill.cpp 12 #include "SkSurface.h"
19 static sk_sp<SkSurface> new_surface(int width, int height) {
20 return SkSurface::MakeRasterN32Premul(width, height);
35 static void draw_fatpath(SkCanvas* canvas, SkSurface* surface, const SkPath& path) {
  /external/skia/fuzz/oss_fuzz/
FuzzAnimatedImage.cpp 12 #include "SkSurface.h"
24 auto s = SkSurface::MakeRasterN32Premul(128, 128);
FuzzRegionDeserialize.cpp 12 #include "SkSurface.h"
27 auto s = SkSurface::MakeRasterN32Premul(128, 128);
  /external/skia/include/private/
SkDeferredDisplayList.h 21 class SkSurface;
24 * an SkSurface via draw(SkDeferredDisplayList*).
38 // backing the destination SkSurface. Note that, since there is no good place to clear it
  /external/skia/tools/
imgcvt.cpp 14 #include "SkSurface.h"
142 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs));
154 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs));
  /external/skia/tools/sk_app/unix/
RasterWindowContext_unix.cpp 10 #include "SkSurface.h"
21 sk_sp<SkSurface> getBackbufferSurface() override;
28 sk_sp<SkSurface> fBackbufferSurface;
57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps);
61 sk_sp<SkSurface> RasterWindowContext_xlib::getBackbufferSurface() { return fBackbufferSurface; }
  /external/skia/tools/sk_app/win/
RasterWindowContext_win.cpp 10 #include "SkSurface.h"
24 sk_sp<SkSurface> getBackbufferSurface() override;
32 sk_sp<SkSurface> fBackbufferSurface;
72 fBackbufferSurface = SkSurface::MakeRasterDirect(info, pixels, sizeof(uint32_t) * w);
75 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; }
  /external/skia/tools/viewer/
StatsLayer.h 27 void onPaint(SkSurface*) override;

Completed in 407 milliseconds

1 23 4 5 6 7 8 91011>>