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

1 2 3 4 5 6 7 8 91011>>

  /external/skqp/gm/
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);
flippity.cpp 11 #include "SkSurface.h"
76 sk_sp<SkSurface> surf = SkSurface::MakeRaster(ii);
imagealphathreshold.cpp 14 #include "SkSurface.h"
89 // Create a 'width' x 'height' SkSurface that matches the colorType of 'canvas' as
91 static sk_sp<SkSurface> make_color_matching_surface(SkCanvas* canvas, int width, int height,
133 sk_sp<SkSurface> surface(make_color_matching_surface(canvas, WIDTH, HEIGHT,
imagefiltersscaled.cpp 22 #include "SkSurface.h"
32 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(width, height));
path_stroke_with_zero_length.cpp 13 #include "SkSurface.h"
127 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight);
187 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight);
xfermodes3.cpp 12 #include "SkSurface.h"
114 sk_sp<SkSurface> makeTempSurface(SkCanvas* baseCanvas, int w, int h) {
123 const SkPaint& modePaint, SkSurface* surface) {
  /external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.h 31 #include <SkSurface.h>
  /external/skqp/src/core/
SkLiteRecorder.h 21 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skqp/tests/
RecorderTest.cpp 15 #include "SkSurface.h"
77 auto surface(SkSurface::MakeRasterN32Premul(100, 100));
ClipCubicTest.cpp 19 #include "SkSurface.h"
174 #include "SkSurface.h"
177 auto surface(SkSurface::MakeRasterN32Premul(500, 500));
216 auto surface(SkSurface::MakeRasterN32Premul(100, 100));
ReadWriteAlphaTest.cpp 20 #include "SkSurface.h"
83 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii));
  /external/skqp/experimental/canvaskit/
canvaskit_bindings.cpp 45 #include "SkSurface.h"
71 // Wraps the WebGL context in an SkSurface and returns it.
74 sk_sp<SkSurface> getWebGLSurface(EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context, int width, int height) {
104 sk_sp<SkSurface> surface(SkSurface::MakeFromBackendRenderTarget(grContext.get(), target,
516 size_t rowBytes)->sk_sp<SkSurface> {
519 return SkSurface::MakeRasterDirect(imageInfo, pixels, rowBytes, nullptr);
521 function("_getRasterN32PremulSurface", optional_override([](int width, int height)->sk_sp<SkSurface> {
522 return SkSurface::MakeRasterN32Premul(width, height, nullptr);
    [all...]
  /external/skia/gm/
flippity.cpp 11 #include "SkSurface.h"
76 sk_sp<SkSurface> surf = SkSurface::MakeRaster(ii);
imagealphathreshold.cpp 14 #include "SkSurface.h"
89 // Create a 'width' x 'height' SkSurface that matches the colorType of 'canvas' as
91 static sk_sp<SkSurface> make_color_matching_surface(SkCanvas* canvas, int width, int height,
133 sk_sp<SkSurface> surface(make_color_matching_surface(canvas, WIDTH, HEIGHT,
imagefiltersscaled.cpp 22 #include "SkSurface.h"
32 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(width, height));
path_stroke_with_zero_length.cpp 13 #include "SkSurface.h"
127 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight);
187 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight);
xfermodes3.cpp 12 #include "SkSurface.h"
114 sk_sp<SkSurface> makeTempSurface(SkCanvas* baseCanvas, int w, int h) {
123 const SkPaint& modePaint, SkSurface* surface) {
  /external/skia/include/gpu/
GrBackendSurface.h 25 // SkSurface and SkImage rely on a minimal version of these always being available
216 friend class SkSurface;
342 friend class SkSurface;
  /external/skia/src/gpu/
GrContext.cpp 255 this->drawingManager()->flush(nullptr, SkSurface::BackendSurfaceAccess::kNoAccess,
268 return this->drawingManager()->flush(nullptr, SkSurface::BackendSurfaceAccess::kNoAccess,
SkGpuDevice.h 21 #include "SkSurface.h"
121 GrSemaphoresSubmitted flush(SkSurface::BackendSurfaceAccess access,
167 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skia/tests/
ClipCubicTest.cpp 19 #include "SkSurface.h"
174 #include "SkSurface.h"
177 auto surface(SkSurface::MakeRasterN32Premul(500, 500));
216 auto surface(SkSurface::MakeRasterN32Premul(100, 100));
ReadWriteAlphaTest.cpp 20 #include "SkSurface.h"
83 sk_sp<SkSurface> surf(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii));
  /external/skqp/include/gpu/
GrBackendSurface.h 25 // SkSurface and SkImage rely on a minimal version of these always being available
214 friend class SkSurface;
340 friend class SkSurface;
  /external/skia/samplecode/
SampleFatBits.cpp 24 #include "SkSurface.h"
46 static void erase(SkSurface* surface) {
113 fMinSurface = SkSurface::MakeRaster(info);
115 fMaxSurface = SkSurface::MakeRaster(info);
135 sk_sp<SkSurface> fMinSurface;
136 sk_sp<SkSurface> fMaxSurface;

Completed in 7148 milliseconds

1 2 3 4 5 6 7 8 91011>>