Searched refs:Make (Results 326 - 350 of 2046) sorted by relevance

<<11121314151617181920>>

/external/skia/gm/
H A Dgamut.cpp72 SkPoint::Make(0, 0),
73 SkPoint::Make(0, gScalarSize)
104 SkPoint::Make(0, 0),
105 SkPoint::Make(gScalarSize, 0),
106 SkPoint::Make(gScalarSize, gScalarSize),
107 SkPoint::Make(0, gScalarSize)
154 // Make our two working surfaces (one sRGB, one Wide)
155 SkImageInfo srgbGamutInfo = SkImageInfo::Make(gRectSize, gRectSize, origInfo.colorType(),
157 SkImageInfo wideGamutInfo = SkImageInfo::Make(gRectSize, gRectSize, origInfo.colorType(),
H A Dimageblur2.cpp46 return SkISize::Make(WIDTH, HEIGHT);
62 paint.setImageFilter(SkBlurImageFilter::Make(sigmaX, sigmaY, nullptr));
H A Dimageblurtiled.cpp30 return SkISize::Make(WIDTH, HEIGHT);
35 paint.setImageFilter(SkBlurImageFilter::Make(fSigmaX, fSigmaY, nullptr));
H A Dinternal_links.cpp32 return SkISize::Make(700, 500);
47 SkPoint point = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(50));
H A Doverdrawcolorfilter.cpp33 return SkISize::Make(200, 400);
42 sk_sp<SkColorFilter> colorFilter = SkOverdrawColorFilter::Make(colors);
/external/skia/include/android/
H A DSkAnimatedImage.h35 static sk_sp<SkAnimatedImage> Make(std::unique_ptr<SkAndroidCodec>,
41 static sk_sp<SkAnimatedImage> Make(std::unique_ptr<SkAndroidCodec>);
/external/skia/include/core/
H A DSkRSXform.h22 static SkRSXform Make(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { function in struct:SkRSXform
37 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay);
/external/skia/samplecode/
H A DSampleSVGFile.cpp41 fDom->setContainerSize(SkSize::Make(this->width(), this->height()));
53 fDom->setContainerSize(SkSize::Make(this->width(), this->height()));
H A DSampleStringArt.cpp35 SkPoint center = SkPoint::Make(SkScalarHalf(this->width()), SkScalarHalf(this->height()));
44 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
/external/skia/src/gpu/effects/
H A DGrBicubicEffect.h34 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrBicubicEffect
44 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrBicubicEffect
/external/skia/src/gpu/ops/
H A DGrClearStencilClipOp.h21 static std::unique_ptr<GrOp> Make(const GrFixedClip& clip, bool insideStencilMask, function in class:final
48 ? SkRect::Make(fClip.scissorRect())
/external/skia/src/sksl/
H A DSkSLCPP.h46 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); }
48 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); }
/external/skqp/bench/
H A DTileImageFilterBench.cpp40 paint.setImageFilter(SkTileImageFilter::Make(SkRect::MakeWH(50, 50),
50 canvas->clipRect(SkRect::Make(clipIRect));
/external/skqp/experimental/sksg/geometry/
H A DSkSGText.h29 static sk_sp<Text> Make(sk_sp<SkTypeface> tf, const SkString& text);
55 SkPoint fPosition = SkPoint::Make(0, 0);
/external/skqp/gm/
H A Dblurcircles.cpp27 return SkISize::Make(950, 950);
34 fBlurFilters[i] = SkBlurMaskFilter::Make(
H A Dblurredclippedcircle.cpp33 return SkISize::Make(kWidth, kHeight);
68 paint.setMaskFilter(SkBlurMaskFilter::Make(
H A Dcomplexclip_blur_tiled.cpp31 return SkISize::Make(WIDTH, HEIGHT);
36 blurPaint.setImageFilter(SkBlurImageFilter::Make(5.0f, 5.0f, nullptr));
H A Dgamut.cpp71 SkPoint::Make(0, 0),
72 SkPoint::Make(0, gScalarSize)
103 SkPoint::Make(0, 0),
104 SkPoint::Make(gScalarSize, 0),
105 SkPoint::Make(gScalarSize, gScalarSize),
106 SkPoint::Make(0, gScalarSize)
153 // Make our two working surfaces (one sRGB, one Wide)
154 SkImageInfo srgbGamutInfo = SkImageInfo::Make(gRectSize, gRectSize, origInfo.colorType(),
156 SkImageInfo wideGamutInfo = SkImageInfo::Make(gRectSize, gRectSize, origInfo.colorType(),
H A Dimageblur2.cpp46 return SkISize::Make(WIDTH, HEIGHT);
62 paint.setImageFilter(SkBlurImageFilter::Make(sigmaX, sigmaY, nullptr));
H A Dimageblurtiled.cpp30 return SkISize::Make(WIDTH, HEIGHT);
35 paint.setImageFilter(SkBlurImageFilter::Make(fSigmaX, fSigmaY, nullptr));
H A Dinternal_links.cpp32 return SkISize::Make(700, 500);
47 SkPoint point = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(50));
H A Doverdrawcolorfilter.cpp33 return SkISize::Make(200, 400);
42 sk_sp<SkColorFilter> colorFilter = SkOverdrawColorFilter::Make(colors);
/external/skqp/include/android/
H A DSkAnimatedImage.h35 static sk_sp<SkAnimatedImage> Make(std::unique_ptr<SkAndroidCodec>,
41 static sk_sp<SkAnimatedImage> Make(std::unique_ptr<SkAndroidCodec>);
/external/skqp/include/core/
H A DSkRSXform.h22 static SkRSXform Make(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { function in struct:SkRSXform
37 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay);
/external/skqp/samplecode/
H A DSampleSVGFile.cpp41 fDom->setContainerSize(SkSize::Make(this->width(), this->height()));
53 fDom->setContainerSize(SkSize::Make(this->width(), this->height()));

Completed in 437 milliseconds

<<11121314151617181920>>