/external/skia/src/core/ |
D | SkDrawLooper.cpp | 20 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc); in canComputeFastBounds() 45 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc); in computeFastBounds()
|
D | SkComposeShader.cpp | 90 SkShader::Context* contextA = fShaderA->makeContext(newRec, alloc); in onMakeContext() 91 SkShader::Context* contextB = fShaderB->makeContext(newRec, alloc); in onMakeContext()
|
D | SkShader.cpp | 93 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()
|
D | SkLocalMatrixShader.cpp | 51 return fProxyShader->makeContext(newRec, alloc); in onMakeContext()
|
D | SkColorFilterShader.cpp | 58 SkShader::Context* shaderContext = fShader->makeContext(rec, alloc); in onMakeContext()
|
D | SkNormalMapSource.cpp | 152 SkShader::Context* context = fMapShader->makeContext(overrideRec, alloc); in asProvider()
|
D | SkPictureShader.cpp | 282 fBitmapShaderContext = fBitmapShader->makeContext(rec, alloc); in PictureShaderContext()
|
D | SkLightingShader.cpp | 443 diffuseContext = fDiffuseShader->makeContext(rec, alloc); in onMakeContext()
|
D | SkBlitter.cpp | 592 proxyContext = fProxy->makeContext(rec, alloc); in onMakeContext() 887 shaderContext = shader->makeContext(rec, alloc); in Choose()
|
D | SkDraw.cpp | 1875 return fProxyShader->makeContext(newRec, alloc); in onMakeContext() 1930 auto* ctx = paint.getShader()->makeContext(rec, alloc); in MakeTextureShader()
|
D | SkCanvas.cpp | 495 fLooperContext = looper->makeContext(canvas, &fAlloc); in AutoDrawLooper()
|
/external/skia/tests/ |
D | LayerDrawLooperTest.cpp | 62 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()
|
D | QuickRejectTest.cpp | 22 SkDrawLooper::Context* makeContext(SkCanvas*, SkArenaAlloc* alloc) const override { in makeContext() function in TestLooper
|
/external/skia/include/core/ |
D | SkDrawLooper.h | 67 virtual Context* makeContext(SkCanvas*, SkArenaAlloc*) const = 0;
|
D | SkShader.h | 236 Context* makeContext(const ContextRec&, SkArenaAlloc*) const;
|
/external/skia/include/effects/ |
D | SkLayerDrawLooper.h | 74 SkDrawLooper::Context* makeContext(SkCanvas*, SkArenaAlloc*) const override;
|
/external/skia/gm/ |
D | SkLinearBitmapPipelineGM.cpp | 79 SkShader::Context* ctx = paint.getShader()->makeContext(rec, &alloc); in draw_rect_orig()
|
/external/skia/bench/ |
D | SkLinearBitmapPipelineBench.cpp | 208 SkShader::Context* ctx = fPaint.getShader()->makeContext(rec, &alloc); in onDraw()
|
/external/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 42 SkLayerDrawLooper::makeContext(SkCanvas* canvas, SkArenaAlloc* alloc) const { in makeContext() function in SkLayerDrawLooper
|