Home
last modified time | relevance | path

Searched refs:getPosition (Results 1 – 11 of 11) sorted by relevance

/external/skia/include/utils/
DSkLayer.h40 const SkPoint& getPosition() const { return m_position; } in getPosition() function
/external/webkit/WebCore/platform/graphics/android/
DLayerAndroid.cpp197 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()
DLayerAndroid.h82 const SkPoint& pos = this->getPosition(); in bounds()
DGraphicsLayerAndroid.cpp478 m_contentLayer->getPosition().fX, in repaint()
479 m_contentLayer->getPosition().fY, in repaint()
/external/webkit/WebKit/android/nav/
DCachedLayer.cpp49 const FloatPoint& position = aLayer->getPosition(); in adjustBounds()
/external/srec/portable/include/
DPFile.h149 ESR_ReturnCode(*getPosition)(struct PFile_t* self, size_t* position); member
/external/srec/portable/src/
DPFile.c106 return self->getPosition(self, position); in PFileGetPosition()
DPANSIFileImpl.c53 impl->Interface.Interface.getPosition = &PANSIFileGetPositionImpl; in PANSIFileCreateImpl()
/external/webkit/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2366 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;
Dconcat-jquery-mootools-prototype.js6742 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/
Dmessages.js726 CallSite.prototype.getPosition = function () { method in CallSite