Home
last modified time | relevance | path

Searched refs:coordinate (Results 1 – 25 of 94) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStore.cpp255 Tile::Coordinate coordinate = tilesToCreate[n]; in createTiles() local
256 setTile(coordinate, Tile::create(this, coordinate)); in createTiles()
276 Tile::Coordinate tileCoordinate = it->second->coordinate(); in dropOverhangingTiles()
294 Tile::Coordinate coordinate = it->second->coordinate(); in dropTilesOutsideRect() local
297 toRemove.append(coordinate); in dropTilesOutsideRect()
304 PassRefPtr<Tile> TiledBackingStore::tileAt(const Tile::Coordinate& coordinate) const in tileAt()
306 return m_tiles.get(coordinate); in tileAt()
309 void TiledBackingStore::setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile) in setTile() argument
311 m_tiles.set(coordinate, tile); in setTile()
314 void TiledBackingStore::removeTile(const Tile::Coordinate& coordinate) in removeTile() argument
[all …]
DTiledBackingStore.h88 void setTile(const Tile::Coordinate& coordinate, PassRefPtr<Tile> tile);
89 void removeTile(const Tile::Coordinate& coordinate);
DTile.h57 const Tile::Coordinate& coordinate() const { return m_coordinate; } in coordinate() function
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp200 …wingAreaTile> TiledDrawingAreaProxy::createTile(const TiledDrawingAreaTile::Coordinate& coordinate) in createTile() argument
202 RefPtr<TiledDrawingAreaTile> tile = TiledDrawingAreaTile::create(this, coordinate); in createTile()
203 setTile(coordinate, tile); in createTile()
254 tilesToRemove.append(currentTile->coordinate()); in invalidate()
377 removeTile(tilesToRemove[n]->coordinate()); in removeAllTiles()
489 TiledDrawingAreaTile::Coordinate tileCoordinate = it->second->coordinate(); in resizeEdgeTiles()
512 TiledDrawingAreaTile::Coordinate coordinate = it->second->coordinate(); in dropTilesOutsideRect() local
515 toRemove.append(coordinate); in dropTilesOutsideRect()
522 …ngAreaTile> TiledDrawingAreaProxy::tileAt(const TiledDrawingAreaTile::Coordinate& coordinate) const in tileAt()
524 return m_tiles.get(coordinate); in tileAt()
[all …]
DTiledDrawingAreaProxy.h141 …void setTile(const TiledDrawingAreaTile::Coordinate& coordinate, RefPtr<TiledDrawingAreaTile> tile…
142 void removeTile(const TiledDrawingAreaTile::Coordinate& coordinate);
DTiledDrawingAreaTile.h62 const TiledDrawingAreaTile::Coordinate& coordinate() const { return m_coordinate; } in coordinate() function
/external/mesa3d/src/glsl/
Dlower_texture_projection.cpp72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul, in visit_leave()
73 ir->coordinate->type, in visit_leave()
74 ir->coordinate, in visit_leave()
Dir_rvalue_visitor.cpp53 handle_rvalue(&ir->coordinate); in visit_leave()
Dir_to_llvm.cpp921 llvm::Value * coordinate = llvm_value(ir->coordinate); in visit() local
925 unsigned width = ((llvm::VectorType*)coordinate->getType())->getNumElements(); in visit()
926 llvm::Value * div = llvm::Constant::getNullValue(coordinate->getType()); in visit()
929 coordinate = bld.CreateFDiv(coordinate, div, "texProj"); in visit()
963 result = texCube(bld, coordinate, sampler->location, gglCtx); in visit()
965 result = tex2D(bld, coordinate, sampler->location, gglCtx); in visit()
Dir_clone.cpp213 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht); in clone()
/external/icu4c/layout/
DGlyphDefinitionTables.h65 le_int16 coordinate; member
75 le_int16 coordinate; member
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzWM.m150 /* Convert Cocoa screen coordinate to Cocoa window coordinate */
157 /* Convert Cocoa window coordinate to Cocoa screen coordinate */
163 /* Convert SDL coordinate to Cocoa coordinate */
181 /* Convert Cocoa coordinate to SDL coordinate */
199 /* Convert SDL coordinate to window server (CoreGraphics) coordinate */
222 /* Convert window server (CoreGraphics) coordinate to SDL coordinate */
/external/mesa3d/docs/
DMESA_window_pos.spec32 coordinate with the RasterPos command, the modelview matrix, projection
34 desired window coordinate is outside of the window's bounds one must
DMESA_texture_array.spec75 coordinate.
134 reflects the fact that the R coordinate is not always used.)
278 "Let s(x,y) be the function that associates an s texture coordinate
742 (2) Should the R texture coordinate be treated as normalized or
751 RE-RESOLVED. The R coordinate is un-normalized. Accessing an array
756 RESOLVED. For 2D array textures the R coordinate is ignored, and
758 array textures the T coordinate is ignored, and the LOD selection
/external/mesa3d/docs/OLD/
DMESA_sprite_point.spec55 texgen that the r coordinate could be used to select a slice in the
127 vertex window coordinate texture coordinate
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.cpp68 QGeoCoordinate coord = geoPosition.coordinate(); in positionUpdated()
71 bool providesAltitude = (geoPosition.coordinate().type() == QGeoCoordinate::Coordinate3D); in positionUpdated()
/external/chromium/chrome/browser/ui/cocoa/
Dbase_view_unittest.mm29 // Convert a rect in |view_|'s Cocoa coordinate system to gfx::Rect's top-left
30 // coordinate system. Repeat the process in reverse and make sure we come out
Dnew_tab_button.mm35 // the entire bounding box. |aPoint| is in the superview's coordinate system.
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DPluginProxyMac.mm41 // so the coordinate system will match the event coordinate system.
/external/bluetooth/bluez/compat/
Dfakehid.txt128 17 uint16 x # Horizontal coordinate
129 19 uint16 y # Vertical coordinate
/external/chromium/chrome/browser/userfeedback/proto/
Dannotations.proto19 // The (0, 0) coordinate is placed in the top-left corner of the image.
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_mac.mm80 // Flip coordinate system.
92 // Move rect to reflect flipped coordinate system.
/external/chromium/chrome/browser/ui/
Dwindow_sizer_mac.mm30 // Convert coordinate systems.
85 // so we have to translate |ns_rect| to the new coordinate
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m226 // Flip the y coordinate
251 // Flip the y coordinate
265 // Flip the y coordinate
/external/chromium/webkit/glue/
Dwebmenurunner_mac.mm176 // index to a coordinate that WebKit's PopupMenu expects which uses a
181 // account for the different coordinate system used by NSView.

1234