Searched defs:contextSize (Results 1 - 25 of 31) sorted by last modified time

12

/external/skia/src/core/
H A DSkBitmapProcShader.cpp126 size_t SkBitmapProcShader::contextSize() const { function in class:SkBitmapProcShader
H A DSkComposeShader.cpp48 size_t SkComposeShader::contextSize() const { function in class:SkComposeShader
49 return sizeof(ComposeShaderContext) + fShaderA->contextSize() + fShaderB->contextSize();
84 char* bStorage = aStorage + fShaderA->contextSize();
H A DSkDraw.cpp1995 virtual size_t contextSize() const SK_OVERRIDE;
2076 size_t SkTriColorShader::contextSize() const { function in class:SkTriColorShader
H A DSkFilterShader.cpp67 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader
68 return sizeof(FilterShaderContext) + fShader->contextSize();
H A DSkPictureShader.cpp112 size_t SkPictureShader::contextSize() const { function in class:SkPictureShader
142 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
H A DSkShader.cpp99 size_t SkShader::contextSize() const { function in class:SkShader
/external/skia/src/effects/
H A DSkTransparentShader.cpp19 size_t SkTransparentShader::contextSize() const { function in class:SkTransparentShader
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp75 size_t SkLinearGradient::contextSize() const { function in class:SkLinearGradient
H A DSkRadialGradient.cpp160 size_t SkRadialGradient::contextSize() const { function in class:SkRadialGradient
H A DSkSweepGradient.cpp55 size_t SkSweepGradient::contextSize() const { function in class:SkSweepGradient
H A DSkTwoPointConicalGradient.cpp219 size_t SkTwoPointConicalGradient::contextSize() const { function in class:SkTwoPointConicalGradient
H A DSkTwoPointRadialGradient.cpp223 size_t SkTwoPointRadialGradient::contextSize() const { function in class:SkTwoPointRadialGradient
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/libxml2/include/libxml/
H A Dxpath.h314 int contextSize; /* the context size */ member in struct:_xmlXPathContext
/external/libxml2/
H A Dxpath.c6133 ret->contextSize = -1;
8486 if (ctxt->context->contextSize >= 0) {
8489 (double) ctxt->context->contextSize));
8492 "last() : %d\n", ctxt->context->contextSize);
11661 int contextSize,
11674 contextSize = xmlXPathCompOpEvalPredicate(ctxt,
11675 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11677 if (contextSize <= 0)
11731 xpctxt->contextSize = contextSize;
11658 xmlXPathCompOpEvalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int hasNsNodes) argument
11814 xmlXPathCompOpEvalPositionalPredicate(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, xmlNodeSetPtr set, int contextSize, int minPos, int maxPos, int hasNsNodes) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.cpp139 size_t SkBitmapProcShader::contextSize() const { function in class:SkBitmapProcShader
H A DSkComposeShader.cpp49 size_t SkComposeShader::contextSize() const { function in class:SkComposeShader
50 return sizeof(ComposeShaderContext) + fShaderA->contextSize() + fShaderB->contextSize();
94 char* bStorage = aStorage + fShaderA->contextSize();
H A DSkDraw.cpp2008 virtual size_t contextSize() const SK_OVERRIDE;
2087 size_t SkTriColorShader::contextSize() const { function in class:SkTriColorShader
H A DSkFilterShader.cpp76 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader
77 return sizeof(FilterShaderContext) + fShader->contextSize();
H A DSkPictureShader.cpp134 size_t SkPictureShader::contextSize() const { function in class:SkPictureShader
164 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
H A DSkShader.cpp108 size_t SkShader::contextSize() const { function in class:SkShader
/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp460 size_t SkPerlinNoiseShader::contextSize() const { function in class:SkPerlinNoiseShader::PaintingData::SkPerlinNoiseShader
H A DSkTransparentShader.cpp19 size_t SkTransparentShader::contextSize() const { function in class:SkTransparentShader
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.cpp89 size_t SkLinearGradient::contextSize() const { function in class:SkLinearGradient
H A DSkRadialGradient.cpp159 size_t SkRadialGradient::contextSize() const { function in class:SkRadialGradient

Completed in 760 milliseconds

12