HomeSort by relevance Sort by last modified time
    Searched full:sk_sp (Results 651 - 675 of 2633) sorted by null

<<21222324252627282930>>

  /external/skqp/src/gpu/effects/
GrSimpleTextureEffect.fp 24 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
32 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
40 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.h 21 static sk_sp<GrMtlRenderTarget> CreateNewRenderTarget(GrMtlGpu*, const GrSurfaceDesc&,
24 static sk_sp<GrMtlRenderTarget> MakeWrappedRenderTarget(GrMtlGpu*, const GrSurfaceDesc&);
87 static sk_sp<GrMtlRenderTarget> Make(GrMtlGpu*,
  /external/skqp/src/gpu/vk/
GrVkTextureRenderTarget.h 28 static sk_sp<GrVkTextureRenderTarget> CreateNewTextureRenderTarget(GrVkGpu*, SkBudgeted,
33 static sk_sp<GrVkTextureRenderTarget> MakeWrappedTextureRenderTarget(GrVkGpu*,
90 static sk_sp<GrVkTextureRenderTarget> Make(GrVkGpu*,
  /external/skqp/src/ports/
SkFontConfigTypeface.h 17 sk_sp<SkFontConfigInterface> fFCI;
23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci,
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci,
  /external/skqp/tests/
AsADashTest.cpp 15 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0));
25 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
36 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
RenderTargetContextTest.cpp 22 static sk_sp<GrRenderTargetContext> get_rtc(GrContext* ctx) {
45 sk_sp<GrRenderTargetContext> rtCtx(get_rtc(ctx));
59 sk_sp<GrRenderTargetContext> rtCtx(get_rtc(ctx));
  /external/skqp/tools/
SkTestScalerContext.h 29 sk_sp<SkTestFont> fCachedFont;
52 SkTestTypeface(sk_sp<SkTestFont>, const SkFontStyle& style);
98 sk_sp<SkTestFont> fTestFont;
sk_tool_utils_font.cpp 32 sk_sp<SkTypeface> create_font(const char* name, SkFontStyle style) {
50 sk_sp<SkFontMgr> fm(SkFontMgr::RefDefault());
57 sk_sp<SkTestFont> font;
  /external/skqp/tools/sk_app/android/
RasterWindowContext_android.cpp 22 sk_sp<SkSurface> getBackbufferSurface() override;
31 sk_sp<SkSurface> fBackbufferSurface = nullptr;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() {
  /frameworks/base/libs/hwui/
VkLayer.h 31 sk_sp<SkColorFilter> colorFilter, int alpha, SkBlendMode mode, bool blend)
52 sk_sp<SkImage> getImage() { return mImage; }
65 sk_sp<SkImage> mImage;
  /frameworks/base/libs/hwui/tests/common/scenes/
ReadbackFromHardwareBitmap.cpp 27 static sk_sp<Bitmap> createHardwareBitmap() {
44 sk_sp<Bitmap> hardwareBitmap(createHardwareBitmap());
50 sk_sp<Bitmap> heapBitmap(TestUtils::createBitmap(hardwareBitmap->width(),
  /external/skia/bench/
PDFBench.cpp 66 static void test_pdf_object_serialization(const sk_sp<SkPDFObject> object) {
91 sk_sp<SkImage> img(GetResourceAsImage("images/color_wheel.png"));
116 sk_sp<SkImage> fImage;
130 sk_sp<SkImage> img(GetResourceAsImage("images/mandrill_512_q075.jpg"));
132 sk_sp<SkData> encoded = img->refEncodedData();
153 sk_sp<SkImage> fImage;
175 sk_sp<SkPDFObject> object =
202 sk_sp<SkShader> fShader;
220 sk_sp<SkPDFObject> shader = SkPDFMakeShader(&doc, fShader.get(), SkMatrix::I(),
  /external/skia/experimental/sksg/
SkSGEffectNode.cpp 12 EffectNode::EffectNode(sk_sp<RenderNode> child)
SkSGImage.cpp 15 Image::Image(sk_sp<SkImage> image) : fImage(std::move(image)) {}
  /external/skia/experimental/sksg/geometry/
SkSGText.cpp 19 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) {
20 return sk_sp<Text>(new Text(std::move(tf), text));
23 Text::Text(sk_sp<SkTypeface> tf, const SkString& text)
  /external/skia/experimental/svg/model/
SkSVGShape.h 21 void appendChild(sk_sp<SkSVGNode>) override;
  /external/skia/gm/
arithmode.cpp 22 static sk_sp<SkImage> make_src() {
23 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
38 static sk_sp<SkImage> make_dst() {
39 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
81 sk_sp<SkImage> src = make_src();
82 sk_sp<SkImage> dst = make_dst();
83 sk_sp<SkImageFilter> srcFilter = SkImageSource::Make(src);
84 sk_sp<SkImageFilter> dstFilter = SkImageSource::Make(dst);
140 sk_sp<SkImageFilter> bg =
gradientDirtyLaundry.cpp 38 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
42 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) {
47 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode) {
53 typedef sk_sp<SkShader> (*GradMaker)(const SkPoint pts[2], const GradData&, SkShader::TileMode);
grayscalejpg.cpp 18 sk_sp<SkImage> image(GetResourceAsImage(kResource));
  /external/skia/include/android/
SkBitmapRegionDecoder.h 32 static SkBitmapRegionDecoder* Create(sk_sp<SkData>, Strategy strategy);
65 sk_sp<SkColorSpace> prefColorSpace = nullptr) = 0;
71 virtual sk_sp<SkColorSpace> computeOutputColorSpace(SkColorType outputColorType,
72 sk_sp<SkColorSpace> prefColorSpace = nullptr) = 0;
  /external/skia/include/core/
SkFont.h 120 static sk_sp<SkFont> Make(sk_sp<SkTypeface>, SkScalar size, MaskType, uint32_t flags);
121 static sk_sp<SkFont> Make(sk_sp<SkTypeface>, SkScalar size, SkScalar scaleX, SkScalar skewX,
128 sk_sp<SkFont> makeWithSize(SkScalar size) const;
132 sk_sp<SkFont> makeWithFlags(uint32_t newFlags) const;
157 static sk_sp<SkFont> Testing_CreateFromPaint(const SkPaint&);
164 SkFont(sk_sp<SkTypeface>, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType,
167 sk_sp<SkTypeface> fTypeface;
  /external/skia/include/effects/
Sk2DPathEffect.h 58 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) {
59 return sk_sp<SkPathEffect>(new SkLine2DPathEffect(width, matrix));
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) {
88 return sk_sp<SkPathEffect>(new SkPath2DPathEffect(matrix, path));
SkColorMatrixFilter.h 22 static sk_sp<SkColorFilter> MakeLightingFilter(SkColor mul, SkColor add);
  /external/skia/src/core/
SkDeferredDisplayList.cpp 15 sk_sp<LazyProxyData> lazyProxyData)
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 33 sk_sp<SkImageFilter> SkMagnifierImageFilter::Make(const SkRect& srcRect, SkScalar inset,
34 sk_sp<SkImageFilter> input,
46 return sk_sp<SkImageFilter>(new SkMagnifierImageFilter(srcRect, inset,
55 sk_sp<SkImageFilter> input,
63 sk_sp<SkFlattenable> SkMagnifierImageFilter::CreateProc(SkReadBuffer& buffer) {
76 sk_sp<SkSpecialImage> SkMagnifierImageFilter::onFilterImage(SkSpecialImage* source,
80 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
103 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context));
194 sk_sp<SkImageFilter> SkMagnifierImageFilter::onMakeColorSpace(SkColorSpaceXformer* xformer) const {

Completed in 822 milliseconds

<<21222324252627282930>>