Searched defs:coordinate (Results 1 – 8 of 8) sorted by relevance
19 @property (nonatomic, assign) id coordinate; field
255 Tile::Coordinate coordinate = tilesToCreate[n]; in createTiles() local294 Tile::Coordinate coordinate = it->second->coordinate(); in dropTilesOutsideRect() local309 void TiledBackingStore::setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile) in setTile()314 void TiledBackingStore::removeTile(const Tile::Coordinate& coordinate) in removeTile()
57 const Tile::Coordinate& coordinate() const { return m_coordinate; } in coordinate() function
65 le_int16 coordinate; member75 le_int16 coordinate; member
62 const TiledDrawingAreaTile::Coordinate& coordinate() const { return m_coordinate; } in coordinate() function
200 …DrawingAreaTile> TiledDrawingAreaProxy::createTile(const TiledDrawingAreaTile::Coordinate& coordin… in createTile()512 TiledDrawingAreaTile::Coordinate coordinate = it->second->coordinate(); in dropTilesOutsideRect() local527 void TiledDrawingAreaProxy::setTile(const TiledDrawingAreaTile::Coordinate& coordinate, RefPtr<Tile… in setTile()533 void TiledDrawingAreaProxy::removeTile(const TiledDrawingAreaTile::Coordinate& coordinate) in removeTile()
921 llvm::Value * coordinate = llvm_value(ir->coordinate); in visit() local
1212 ir_rvalue *coordinate; variable