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

<<1112131415161718

  /external/skia/src/core/
SkLiteRecorder.cpp 10 #include "SkSurface.h"
21 sk_sp<SkSurface> SkLiteRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) {
SkPictureRecord.h 153 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
SkDevice.cpp 381 sk_sp<SkSurface> SkBaseDevice::makeSurface(SkImageInfo const&, SkSurfaceProps const&) {
  /external/skia/src/gpu/
GrRenderTargetContext.h 19 #include "SkSurface.h"
409 GrSemaphoresSubmitted prepareForExternalIO(SkSurface::BackendSurfaceAccess access,
  /external/skia/src/gpu/vk/
GrVkGpu.h 225 void onFinishFlush(GrSurfaceProxy*, SkSurface::BackendSurfaceAccess access, GrFlushFlags flags,
  /external/skia/tests/
RecordDrawTest.cpp 19 #include "SkSurface.h"
263 auto surface(SkSurface::MakeRasterN32Premul(10, 10));
GrSurfaceTest.cpp 20 #include "SkSurface.h"
445 auto rt = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 0, nullptr);
542 auto rt = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 0,
633 auto surf = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 1, nullptr);
    [all...]
  /external/skia/tools/
remote_demo.cpp 22 #include "SkSurface.h"
163 auto s = SkSurface::MakeRasterN32Premul(r.width(), r.height());
  /external/skia/tools/viewer/
ImGuiLayer.cpp 13 #include "SkSurface.h"
116 void ImGuiLayer::onPaint(SkSurface* surface) {
Viewer.cpp 34 #include "SkSurface.h"
    [all...]
  /external/skqp/gm/
dftext.cpp 12 #include "SkSurface.h"
52 auto surface(SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props));
shapes_as_paths.cpp 14 #include "SkSurface.h"
154 surface = SkSurface::MakeRasterN32Premul(50, 50);
  /external/skqp/include/core/
SkImage.h 40 class SkSurface;
59 SkImage may be created from SkBitmap, SkPixmap, SkSurface, SkPicture, encoded streams,
276 GrBackendTexture decoded from data is uploaded to match SkSurface created with
288 @param dstColorSpace range of colors of matching SkSurface on GPU
305 GrBackendTexture created from pixmap is uploaded to match SkSurface created with
317 @param dstColorSpace range of colors of matching SkSurface on GPU
435 Each GrBackendTexture created from yuvaPixmaps array is uploaded to match SkSurface
624 is drawn, depending on the capabilities of the SkSurface receiving the drawing.
    [all...]
SkCanvas.h 51 class SkSurface;
59 SkCanvas and SkPaint together provide the state to draw into SkSurface or SkBaseDevice.
66 Request SkCanvas from SkSurface to obtain the interface to draw.
104 @param rowBytes interval from one SkSurface row to the next, or zero
135 @param rowBytes interval from one SkSurface row to the next, or zero
150 /** Creates SkCanvas of the specified dimensions without a SkSurface.
172 Sets SkSurfaceProps::kLegacyFontHost_InitType in constructed SkSurface.
257 /** Creates SkSurface matching info and props, and associates it with SkCanvas.
261 does not have SkSurfaceProps, creates SkSurface with default SkSurfaceProps.
265 @return SkSurface matching info and props, or nullptr if no match is availabl
    [all...]
  /external/skqp/samplecode/
SampleAtlas.cpp 15 #include "SkSurface.h"
44 auto surface(SkSurface::MakeRaster(info));
  /external/skqp/src/core/
SkLiteRecorder.cpp 10 #include "SkSurface.h"
21 sk_sp<SkSurface> SkLiteRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) {
SkPictureRecord.h 153 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skqp/tests/
RecordDrawTest.cpp 19 #include "SkSurface.h"
263 auto surface(SkSurface::MakeRasterN32Premul(10, 10));
  /external/skqp/tools/
remote_demo.cpp 22 #include "SkSurface.h"
163 auto s = SkSurface::MakeRasterN32Premul(r.width(), r.height());
  /external/skia/include/core/
SkCanvas.h 51 class SkSurface;
59 SkCanvas and SkPaint together provide the state to draw into SkSurface or SkBaseDevice.
66 Request SkCanvas from SkSurface to obtain the interface to draw.
104 @param rowBytes interval from one SkSurface row to the next, or zero
135 @param rowBytes interval from one SkSurface row to the next, or zero
150 /** Creates SkCanvas of the specified dimensions without a SkSurface.
172 Sets SkSurfaceProps::kLegacyFontHost_InitType in constructed SkSurface.
250 /** Creates SkSurface matching info and props, and associates it with SkCanvas.
254 does not have SkSurfaceProps, creates SkSurface with default SkSurfaceProps.
258 @return SkSurface matching info and props, or nullptr if no match is availabl
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 52 #include "SkSurface.h"
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp 52 #include "SkSurface.h"
    [all...]
  /external/skia/gm/
drawimageset.cpp 12 #include "SkSurface.h"
20 auto surf = SkSurface::MakeRaster(
filterfastbounds.cpp 17 #include "SkSurface.h"
255 auto surface(SkSurface::MakeRasterN32Premul(10, 10));
lattice.cpp 9 #include "SkSurface.h"
12 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop,

Completed in 1325 milliseconds

<<1112131415161718