/external/skia/src/core/ |
H A D | SkEmptyShader.h | 23 size_t contextSize() const override {
|
H A D | SkDrawLooper.cpp | 18 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize()); 42 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
|
H A D | SkLocalMatrixShader.h | 22 size_t contextSize() const override { 23 return fProxyShader->contextSize();
|
H A D | SkFilterShader.h | 20 size_t contextSize() const override;
|
H A D | SkFilterShader.cpp | 68 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader 69 return sizeof(FilterShaderContext) + fShader->contextSize();
|
H A D | SkBitmapProcShader.h | 26 size_t contextSize() const override;
|
H A D | SkColorShader.h | 28 size_t contextSize() const override {
|
H A D | SkComposeShader.cpp | 35 size_t SkComposeShader::contextSize() const { function in class:SkComposeShader 36 return sizeof(ComposeShaderContext) + fShaderA->contextSize() + fShaderB->contextSize(); 80 char* bStorage = aStorage + fShaderA->contextSize();
|
H A D | SkPictureShader.h | 28 size_t contextSize() const override;
|
H A D | SkBlitter.cpp | 584 size_t contextSize() const override { 587 size += fProxy->contextSize(); 868 size_t contextSize = shader->contextSize(); 869 if (contextSize) { 871 void* storage = allocator->reserveT<SkShader::Context>(contextSize);
|
/external/skia/include/core/ |
H A D | SkDrawLooper.h | 68 * contextSize(). It is also the caller's responsibility to destroy the 77 virtual size_t contextSize() const = 0;
|
H A D | SkComposeShader.h | 37 size_t contextSize() const override;
|
H A D | SkShader.h | 212 * Size of storage must be >= contextSize. 222 virtual size_t contextSize() const; 470 * Your subclass must also override contextSize() if it overrides onCreateContext().
|
/external/skia/include/effects/ |
H A D | SkTransparentShader.h | 17 size_t contextSize() const override;
|
H A D | SkBlurDrawLooper.h | 47 size_t contextSize() const override { return sizeof(BlurDrawLooperContext); }
|
H A D | SkLayerDrawLooper.h | 78 size_t contextSize() const override { return sizeof(LayerDrawLooperContext); }
|
H A D | SkPerlinNoiseShader.h | 75 size_t contextSize() const override;
|
/external/skia/src/effects/gradients/ |
H A D | SkLinearGradient.h | 17 size_t contextSize() const override;
|
H A D | SkRadialGradient.h | 18 size_t contextSize() const override;
|
H A D | SkSweepGradient.h | 18 size_t contextSize() const override;
|
H A D | SkTwoPointConicalGradient.h | 48 size_t contextSize() const override;
|
/external/skia/tests/ |
H A D | QuickRejectTest.cpp | 23 size_t contextSize() const override { return sizeof(TestDrawLooperContext); }
|
H A D | LayerDrawLooperTest.cpp | 62 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); 102 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize()); 142 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize());
|
/external/skia/src/effects/ |
H A D | SkTransparentShader.cpp | 19 size_t SkTransparentShader::contextSize() const { function in class:SkTransparentShader
|
/external/libxml2/ |
H A D | xpath.c | 6138 ret->contextSize = -1; 8491 if (ctxt->context->contextSize >= 0) { 8494 (double) ctxt->context->contextSize)); 8497 "last() : %d\n", ctxt->context->contextSize); 11666 int contextSize, 11679 contextSize = xmlXPathCompOpEvalPredicate(ctxt, 11680 &comp->steps[op->ch1], set, contextSize, hasNsNodes); 11682 if (contextSize <= 0) 11736 xpctxt->contextSize = contextSize; 11663 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int hasNsNodes) argument 11819 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int minPos, int maxPos, int hasNsNodes) argument [all...] |