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

  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 23 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
42 if (!SkIRect::Intersects(dilatedBounds, fGridBounds)) {
SkTileGrid.h 79 SkIRect fGridBounds;
  /external/skia/src/core/
SkTileGrid.cpp 23 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
42 if (!SkIRect::Intersects(dilatedBounds, fGridBounds)) {
SkTileGrid.h 79 SkIRect fGridBounds;

Completed in 32 milliseconds