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

1 2 3 4 5 6 7 891011>>

  /external/skqp/tests/
IndexedPngOverflowTest.cpp 12 #include "SkSurface.h"
36 auto surface(SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(20, 1)));
VkDrawableTest.cpp 20 #include "SkSurface.h"
152 sk_sp<SkSurface> surf = SkSurface::MakeRenderTarget(td->fContext, SkBudgeted::kYes,
223 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo,
PromiseImageTest.cpp 166 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info);
322 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info);
454 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info);
    [all...]
ImageTest.cpp 27 #include "SkSurface.h"
86 auto surface(SkSurface::MakeRaster(info));
109 auto surface(SkSurface::MakeRaster(info));
152 auto surface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 0,
221 auto surface(SkSurface::MakeRasterN32Premul(100, 100));
258 auto surface(SkSurface::MakeRaster(info));
343 auto surface(SkSurface::MakeRaster(info));
588 auto gsurf = SkSurface::MakeRenderTarget(
598 auto rsurf = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(100, 100));
    [all...]
  /external/skia/modules/skottie/src/
SkottieTool.cpp 18 #include "SkSurface.h"
67 , fSurface(SkSurface::MakeRasterN32Premul(FLAGS_width, FLAGS_height)) {
96 const sk_sp<SkSurface> fSurface;
119 const sk_sp<SkSurface> fSurface;
  /external/skia/tools/
sk_tool_utils.h 37 class SkSurface;
79 void write_pixels(SkSurface*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
114 sk_sp<SkSurface> makeSurface(SkCanvas*, const SkImageInfo&, const SkSurfaceProps* = nullptr);
  /external/skqp/modules/skottie/src/
SkottieTool.cpp 18 #include "SkSurface.h"
67 , fSurface(SkSurface::MakeRasterN32Premul(FLAGS_width, FLAGS_height)) {
96 const sk_sp<SkSurface> fSurface;
119 const sk_sp<SkSurface> fSurface;
  /external/skqp/tools/
sk_tool_utils.h 37 class SkSurface;
84 void write_pixels(SkSurface*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
119 sk_sp<SkSurface> makeSurface(SkCanvas*, const SkImageInfo&, const SkSurfaceProps* = nullptr);
  /external/skia/samplecode/
SampleFilterQuality.cpp 17 #include "SkSurface.h"
21 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) {
24 surface = SkSurface::MakeRaster(info);
40 auto surface(SkSurface::MakeRaster(info));
58 static sk_sp<SkImage> zoom_up(SkSurface* origSurf, SkImage* orig) {
216 sk_sp<SkSurface> surface;
  /external/skqp/samplecode/
SampleFilterQuality.cpp 17 #include "SkSurface.h"
21 static sk_sp<SkSurface> make_surface(SkCanvas* canvas, const SkImageInfo& info) {
24 surface = SkSurface::MakeRaster(info);
40 auto surface(SkSurface::MakeRaster(info));
58 static sk_sp<SkImage> zoom_up(SkSurface* origSurf, SkImage* orig) {
216 sk_sp<SkSurface> surface;
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 14 #include "SkSurface.h"
328 fSurfaces = new sk_sp<SkSurface>[fImageCount];
342 fSurfaces[i] = SkSurface::MakeFromBackendRenderTarget(fContext.get(),
509 sk_sp<SkSurface> VulkanWindowContext::getBackbufferSurface() {
602 SkSurface* surface = fSurfaces[backbuffer->fImageIndex].get();
604 SkSurface::kFlushRead_BackendHandleAccess);
614 SkSurface* surface = fSurfaces[backbuffer->fImageIndex].get();
617 SkSurface::kFlushRead_BackendHandleAccess);
  /external/skia/tests/
ImageTest.cpp 27 #include "SkSurface.h"
86 auto surface(SkSurface::MakeRaster(info));
109 auto surface(SkSurface::MakeRaster(info));
152 auto surface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 0,
221 auto surface(SkSurface::MakeRasterN32Premul(100, 100));
258 auto surface(SkSurface::MakeRaster(info));
343 auto surface(SkSurface::MakeRaster(info));
588 auto gsurf = SkSurface::MakeRenderTarget(
598 auto rsurf = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(100, 100));
    [all...]
RecorderTest.cpp 15 #include "SkSurface.h"
77 auto surface(SkSurface::MakeRasterN32Premul(100, 100));
  /external/skia/src/core/
SkSpecialImage.cpp 64 virtual sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
162 sk_sp<SkSurface> SkSpecialImage::makeTightSurface(const SkImageFilter::OutputProperties& outProps,
299 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
311 return SkSurface::MakeRaster(info);
513 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
520 // CONTEXT TODO: remove this use of 'backdoor' to create an SkSurface
521 return SkSurface::MakeRenderTarget(fContext->priv().backdoor(), SkBudgeted::kYes, info);
SkLiteRecorder.h 21 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skia/tools/skpbench/
skpbench.cpp 26 #include "SkSurface.h"
115 static void draw_skp_and_flush(SkSurface*, const SkPicture*);
196 static void run_benchmark(const sk_gpu_test::FenceSync* fenceSync, SkSurface* surface,
231 const sk_gpu_test::FenceSync* fenceSync, SkSurface* surface,
430 sk_sp<SkSurface> surface =
431 SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, config->getSamples(), &props);
483 static void draw_skp_and_flush(SkSurface* surface, const SkPicture* skp) {
  /external/skqp/src/core/
SkSpecialImage.cpp 62 virtual sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
160 sk_sp<SkSurface> SkSpecialImage::makeTightSurface(const SkImageFilter::OutputProperties& outProps,
301 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
312 return SkSurface::MakeRaster(info);
512 sk_sp<SkSurface> onMakeTightSurface(const SkImageFilter::OutputProperties& outProps,
519 return SkSurface::MakeRenderTarget(fContext, SkBudgeted::kYes, info);
  /external/skia/tools/fiddle/
fiddle_main.cpp 108 static sk_sp<SkData> encode_snapshot(const sk_sp<SkSurface>& surface) {
276 auto rasterSurface = SkSurface::MakeRaster(info);
292 auto surface = SkSurface::MakeRenderTarget(grContext.get(), SkBudgeted::kNo, info);
  /external/skqp/tools/fiddle/
fiddle_main.cpp 108 static sk_sp<SkData> encode_snapshot(const sk_sp<SkSurface>& surface) {
276 auto rasterSurface = SkSurface::MakeRaster(info);
292 auto surface = SkSurface::MakeRenderTarget(grContext.get(), SkBudgeted::kNo, info);
  /external/skia/gm/
bigtileimagefilter.cpp 9 #include "SkSurface.h"
14 auto surface(SkSurface::MakeRasterN32Premul(size, size));
color4f.cpp 12 #include "SkSurface.h"
82 auto surface(SkSurface::MakeRaster(info));
imagemakewithfilter.cpp 15 #include "SkSurface.h"
73 sk_sp<SkSurface> surface = sk_tool_utils::makeSurface(canvas, info);
  /external/skia/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.h 31 #include <SkSurface.h>
  /external/skia/tools/sk_app/
Window.cpp 10 #include "SkSurface.h"
73 sk_sp<SkSurface> backbuffer = fWindowContext->getBackbufferSurface();
  /external/skqp/gm/
bigtileimagefilter.cpp 9 #include "SkSurface.h"
14 auto surface(SkSurface::MakeRasterN32Premul(size, size));

Completed in 342 milliseconds

1 2 3 4 5 6 7 891011>>