OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tileXIndex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp
91
int ix =
tileXIndex
(tile);
112
if (
tileXIndex
(tile) > 0)
114
if (
tileXIndex
(tile) < (numTilesX() - 1))
225
-tileBounds.x() + ((
tileXIndex
(tile) > 0) ? m_borderTexels : 0),
TilingData.h
57
int
tileXIndex
(int tile) const { assertTile(tile); return tile % numTilesX(); }
Completed in 725 milliseconds