HomeSort by relevance Sort by last modified time
    Searched refs:newContextSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
FECustomFilter.cpp 184 IntSize newContextSize(effectDrawingRect.size());
185 if (!resizeContextIfNeeded(newContextSize))
195 ASSERT(static_cast<size_t>(newContextSize.width() * newContextSize.height() * 4) == dstPixelArray->length());
196 m_context->readPixels(0, 0, newContextSize.width(), newContextSize.height(), GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, dstPixelArray->data());
271 bool FECustomFilter::resizeMultisampleBuffers(const IntSize& newContextSize)
294 extensions->renderbufferStorageMultisample(GraphicsContext3D::RENDERBUFFER, sampleCount, Extensions3D::RGBA8_OES, newContextSize.width(), newContextSize.height());
298 extensions->renderbufferStorageMultisample(GraphicsContext3D::RENDERBUFFER, sampleCount, GraphicsContext3D::DEPTH_COMPONENT16, newContextSize.width(), newContextSize.height())
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 61 milliseconds