Home
last modified time | relevance | path

Searched refs:makeContext (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/core/
DSkDrawLooper.cpp20 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc); in canComputeFastBounds()
45 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc); in computeFastBounds()
DSkComposeShader.cpp90 SkShader::Context* contextA = fShaderA->makeContext(newRec, alloc); in onMakeContext()
91 SkShader::Context* contextB = fShaderB->makeContext(newRec, alloc); in onMakeContext()
DSkShader.cpp93 SkShader::Context* SkShader::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() function in SkShader
277 if (auto* ctx = this->makeContext(rec, alloc)) { in onAppendStages()
DSkLocalMatrixShader.cpp51 return fProxyShader->makeContext(newRec, alloc); in onMakeContext()
DSkColorFilterShader.cpp58 SkShader::Context* shaderContext = fShader->makeContext(rec, alloc); in onMakeContext()
DSkNormalMapSource.cpp152 SkShader::Context* context = fMapShader->makeContext(overrideRec, alloc); in asProvider()
DSkPictureShader.cpp282 fBitmapShaderContext = fBitmapShader->makeContext(rec, alloc); in PictureShaderContext()
DSkLightingShader.cpp443 diffuseContext = fDiffuseShader->makeContext(rec, alloc); in onMakeContext()
DSkBlitter.cpp592 proxyContext = fProxy->makeContext(rec, alloc); in onMakeContext()
887 shaderContext = shader->makeContext(rec, alloc); in Choose()
DSkDraw.cpp1875 return fProxyShader->makeContext(newRec, alloc); in onMakeContext()
1930 auto* ctx = paint.getShader()->makeContext(rec, alloc); in MakeTextureShader()
DSkCanvas.cpp495 fLooperContext = looper->makeContext(canvas, &fAlloc); in AutoDrawLooper()
/external/skia/tests/
DLayerDrawLooperTest.cpp62 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc); in test_frontToBack()
101 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc); in test_backToFront()
140 SkDrawLooper::Context* context = looper->makeContext(&canvas, &alloc); in test_mixed()
DQuickRejectTest.cpp22 SkDrawLooper::Context* makeContext(SkCanvas*, SkArenaAlloc* alloc) const override { in makeContext() function in TestLooper
/external/skia/include/core/
DSkDrawLooper.h67 virtual Context* makeContext(SkCanvas*, SkArenaAlloc*) const = 0;
DSkShader.h236 Context* makeContext(const ContextRec&, SkArenaAlloc*) const;
/external/skia/include/effects/
DSkLayerDrawLooper.h74 SkDrawLooper::Context* makeContext(SkCanvas*, SkArenaAlloc*) const override;
/external/skia/gm/
DSkLinearBitmapPipelineGM.cpp79 SkShader::Context* ctx = paint.getShader()->makeContext(rec, &alloc); in draw_rect_orig()
/external/skia/bench/
DSkLinearBitmapPipelineBench.cpp208 SkShader::Context* ctx = fPaint.getShader()->makeContext(rec, &alloc); in onDraw()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp42 SkLayerDrawLooper::makeContext(SkCanvas* canvas, SkArenaAlloc* alloc) const { in makeContext() function in SkLayerDrawLooper