/external/skia/src/core/ |
D | SkDrawLooper.cpp | 18 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize()); in canComputeFastBounds() 42 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize()); in computeFastBounds()
|
D | SkLocalMatrixShader.h | 22 size_t contextSize(const ContextRec& rec) const override { in contextSize() function 23 return fProxyShader->contextSize(rec); in contextSize()
|
D | SkComposeShader.cpp | 33 size_t SkComposeShader::contextSize(const ContextRec& rec) const { in contextSize() function in SkComposeShader 35 + fShaderA->contextSize(rec) in contextSize() 36 + fShaderB->contextSize(rec); in contextSize() 80 char* bStorage = aStorage + fShaderA->contextSize(rec); in onCreateContext()
|
D | SkColorFilterShader.cpp | 65 size_t SkColorFilterShader::contextSize(const ContextRec& rec) const { in contextSize() function in SkColorFilterShader 66 return sizeof(FilterShaderContext) + fShader->contextSize(rec); in contextSize()
|
D | SkEmptyShader.h | 23 size_t contextSize(const ContextRec&) const override { in contextSize() function
|
D | SkColorFilterShader.h | 18 size_t contextSize(const ContextRec&) const override;
|
D | SkColorShader.h | 29 size_t contextSize(const ContextRec&) const override { in contextSize() function
|
D | SkComposeShader.h | 37 size_t contextSize(const ContextRec&) const override;
|
D | SkPictureShader.h | 28 size_t contextSize(const ContextRec&) const override;
|
D | SkBitmapProcShader.h | 26 size_t contextSize(const ContextRec&) const override { return ContextSize(); } in contextSize() function
|
D | SkBlitter.cpp | 595 size_t contextSize(const ContextRec& rec) const override { in contextSize() function in Sk3DShader 598 size += fProxy->contextSize(rec); in contextSize() 890 size_t contextSize = shader->contextSize(rec); in Choose() local 891 if (contextSize) { in Choose() 893 void* storage = allocator->reserveT<SkShader::Context>(contextSize); in Choose()
|
D | SkPictureShader.cpp | 240 size_t SkPictureShader::contextSize(const ContextRec&) const { in contextSize() function in SkPictureShader 269 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize(rec)); in PictureShaderContext()
|
/external/skia/tests/ |
D | LayerDrawLooperTest.cpp | 63 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); in test_frontToBack() 103 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); in test_backToFront() 143 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); in test_mixed()
|
D | QuickRejectTest.cpp | 23 size_t contextSize() const override { return sizeof(TestDrawLooperContext); } in contextSize() function in TestLooper
|
/external/skia/src/image/ |
D | SkImageShader.h | 19 size_t contextSize(const ContextRec&) const override;
|
/external/skia/include/core/ |
D | SkDrawLooper.h | 75 virtual size_t contextSize() const = 0;
|
/external/skia/src/effects/gradients/ |
D | SkSweepGradient.h | 18 size_t contextSize(const ContextRec&) const override;
|
D | SkRadialGradient.h | 18 size_t contextSize(const ContextRec&) const override;
|
D | SkLinearGradient.h | 36 size_t contextSize(const ContextRec&) const override;
|
D | SkTwoPointConicalGradient.h | 49 size_t contextSize(const ContextRec&) const override;
|
/external/libxml2/ |
D | xpath.c | 6138 ret->contextSize = -1; in xmlXPathNewContext() 8491 if (ctxt->context->contextSize >= 0) { in xmlXPathLastFunction() 8494 (double) ctxt->context->contextSize)); in xmlXPathLastFunction() 8497 "last() : %d\n", ctxt->context->contextSize); in xmlXPathLastFunction() 11666 int contextSize, in xmlXPathCompOpEvalPredicate() argument 11679 contextSize = xmlXPathCompOpEvalPredicate(ctxt, in xmlXPathCompOpEvalPredicate() 11680 &comp->steps[op->ch1], set, contextSize, hasNsNodes); in xmlXPathCompOpEvalPredicate() 11682 if (contextSize <= 0) in xmlXPathCompOpEvalPredicate() 11736 xpctxt->contextSize = contextSize; in xmlXPathCompOpEvalPredicate() 11811 xpctxt->contextSize = -1; in xmlXPathCompOpEvalPredicate() [all …]
|
/external/skia/include/effects/ |
D | SkBlurDrawLooper.h | 47 size_t contextSize() const override { return sizeof(BlurDrawLooperContext); } in contextSize() function
|
D | SkLayerDrawLooper.h | 76 size_t contextSize() const override { return sizeof(LayerDrawLooperContext); } in contextSize() function
|
D | SkPerlinNoiseShader.h | 75 size_t contextSize(const ContextRec&) const override;
|
/external/skia/experimental/SkPerlinNoiseShader2/ |
D | SkPerlinNoiseShader2.h | 87 size_t contextSize(const ContextRec&) const override;
|