Home
last modified time | relevance | path

Searched defs:movesPixels (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.h99 virtual bool movesPixels() const { return false; } in movesPixels() function
124 virtual bool movesPixels() const { return true; } in movesPixels() function
250 virtual bool movesPixels() const { return true; } in movesPixels() function
288 virtual bool movesPixels() const { return true; } in movesPixels() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DValidatedCustomFilterOperation.h52 virtual bool movesPixels() const { return true; } in movesPixels() function
DCustomFilterOperation.h63 virtual bool movesPixels() const { return true; } in movesPixels() function