Searched refs:newContextSize (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
D | FECustomFilter.cpp | 181 IntSize newContextSize(effectDrawingRect.size()); in applyShader() local 182 if (!resizeContextIfNeeded(newContextSize)) in applyShader() 192 …ASSERT(static_cast<size_t>(newContextSize.width() * newContextSize.height() * 4) == dstPixelArray-… in applyShader() 193 …m_context->readPixels(0, 0, newContextSize.width(), newContextSize.height(), GL_RGBA, GL_UNSIGNED_… in applyShader() 268 bool FECustomFilter::resizeMultisampleBuffers(const IntSize& newContextSize) in resizeMultisampleBuffers() argument 291 …e(GL_RENDERBUFFER, sampleCount, Extensions3D::RGBA8_OES, newContextSize.width(), newContextSize.he… in resizeMultisampleBuffers() 295 …mple(GL_RENDERBUFFER, sampleCount, GL_DEPTH_COMPONENT16, newContextSize.width(), newContextSize.he… in resizeMultisampleBuffers() 308 bool FECustomFilter::resizeContextIfNeeded(const IntSize& newContextSize) in resizeContextIfNeeded() argument 310 if (newContextSize.isEmpty()) in resizeContextIfNeeded() 312 if (m_contextSize == newContextSize) in resizeContextIfNeeded() [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | xpath.c | 11537 int i, res, contextPos = 0, newContextSize; in xmlXPathCompOpEvalPredicate() local 11577 newContextSize = 0; in xmlXPathCompOpEvalPredicate() 11611 newContextSize = 0; in xmlXPathCompOpEvalPredicate() 11616 newContextSize++; in xmlXPathCompOpEvalPredicate() 11657 return(newContextSize); in xmlXPathCompOpEvalPredicate() 11699 int i, pos = 0, newContextSize = 0, contextPos = 0, res; in xmlXPathCompOpEvalPositionalPredicate() local 11775 newContextSize++; in xmlXPathCompOpEvalPositionalPredicate() 11831 newContextSize = 0; in xmlXPathCompOpEvalPositionalPredicate() 11848 return(newContextSize); in xmlXPathCompOpEvalPositionalPredicate()
|
/external/libxml2/ |
D | xpath.c | 11594 int i, res, contextPos = 0, newContextSize; in xmlXPathCompOpEvalPredicate() local 11634 newContextSize = 0; in xmlXPathCompOpEvalPredicate() 11668 newContextSize = 0; in xmlXPathCompOpEvalPredicate() 11673 newContextSize++; in xmlXPathCompOpEvalPredicate() 11714 return(newContextSize); in xmlXPathCompOpEvalPredicate() 11756 int i, pos = 0, newContextSize = 0, contextPos = 0, res; in xmlXPathCompOpEvalPositionalPredicate() local 11837 newContextSize++; in xmlXPathCompOpEvalPositionalPredicate() 11893 newContextSize = 0; in xmlXPathCompOpEvalPositionalPredicate() 11910 return(newContextSize); in xmlXPathCompOpEvalPositionalPredicate()
|