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

  /external/icu4c/layout/
AnchorTables.cpp 55 le_int16 y = SWAPW(yCoordinate);
69 le_int16 y = SWAPW(yCoordinate);
81 le_int16 y = SWAPW(yCoordinate);
AnchorTables.h 25 le_int16 yCoordinate;
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 79 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
81 RefPtr<Tile> currentTile = tileAt(Tile::Coordinate(xCoordinate, yCoordinate));
138 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
140 Tile::Coordinate currentCoordinate(xCoordinate, yCoordinate);
234 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 245 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
247 RefPtr<TiledDrawingAreaTile> currentTile = tileAt(TiledDrawingAreaTile::Coordinate(xCoordinate, yCoordinate));
339 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate) {
341 TiledDrawingAreaTile::Coordinate currentCoordinate(xCoordinate, yCoordinate);
438 for (unsigned yCoordinate = topLeft.y(); yCoordinate <= bottomRight.y(); ++yCoordinate)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 219 *y = font->em_scale_y (yCoordinate);
230 SHORT yCoordinate; /* Vertical value--in design units */
248 *y = y_ppem && ret ? cy : font->em_scale_y (yCoordinate);
259 SHORT yCoordinate; /* Vertical value--in design units */
271 *y = font->em_scale_y (yCoordinate);
287 SHORT yCoordinate; /* Vertical value--in design units */
    [all...]

Completed in 87 milliseconds