Home
last modified time | relevance | path

Searched refs:applyOffset (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDebugString.h43 void applyOffset(Relocation& pReloc, TargetLDBackend& pBackend);
/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp67 void DebugString::applyOffset(Relocation& pReloc, TargetLDBackend& pBackend) { in applyOffset() function in mcld::DebugString
/frameworks/native/include/input/
DInput.h222 void applyOffset(float xOffset, float yOffset);
/frameworks/native/libs/input/
DInput.cpp142 void PointerCoords::applyOffset(float xOffset, float yOffset) { in applyOffset() function in android::PointerCoords
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3952 this->pointerCoords[i].applyOffset(xOffset, yOffset); in MotionEntry()