Home
last modified time | relevance | path

Searched refs:resizeContext (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DFECustomFilter.h72 bool resizeContext(const IntSize&);
DFECustomFilter.cpp320 return resizeContext(newContextSize); in resizeContextIfNeeded()
323 bool FECustomFilter::resizeContext(const IntSize& newContextSize) in resizeContext() function in WebCore::FECustomFilter