Home
last modified time | relevance | path

Searched refs:yCoordinate (Results 1 – 5 of 5) 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
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh219 *y = font->em_scale_y (yCoordinate); in get_anchor()
230 SHORT yCoordinate; /* Vertical value--in design units */ member
248 *y = y_ppem && ret ? cy : font->em_scale_y (yCoordinate); in get_anchor()
259 SHORT yCoordinate; /* Vertical value--in design units */ member
271 *y = font->em_scale_y (yCoordinate); in get_anchor()
287 SHORT yCoordinate; /* Vertical value--in design units */ member