Searched refs:getPosition (Results 1 – 11 of 11) sorted by relevance
/external/skia/include/utils/ |
D | SkLayer.h | 40 const SkPoint& getPosition() const { return m_position; } in getPosition() function
|
/external/webkit/WebCore/platform/graphics/android/ |
D | LayerAndroid.cpp | 197 const SkPoint& pos = this->getPosition(); in bounds() 394 globalRect.offset(-getPosition()); // localToGlobal adds in position in subtractLayers() 513 writePoint(file, indentLevel + 1, "position", getPosition()); in dumpLayers()
|
D | LayerAndroid.h | 82 const SkPoint& pos = this->getPosition(); in bounds()
|
D | GraphicsLayerAndroid.cpp | 478 m_contentLayer->getPosition().fX, in repaint() 479 m_contentLayer->getPosition().fY, in repaint()
|
/external/webkit/WebKit/android/nav/ |
D | CachedLayer.cpp | 49 const FloatPoint& position = aLayer->getPosition(); in adjustBounds()
|
/external/srec/portable/include/ |
D | PFile.h | 149 ESR_ReturnCode(*getPosition)(struct PFile_t* self, size_t* position); member
|
/external/srec/portable/src/ |
D | PFile.c | 106 return self->getPosition(self, position); in PFileGetPosition()
|
D | PANSIFileImpl.c | 53 impl->Interface.Interface.getPosition = &PANSIFileGetPositionImpl; in PANSIFileCreateImpl()
|
/external/webkit/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 2366 getPosition: function(relative){ method 2370 …var relativePosition = (relative && (relative = $(relative))) ? relative.getPosition() : {x: 0, y:… 2376 var position = this.getPosition(element), size = this.getSize(); 2414 getPosition: function(){ method 2485 return this.getPosition().y; 2489 return this.getPosition().x;
|
D | concat-jquery-mootools-prototype.js | 6742 getPosition: function(relative){ method 6746 …var relativePosition = (relative && (relative = $(relative))) ? relative.getPosition() : {x: 0, y:… 6752 var position = this.getPosition(element), size = this.getSize(); 6790 getPosition: function(){ method 6861 return this.getPosition().y; 6865 return this.getPosition().x;
|
/external/v8/src/ |
D | messages.js | 726 CallSite.prototype.getPosition = function () { method in CallSite
|