HomeSort by relevance Sort by last modified time
    Searched defs:Make (Results 1 - 25 of 472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrGpuFactory.cpp 16 sk_sp<GrGpu> GrGpu::Make(GrBackend backend,
22 return GrGLGpu::Make(backendContext, options, context);
25 return GrVkGpu::Make(backendContext, options, context);
28 return GrMockGpu::Make(backendContext, options, context);
  /external/skqp/src/gpu/
GrGpuFactory.cpp 16 sk_sp<GrGpu> GrGpu::Make(GrBackend backend,
22 return GrGLGpu::Make(backendContext, options, context);
25 return GrVkGpu::Make(backendContext, options, context);
28 return GrMockGpu::Make(backendContext, options, context);
  /external/skia/src/atlastext/
SkAtlasTextContext.cpp 12 sk_sp<SkAtlasTextContext> SkAtlasTextContext::Make(sk_sp<SkAtlasTextRenderer> renderer) {
17 : fInternalContext(SkInternalAtlasTextContext::Make(std::move(renderer))) {}
  /external/skia/src/svg/
SkSVGCanvas.cpp 13 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) {
21 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkWStream* writer) {
23 return Make(bounds, &xmlWriter);
  /external/skqp/src/atlastext/
SkAtlasTextContext.cpp 12 sk_sp<SkAtlasTextContext> SkAtlasTextContext::Make(sk_sp<SkAtlasTextRenderer> renderer) {
17 : fInternalContext(SkInternalAtlasTextContext::Make(std::move(renderer))) {}
  /external/skqp/src/svg/
SkSVGCanvas.cpp 13 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) {
21 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkWStream* writer) {
23 return Make(bounds, &xmlWriter);
  /external/skia/experimental/svg/model/
SkSVGClipPath.h 17 static sk_sp<SkSVGClipPath> Make() {
SkSVGDefs.h 16 static sk_sp<SkSVGDefs> Make() { return sk_sp<SkSVGDefs>(new SkSVGDefs()); }
SkSVGG.h 17 static sk_sp<SkSVGG> Make() { return sk_sp<SkSVGG>(new SkSVGG()); }
  /external/skia/include/effects/
SkXfermodeImageFilter.h 21 static sk_sp<SkImageFilter> Make(SkBlendMode, sk_sp<SkImageFilter> background,
24 static sk_sp<SkImageFilter> Make(SkBlendMode mode, sk_sp<SkImageFilter> background) {
25 return Make(mode, std::move(background), nullptr, nullptr);
  /external/skia/src/gpu/effects/
GrOvalEffect.cpp 14 std::unique_ptr<GrFragmentProcessor> GrOvalEffect::Make(GrClipEdgeType edgeType, const SkRect& oval,
23 return GrCircleEffect::Make(edgeType, SkPoint::Make(oval.fLeft + w, oval.fTop + w),
28 return GrEllipseEffect::Make(edgeType, SkPoint::Make(oval.fLeft + w, oval.fTop + h),
29 SkPoint::Make(w, h), caps);
GrPremulInputFragmentProcessor.h 22 static std::unique_ptr<GrFragmentProcessor> Make() {
GrUnpremulInputFragmentProcessor.h 22 static std::unique_ptr<GrFragmentProcessor> Make() {
  /external/skia/tests/
skbug6389.cpp 18 p.setMaskFilter(SkBlurMaskFilter::Make(SkBlurStyle::kNormal_SkBlurStyle, 5,
20 p.setImageFilter(SkImageSource::Make(GetResourceAsImage("images/mandrill_512.png"), {0, 0, 0, 0},
  /external/skqp/experimental/svg/model/
SkSVGClipPath.h 17 static sk_sp<SkSVGClipPath> Make() {
SkSVGDefs.h 16 static sk_sp<SkSVGDefs> Make() { return sk_sp<SkSVGDefs>(new SkSVGDefs()); }
SkSVGG.h 17 static sk_sp<SkSVGG> Make() { return sk_sp<SkSVGG>(new SkSVGG()); }
  /external/skqp/include/effects/
SkXfermodeImageFilter.h 21 static sk_sp<SkImageFilter> Make(SkBlendMode, sk_sp<SkImageFilter> background,
24 static sk_sp<SkImageFilter> Make(SkBlendMode mode, sk_sp<SkImageFilter> background) {
25 return Make(mode, std::move(background), nullptr, nullptr);
  /external/skqp/src/gpu/effects/
GrOvalEffect.cpp 14 std::unique_ptr<GrFragmentProcessor> GrOvalEffect::Make(GrClipEdgeType edgeType, const SkRect& oval,
23 return GrCircleEffect::Make(edgeType, SkPoint::Make(oval.fLeft + w, oval.fTop + w),
28 return GrEllipseEffect::Make(edgeType, SkPoint::Make(oval.fLeft + w, oval.fTop + h),
29 SkPoint::Make(w, h), caps);
GrPremulInputFragmentProcessor.h 22 static std::unique_ptr<GrFragmentProcessor> Make() {
GrUnpremulInputFragmentProcessor.h 22 static std::unique_ptr<GrFragmentProcessor> Make() {
  /external/skqp/tests/
skbug6389.cpp 18 p.setMaskFilter(SkBlurMaskFilter::Make(SkBlurStyle::kNormal_SkBlurStyle, 5,
20 p.setImageFilter(SkImageSource::Make(GetResourceAsImage("images/mandrill_512.png"), {0, 0, 0, 0},
  /external/skia/experimental/sksg/geometry/
SkSGPlane.h 23 static sk_sp<Plane> Make() { return sk_sp<Plane>(new Plane()); }
  /external/skia/src/gpu/ops/
GrCopySurfaceOp.cpp 62 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrSurfaceProxy* dstProxy, GrSurfaceProxy* srcProxy,
  /external/skqp/src/gpu/ops/
GrCopySurfaceOp.cpp 62 std::unique_ptr<GrOp> GrCopySurfaceOp::Make(GrSurfaceProxy* dstProxy, GrSurfaceProxy* srcProxy,

Completed in 197 milliseconds

1 2 3 4 5 6 7 8 91011>>