OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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