Searched refs:BackingStoreCoordinateSystem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DImageBuffer.h112 enum CoordinateSystem { LogicalCoordinateSystem, BackingStoreCoordinateSystem }; enumerator in enum:WebCore::ImageBuffer::CoordinateSystem
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1893 return getImageData(ImageBuffer::BackingStoreCoordinateSystem, sx, sy, sw, sh, es);
1969 putImageData(data, ImageBuffer::BackingStoreCoordinateSystem, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight, es);
2011 if (coordinateSystem == ImageBuffer::BackingStoreCoordinateSystem) {

Completed in 61 milliseconds