Searched refs:xCoordinate (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/layout/
H A DAnchorTables.cpp54 le_int16 x = SWAPW(xCoordinate);
68 le_int16 x = SWAPW(xCoordinate);
80 le_int16 x = SWAPW(xCoordinate);
H A DAnchorTables.h24 le_int16 xCoordinate; member in struct:AnchorTable
/external/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStore.cpp80 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
81 RefPtr<Tile> currentTile = tileAt(Tile::Coordinate(xCoordinate, yCoordinate));
139 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
140 Tile::Coordinate currentCoordinate(xCoordinate, yCoordinate);
235 for (unsigned xCoordinate = topLeft.x(); xCoordinate <
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.cpp246 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
247 RefPtr<TiledDrawingAreaTile> currentTile = tileAt(TiledDrawingAreaTile::Coordinate(xCoordinate, yCoordinate));
340 for (unsigned xCoordinate = topLeft.x(); xCoordinate <= bottomRight.x(); ++xCoordinate) {
341 TiledDrawingAreaTile::Coordinate currentCoordinate(xCoordinate, yCoordinate);
439 for (unsigned xCoordinate = topLeft.x(); xCoordinate <
[all...]

Completed in 92 milliseconds