Home
last modified time | relevance | path

Searched refs:yCoordinate (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.cpp79 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) { in invalidate() local
81 RefPtr<Tile> currentTile = tileAt(Tile::Coordinate(xCoordinate, yCoordinate)); in invalidate()
138 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) { in paint() local
140 Tile::Coordinate currentCoordinate(xCoordinate, yCoordinate); in paint()
234 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) { in createTiles() local
236 Tile::Coordinate currentCoordinate(xCoordinate, yCoordinate); in createTiles()
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp245 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) { in invalidate() local
247 …dDrawingAreaTile> currentTile = tileAt(TiledDrawingAreaTile::Coordinate(xCoordinate, yCoordinate)); in invalidate()
339 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) { in paint() local
341 TiledDrawingAreaTile::Coordinate currentCoordinate(xCoordinate, yCoordinate); in paint()
438 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) { in createTiles() local
440 TiledDrawingAreaTile::Coordinate currentCoordinate(xCoordinate, yCoordinate); in createTiles()
/external/icu4c/layout/
DAnchorTables.cpp55 le_int16 y = SWAPW(yCoordinate); in getAnchor()
69 le_int16 y = SWAPW(yCoordinate); in getAnchor()
81 le_int16 y = SWAPW(yCoordinate); in getAnchor()
DAnchorTables.h25 le_int16 yCoordinate; member