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

  /external/chromium_org/skia/ext/
skia_utils_mac.h 122 SkIRect computeDirtyRect();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 1036 if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) {
    [all...]
CanvasRenderingContext2D.h 315 bool computeDirtyRect(const FloatRect& localBounds, FloatRect*);
316 bool computeDirtyRect(const FloatRect& localBounds, const FloatRect& transformedClipBounds, FloatRect*);

Completed in 134 milliseconds