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

  /external/icu4c/layout/
AnchorTables.cpp 54 le_int16 x = SWAPW(xCoordinate);
68 le_int16 x = SWAPW(xCoordinate);
80 le_int16 x = SWAPW(xCoordinate);
AnchorTables.h 24 le_int16 xCoordinate;
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 80 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 <= bottomRight.x(); ++xCoordinate)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 246 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 <= bottomRight.x(); ++xCoordinate)
    [all...]

Completed in 1545 milliseconds