Searched refs:Make (Results 451 - 475 of 946) sorted by relevance

<<11121314151617181920>>

/external/skia/gm/
H A Dfontcache.cpp32 return SkISize::Make(1280, 640);
50 // Make sure the nul character does not cause problems.
H A Dfontscalerdistortable.cpp29 return SkISize::Make(550, 700);
H A Dlcdoverlap.cpp51 SkISize onISize() override { return SkISize::Make(kWidth, kHeight); }
H A Dpicture.cpp56 return SkISize::Make(450, 120);
H A Dstlouisarch.cpp22 SkISize onISize() override { return SkISize::Make((int)kWidth, (int)kHeight); }
H A Dstrokerects.cpp33 return SkISize::Make(W*2, H*2);
H A Dstroketext.cpp59 p.setPathEffect(SkDashPathEffect::Make(intervals, SK_ARRAY_COUNT(intervals), phase));
H A Dtextblobcolortrans.cpp60 return SkISize::Make(kWidth, kHeight);
H A Dverttext.cpp57 SkISize onISize() override { return SkISize::Make(640, 480); }
/external/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h57 static sk_sp<SkImageFilter> Make(const SkISize& kernelSize,
/external/skia/samplecode/
H A DSampleEffects.cpp25 paint->setMaskFilter(SkBlurMaskFilter::Make(
/external/skia/src/core/
H A DSkRecordedDrawable.cpp50 SkPictureRecord pictureRecord(SkISize::Make(fBounds.width(), fBounds.height()), 0);
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp18 , fCenter(SkPoint::Make(cx, cy))
131 static sk_sp<GrFragmentProcessor> Make(const CreateArgs& args) { function in class:GrSweepGradient
250 sk_sp<GrColorSpaceXform> colorSpaceXform = GrColorSpaceXform::Make(fColorSpace.get(),
252 sk_sp<GrFragmentProcessor> inner(GrSweepGradient::Make(
/external/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h110 sk_sp<GrGeometryProcessor> Make(const Color&,
/external/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h20 static sk_sp<GrFragmentProcessor> Make(GrResourceProvider* resourceProvider, function in class:GrMatrixConvolutionEffect
H A DGrShadowGeoProc.cpp104 return GrRRectShadowGeoProc::Make(GrTest::TestMatrix(d->fRandom));
/external/skia/src/gpu/ops/
H A DGrCopySurfaceOp.cpp61 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, function in class:GrCopySurfaceOp
H A DGrCopySurfaceOp.h30 static std::unique_ptr<GrOp> Make(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
H A DGrDrawAtlasOp.h19 static std::unique_ptr<GrMeshDrawOp> Make(GrColor color, const SkMatrix& viewMatrix, function in class:final
H A DGrStencilPathOp.h23 static std::unique_ptr<GrOp> Make(const SkMatrix& viewMatrix, function in class:final
/external/skia/src/image/
H A DSkSurface_Gpu.cpp82 // TODO: Make caller specify this (change virtual signature of onNewSurface).
208 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(
238 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(context, std::move(rtc), desc.fWidth, desc.fHeight,
265 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(context, std::move(rtc), desc.fWidth, desc.fHeight,
294 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(context, std::move(rtc), desc.fWidth, desc.fHeight,
/external/skia/src/pdf/
H A DSkPDFResourceDict.cpp71 sk_sp<SkPDFDict> SkPDFResourceDict::Make( function in class:SkPDFResourceDict
/external/skia/tests/
H A DDrawPathTest.cpp194 auto dontAssert = SkDashPathEffect::Make(vals, 4, -248.135982067f);
204 auto dontAssert = SkDashPathEffect::Make(intervals, 2, -10);
283 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0));
303 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0));
/external/skia/tools/viewer/sk_app/android/
H A DRasterWindowContext_android.cpp76 SkImageInfo info = SkImageInfo::Make(fWidth, fHeight,
/external/skia/tools/viewer/sk_app/mac/
H A DRasterWindowContext_mac.cpp91 SkImageInfo info = SkImageInfo::Make(fWidth, fHeight, fDisplayParams.fColorType,

Completed in 300 milliseconds

<<11121314151617181920>>