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

<<51525354555657585960>>

  /external/skqp/gm/
pictureshadertile.cpp 98 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
105 sk_sp<SkPicture> offsetPicture(recorder.finishRecordingAsPicture());
118 sk_sp<SkPicture> pictureRef = picture;
151 sk_sp<SkShader> fShaders[SK_ARRAY_COUNT(tiles)];
shadermaskfilter.cpp 16 const SkImage* mask, sk_sp<SkMaskFilter> outer = nullptr) {
30 static sk_sp<SkShader> make_shader(const SkRect& r) {
74 static sk_sp<SkMaskFilter> make_path_mf(const SkPath& path, unsigned alpha) {
122 sk_sp<SkMaskFilter> mfA[2], mfB[2];
textblobuseaftergpufree.cpp 51 sk_sp<SkTextBlob> blob(builder.make());
  /external/skqp/include/effects/
SkDashPathEffect.h 35 static sk_sp<SkPathEffect> Make(const SkScalar intervals[], int count, SkScalar phase);
SkDiscretePathEffect.h 32 static sk_sp<SkPathEffect> Make(SkScalar segLength, SkScalar dev, uint32_t seedAssist = 0);
SkRRectsGaussianEdgeMaskFilter.h 27 static sk_sp<SkMaskFilter> Make(const SkRRect& first,
  /external/skqp/include/ports/
SkFontMgr_android.h 43 SK_API sk_sp<SkFontMgr> SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom);
  /external/skqp/samplecode/
SampleSVGFile.cpp 68 sk_sp<SkSVGDOM> fDom;
SampleVertices.cpp 27 static sk_sp<SkShader> make_shader0(SkIPoint* size) {
41 static sk_sp<SkShader> make_shader1(const SkIPoint& size) {
50 sk_sp<SkShader> fShader0;
51 sk_sp<SkShader> fShader1;
  /external/skqp/src/core/
SkBitmapDevice.h 117 sk_sp<SkSpecialImage> makeSpecial(const SkBitmap&) override;
118 sk_sp<SkSpecialImage> makeSpecial(const SkImage*) override;
119 sk_sp<SkSpecialImage> snapSpecial() override;
158 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skqp/src/effects/
GrCircleBlurFragmentProcessor.h 31 sk_sp<GrTextureProxy> blurProfileSampler)
  /external/skqp/src/gpu/
GrPaint.h 112 void addColorTextureProcessor(sk_sp<GrTextureProxy>, const SkMatrix&);
113 void addColorTextureProcessor(sk_sp<GrTextureProxy>, const SkMatrix&, const GrSamplerState&);
115 void addCoverageTextureProcessor(sk_sp<GrTextureProxy>, const SkMatrix&);
116 void addCoverageTextureProcessor(sk_sp<GrTextureProxy>, const SkMatrix&, const GrSamplerState&);
GrProcessor.cpp 202 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy,
207 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy,
214 void GrResourceIOProcessor::TextureSampler::reset(sk_sp<GrTextureProxy> proxy,
223 void GrResourceIOProcessor::TextureSampler::reset(sk_sp<GrTextureProxy> proxy,
GrSoftwarePathRenderer.h 45 static void DrawToTargetWithShapeMask(sk_sp<GrTextureProxy> proxy,
  /external/skqp/src/gpu/effects/
GrBitmapTextGeoProc.cpp 124 const sk_sp<GrTextureProxy> proxies[kMaxTextures],
150 void GrBitmapTextGeoProc::addNewProxies(const sk_sp<GrTextureProxy> proxies[kMaxTextures],
175 sk_sp<GrGeometryProcessor> GrBitmapTextGeoProc::TestCreate(GrProcessorTestData* d) {
178 sk_sp<GrTextureProxy> proxies[kMaxTextures] = {
GrCoverageSetOpXP.h 37 sk_sp<const GrXferProcessor> makeXferProcessor(const GrProcessorAnalysisColor&,
GrDisableColorXP.h 39 sk_sp<const GrXferProcessor> makeXferProcessor(const GrProcessorAnalysisColor&,
  /external/skqp/src/gpu/gl/
GrGLTextureRenderTarget.h 38 static sk_sp<GrGLTextureRenderTarget> MakeWrapped(GrGLGpu* gpu, const GrSurfaceDesc& desc,
  /external/skqp/src/gpu/ops/
GrMeshDrawOp.cpp 49 sk_sp<const GrBuffer> quadIndexBuffer = target->resourceProvider()->refQuadIndexBuffer();
GrStencilAndCoverPathRenderer.cpp 53 static sk_sp<GrPath> get_gr_path(GrResourceProvider* resourceProvider, const GrShape& shape) {
57 sk_sp<GrPath> path;
81 sk_sp<GrPath> p(get_gr_path(fResourceProvider, *args.fShape));
94 sk_sp<GrPath> path(get_gr_path(fResourceProvider, *args.fShape));
  /external/skqp/src/gpu/vk/
GrVkTexture.cpp 79 sk_sp<GrVkTexture> GrVkTexture::CreateNewTexture(GrVkGpu* gpu, SkBudgeted budgeted,
98 return sk_sp<GrVkTexture>(new GrVkTexture(gpu, budgeted, desc, info, imageView,
102 sk_sp<GrVkTexture> GrVkTexture::MakeWrappedTexture(GrVkGpu* gpu,
122 return sk_sp<GrVkTexture>(new GrVkTexture(gpu, kWrapped, desc, *info, imageView,
  /external/skqp/src/lazy/
SkDiscardableMemoryPool.cpp 81 PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool, SkAutoFree pointer, size_t bytes);
89 sk_sp<DiscardableMemoryPool> fPool;
95 PoolDiscardableMemory::PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool,
232 sk_sp<SkDiscardableMemoryPool> SkDiscardableMemoryPool::Make(size_t size) {
SkDiscardableMemoryPool.h 54 static sk_sp<SkDiscardableMemoryPool> Make(size_t size);
  /external/skqp/src/pdf/
SkPDFResourceDict.h 43 static sk_sp<SkPDFDict> Make(
  /external/skqp/src/ports/
SkImageGeneratorWIC.h 58 sk_sp<SkData> fData;

Completed in 660 milliseconds

<<51525354555657585960>>