Searched defs:canvasY (Results 1 – 1 of 1) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
| D | WEBPImageDecoder.cpp | 77 …ndRangeAtRow(const WebCore::IntRect& src, const WebCore::IntRect& dst, int canvasY, int& left1, in… in findBlendRangeAtRow() 102 void alphaBlendPremultiplied(WebCore::ImageFrame& src, WebCore::ImageFrame& dst, int canvasY, int l… in alphaBlendPremultiplied() 114 void alphaBlendNonPremultiplied(WebCore::ImageFrame& src, WebCore::ImageFrame& dst, int canvasY, in… in alphaBlendNonPremultiplied() 487 const int canvasY = top + y; in applyPostProcessing() local 520 int canvasY = top + y; in applyPostProcessing() local
|