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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkFilterShader.cpp76 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader
77 return sizeof(FilterShaderContext) + fShader->contextSize();
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 DSkPictureShader.cpp134 size_t SkPictureShader::contextSize() const { function in class:SkPictureShader
164 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
H A DSkBitmapProcShader.cpp139 size_t SkBitmapProcShader::contextSize() const { function in class:SkBitmapProcShader
H A DSkShader.cpp108 size_t SkShader::contextSize() const { function in class:SkShader
/external/chromium_org/third_party/skia/src/effects/
H A DSkTransparentShader.cpp19 size_t SkTransparentShader::contextSize() const { function in class:SkTransparentShader
H A DSkPerlinNoiseShader.cpp460 size_t SkPerlinNoiseShader::contextSize() const { function in class:SkPerlinNoiseShader::PaintingData::SkPerlinNoiseShader
/external/skia/src/core/
H A DSkFilterShader.cpp67 size_t SkFilterShader::contextSize() const { function in class:SkFilterShader
68 return sizeof(FilterShaderContext) + fShader->contextSize();
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 DSkPictureShader.cpp112 size_t SkPictureShader::contextSize() const { function in class:SkPictureShader
142 fBitmapShaderContextStorage = sk_malloc_throw(bitmapShader->contextSize());
H A DSkBitmapProcShader.cpp126 size_t SkBitmapProcShader::contextSize() const { function in class:SkBitmapProcShader
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/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointRadialGradient.cpp223 size_t SkTwoPointRadialGradient::contextSize() const { function in class:SkTwoPointRadialGradient
H A DSkSweepGradient.cpp66 size_t SkSweepGradient::contextSize() const { function in class:SkSweepGradient
H A DSkTwoPointConicalGradient.cpp219 size_t SkTwoPointConicalGradient::contextSize() const { function in class:SkTwoPointConicalGradient
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
/external/skia/src/effects/gradients/
H A DSkTwoPointRadialGradient.cpp223 size_t SkTwoPointRadialGradient::contextSize() const { function in class:SkTwoPointRadialGradient
H A DSkSweepGradient.cpp55 size_t SkSweepGradient::contextSize() const { function in class:SkSweepGradient
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 DSkTwoPointConicalGradient.cpp219 size_t SkTwoPointConicalGradient::contextSize() const { function in class:SkTwoPointConicalGradient
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h312 int contextSize; /* the context size */ member in struct:_xmlXPathContext
/external/libxml2/include/libxml/
H A Dxpath.h314 int contextSize; /* the context size */ member in struct:_xmlXPathContext

Completed in 455 milliseconds

12