Home
last modified time | relevance | path

Searched defs:coordinate (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaObjCXX/
Dlinkage-spec.mm19 @property (nonatomic, assign) id coordinate; field
/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.cpp255 Tile::Coordinate coordinate = tilesToCreate[n]; in createTiles() local
294 Tile::Coordinate coordinate = it->second->coordinate(); in dropTilesOutsideRect() local
309 void TiledBackingStore::setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile) in setTile()
314 void TiledBackingStore::removeTile(const Tile::Coordinate& coordinate) in removeTile()
DTile.h57 const Tile::Coordinate& coordinate() const { return m_coordinate; } in coordinate() function
/external/icu4c/layout/
DGlyphDefinitionTables.h65 le_int16 coordinate; member
75 le_int16 coordinate; member
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaTile.h62 const TiledDrawingAreaTile::Coordinate& coordinate() const { return m_coordinate; } in coordinate() function
DTiledDrawingAreaProxy.cpp200 …DrawingAreaTile> TiledDrawingAreaProxy::createTile(const TiledDrawingAreaTile::Coordinate& coordin… in createTile()
512 TiledDrawingAreaTile::Coordinate coordinate = it->second->coordinate(); in dropTilesOutsideRect() local
527 void TiledDrawingAreaProxy::setTile(const TiledDrawingAreaTile::Coordinate& coordinate, RefPtr<Tile… in setTile()
533 void TiledDrawingAreaProxy::removeTile(const TiledDrawingAreaTile::Coordinate& coordinate) in removeTile()
/external/mesa3d/src/glsl/
Dir_to_llvm.cpp921 llvm::Value * coordinate = llvm_value(ir->coordinate); in visit() local
Dir.h1212 ir_rvalue *coordinate; variable