Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 25 of 162) sorted by relevance

1234567

/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.h24 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
33 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
41 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
50 static sk_sp<GrFragmentProcessor> Make(GrResourceProvider* resourceProvider, in Make() function
61 static sk_sp<GrFragmentProcessor> Make(GrResourceProvider* resourceProvider, in Make() function
72 static sk_sp<GrFragmentProcessor> Make(GrResourceProvider* resourceProvider, in Make() function
DGrDitherEffect.cpp19 static sk_sp<GrFragmentProcessor> Make() { in Make() function in DitherEffect
91 sk_sp<GrFragmentProcessor> GrDitherEffect::Make() { return DitherEffect::Make(); } in Make() function in GrDitherEffect
DGrBicubicEffect.h32 static sk_sp<GrFragmentProcessor> Make(GrResourceProvider* resourceProvider, in Make() function
45 static sk_sp<GrFragmentProcessor> Make(GrResourceProvider* resourceProvider, in Make() function
DGrDistanceFieldGeoProc.h52 static sk_sp<GrGeometryProcessor> Make(GrResourceProvider* resourceProvider, in Make() function
126 static sk_sp<GrGeometryProcessor> Make(GrResourceProvider* resourceProvider, GrColor color, in Make() function
180 static DistanceAdjust Make(SkScalar r, SkScalar g, SkScalar b) { in Make() function
193 static sk_sp<GrGeometryProcessor> Make(GrResourceProvider* resourceProvider, GrColor color, in Make() function
DGrConvexPolyEffect.cpp22 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType edgeType, const SkRect& rect) { in Make() function in AARectEffect
239 sk_sp<GrFragmentProcessor> GrConvexPolyEffect::Make(GrPrimitiveEdgeType type, const SkPath& path) { in Make() function in GrConvexPolyEffect
309 sk_sp<GrFragmentProcessor> GrConvexPolyEffect::Make(GrPrimitiveEdgeType edgeType, in Make() function in GrConvexPolyEffect
/external/skia/include/core/
DSkSize.h17 static SkTSize Make(T w, T h) { in Make() function
82 static SkSize Make(SkScalar w, SkScalar h) { in Make() function
89 static SkSize Make(const SkISize& src) { in Make() function
/external/skia/include/effects/
DSk2DPathEffect.h58 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function
DSkArcToPathEffect.h18 static sk_sp<SkPathEffect> Make(SkScalar radius) { in Make() function
DSkCornerPathEffect.h23 static sk_sp<SkPathEffect> Make(SkScalar radius) { in Make() function
/external/skia/src/gpu/ops/
DGrSemaphoreOp.cpp17 static std::unique_ptr<GrSignalSemaphoreOp> Make(sk_sp<GrSemaphore> semaphore) { in Make() function in GrSignalSemaphoreOp
38 static std::unique_ptr<GrWaitSemaphoreOp> Make(sk_sp<GrSemaphore> semaphore) { in Make() function in GrWaitSemaphoreOp
DGrClearOp.h22 static std::unique_ptr<GrClearOp> Make(const GrFixedClip& clip, GrColor color, in Make() function
31 static std::unique_ptr<GrClearOp> Make(const SkIRect& rect, GrColor color, GrRenderTarget* rt, in Make() function
/external/skia/src/core/
DSkBitmapCache.cpp57 SkBitmapCacheDesc SkBitmapCacheDesc::Make(uint32_t imageID, int origWidth, int origHeight) { in Make() function in SkBitmapCacheDesc
63 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkBitmap& bm, int scaledWidth, int scaledHeight) { in Make() function in SkBitmapCacheDesc
71 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkBitmap& bm) { in Make() function in SkBitmapCacheDesc
78 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkImage* image, int scaledWidth, int scaledHeight) { in Make() function in SkBitmapCacheDesc
88 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkImage* image) { in Make() function in SkBitmapCacheDesc
DSkFont.cpp27 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, in Make() function in SkFont
42 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, MaskType mt, uint32_t flags) { in Make() function in SkFont
/external/skia/src/effects/
DSkImageSource.cpp18 sk_sp<SkImageFilter> SkImageSource::Make(sk_sp<SkImage> image) { in Make() function in SkImageSource
26 sk_sp<SkImageFilter> SkImageSource::Make(sk_sp<SkImage> image, in Make() function in SkImageSource
DSkLumaColorFilter.cpp48 sk_sp<SkColorFilter> SkLumaColorFilter::Make() { in Make() function in SkLumaColorFilter
69 static sk_sp<GrFragmentProcessor> Make() { in Make() function in LumaColorFilterEffect
DSkPictureImageFilter.cpp17 sk_sp<SkImageFilter> SkPictureImageFilter::Make(sk_sp<SkPicture> picture) { in Make() function in SkPictureImageFilter
21 sk_sp<SkImageFilter> SkPictureImageFilter::Make(sk_sp<SkPicture> picture, in Make() function in SkPictureImageFilter
/external/skia/experimental/svg/model/
DSkSVGClipPath.h17 static sk_sp<SkSVGClipPath> Make() { in Make() function
DSkSVGG.h17 static sk_sp<SkSVGG> Make() { return sk_sp<SkSVGG>(new SkSVGG()); } in Make() function
DSkSVGDefs.h16 static sk_sp<SkSVGDefs> Make() { return sk_sp<SkSVGDefs>(new SkSVGDefs()); } in Make() function
DSkSVGCircle.h19 static sk_sp<SkSVGCircle> Make() { return sk_sp<SkSVGCircle>(new SkSVGCircle()); } in Make() function
DSkSVGPath.h17 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); } in Make() function
DSkSVGEllipse.h19 static sk_sp<SkSVGEllipse> Make() { return sk_sp<SkSVGEllipse>(new SkSVGEllipse()); } in Make() function
/external/skia/samplecode/
DSampleBevel.cpp187 static sk_sp<ParentControl> Make() { in Make() function in ControlPanel
193 static sk_sp<ParentControl> Make(SkScalar width) { in Make() function in ControlPanel
269 static sk_sp<Control> Make(SkString name, int* output, int min, int max) { in Make() function in DiscreteSliderControl
379 static sk_sp<ParentControl> Make(const SkString& name) { in Make() function in ControlSwitcher
459 static sk_sp<Control> Make(const SkString& name, SkScalar* output, SkScalar min, SkScalar max) { in Make() function in ContinuousSliderControl
527 static sk_sp<Control> Make(const SkString& name, SkVector* output) { in Make() function in RadialDirectionControl
605 static sk_sp<Control> Make(SkColor3f* input) { in Make() function in ColorDisplay
/external/skia/gm/
Dreveal.cpp95 static Object* Make(const SkRect& r) { in Make() function in RRect
151 static Object* Make(const SkRect& r) { in Make() function in StrokedRRect
202 static Object* Make(const SkRect& r) { in Make() function in Oval
250 static Object* Make(const SkRect& r) { in Make() function in Rect
302 static Object* Make(const SkRect& r) { in Make() function in Pentagon
/external/skia/src/svg/
DSkSVGCanvas.cpp12 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) { in Make() function in SkSVGCanvas

1234567