Searched defs:contextSize (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/core/
H A DSkColorFilterShader.cpp65 size_t SkColorFilterShader::contextSize(const ContextRec& rec) const { function in class:SkColorFilterShader
66 return sizeof(FilterShaderContext) + fShader->contextSize(rec);
H A DSkComposeShader.cpp33 size_t SkComposeShader::contextSize(const ContextRec& rec) const { function in class:SkComposeShader
35 + fShaderA->contextSize(rec)
36 + fShaderB->contextSize(rec);
80 char* bStorage = aStorage + fShaderA->contextSize(rec);
H A DSkPictureShader.cpp240 size_t SkPictureShader::contextSize(const ContextRec&) const { function in class:SkPictureShader
269 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize(rec));
H A DSkShader.cpp99 size_t SkShader::contextSize(const ContextRec&) const { function in class:SkShader
H A DSkLightingShader.cpp82 size_t contextSize(const ContextRec&) const override;
419 size_t SkLightingShaderImpl::contextSize(const ContextRec&) const { function in class:SkLightingShaderImpl
H A DSkDraw.cpp1701 size_t contextSize(const ContextRec&) const override;
1775 size_t SkTriColorShader::contextSize(const ContextRec&) const { function in class:SkTriColorShader
/external/skia/src/image/
H A DSkImageShader.cpp45 size_t SkImageShader::contextSize(const ContextRec&) const { function in class:SkImageShader
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp48 size_t SkSweepGradient::contextSize(const ContextRec&) const { function in class:SkSweepGradient
H A DSkRadialGradient.cpp43 size_t SkRadialGradient::contextSize(const ContextRec&) const { function in class:SkRadialGradient
H A DSkTwoPointConicalGradient.cpp214 size_t SkTwoPointConicalGradient::contextSize(const ContextRec&) const { function in class:SkTwoPointConicalGradient
H A DSkLinearGradient.cpp91 size_t SkLinearGradient::contextSize(const ContextRec& rec) const { function in class:SkLinearGradient
/external/libxml2/include/libxml/
H A Dxpath.h314 int contextSize; /* the context size */ member in struct:_xmlXPathContext
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp437 size_t SkPerlinNoiseShader::contextSize(const ContextRec&) const { function in class:SkPerlinNoiseShader::PaintingData::SkPerlinNoiseShader
/external/libxml2/
H A Dxpath.c6138 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...]
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/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/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 631 milliseconds