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

<<1112131415161718

  /external/skqp/gm/
imagescalealigned.cpp 11 #include "SkSurface.h"
76 auto surface(SkSurface::MakeRasterN32Premul(kSegLen, kSegLen));
texturedomaineffect.cpp 19 #include "SkSurface.h"
57 auto surface = SkSurface::MakeRaster(ii);
multipicturedraw.cpp 15 #include "SkSurface.h"
241 static sk_sp<SkSurface> create_compat_surface(SkCanvas* canvas, int width, int height) {
256 sk_sp<SkSurface> fSurf;
  /external/skqp/src/core/
SkBitmapDevice.cpp 22 #include "SkSurface.h"
693 sk_sp<SkSurface> surf = SkSurface::MakeRaster(SkImageInfo::MakeA8(maskBounds.width(),
729 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
730 return SkSurface::MakeRaster(info, &props);
SkRecorder.h 119 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skqp/src/effects/imagefilters/
SkTileImageFilter.cpp 20 #include "SkSurface.h"
79 sk_sp<SkSurface> surf(input->makeTightSurface(ctx.outputProperties(), srcIRect.size()));
  /external/skqp/src/gpu/
SkGpuDevice.h 21 #include "SkSurface.h"
152 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skqp/src/pdf/
SkPDFDevice.h 135 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skqp/tests/
GpuDrawPathTest.cpp 21 #include "SkSurface.h"
82 SkSurface::MakeRenderTarget(ctxInfo.grContext(), SkBudgeted::kNo, info,
QuickRejectTest.cpp 175 #include "SkSurface.h"
177 auto surf = SkSurface::MakeRasterN32Premul(20, 20);
ReadPixelsTest.cpp 14 #include "SkSurface.h"
400 static void test_readpixels(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface,
449 auto surface(SkSurface::MakeRaster(info));
469 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(
RectTest.cpp 163 #include "SkSurface.h"
176 auto surf = SkSurface::MakeRaster(info);
SerialProcsTest.cpp 16 #include "SkSurface.h"
20 auto surf = SkSurface::MakeRasterN32Premul(r.width(), r.height());
ImageFilterTest.cpp 37 #include "SkSurface.h"
315 auto surface(SkSurface::MakeRasterN32Premul(kBitmapSize, kBitmapSize));
392 static sk_sp<SkSurface> create_surface(GrContext* context, int width, int height) {
395 return SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info);
397 return SkSurface::MakeRaster(info);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 32 #include "SkSurface.h"
70 DEF_MTNAME(SkSurface)
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 32 #include "SkSurface.h"
70 DEF_MTNAME(SkSurface)
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 37 #include "SkSurface.h"
315 auto surface(SkSurface::MakeRasterN32Premul(kBitmapSize, kBitmapSize));
392 static sk_sp<SkSurface> create_surface(GrContext* context, int width, int height) {
395 return SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info);
397 return SkSurface::MakeRaster(info);
    [all...]
  /external/skia/gm/
multipicturedraw.cpp 15 #include "SkSurface.h"
241 static sk_sp<SkSurface> create_compat_surface(SkCanvas* canvas, int width, int height) {
256 sk_sp<SkSurface> fSurf;
dftext.cpp 12 #include "SkSurface.h"
50 auto surface(SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props));
shapes_as_paths.cpp 14 #include "SkSurface.h"
157 surface = SkSurface::MakeRasterN32Premul(50, 50);
  /external/skia/tools/skqp/src/
skqp.cpp 23 #include "SkSurface.h"
284 sk_sp<SkSurface> surf = SkSurface::MakeRenderTarget(
  /external/skqp/tools/skpbench/
skpbench.cpp 26 #include "SkSurface.h"
430 sk_sp<SkSurface> surface =
431 SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, config->getSamples(), &props);
  /external/skqp/tools/skqp/src/
skqp.cpp 23 #include "SkSurface.h"
284 sk_sp<SkSurface> surf = SkSurface::MakeRenderTarget(
  /external/skia/include/core/
SkImage.h 40 class SkSurface;
59 SkImage may be created from SkBitmap, SkPixmap, SkSurface, SkPicture, encoded streams,
278 GrBackendTexture decoded from data is uploaded to match SkSurface created with
290 @param dstColorSpace range of colors of matching SkSurface on GPU
307 GrBackendTexture created from pixmap is uploaded to match SkSurface created with
319 @param dstColorSpace range of colors of matching SkSurface on GPU
437 Each GrBackendTexture created from yuvaPixmaps array is uploaded to match SkSurface
    [all...]
  /external/skia/samplecode/
SampleAtlas.cpp 15 #include "SkSurface.h"
44 auto surface(SkSurface::MakeRaster(info));

Completed in 884 milliseconds

<<1112131415161718