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

/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h41 /// applyOffset - apply the relocation which refer to debug string. This
43 void applyOffset(Relocation& pReloc, TargetLDBackend& pBackend);
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp67 void DebugString::applyOffset(Relocation& pReloc, TargetLDBackend& pBackend) { function in class:mcld::DebugString
/frameworks/native/include/input/
H A DInput.h241 void applyOffset(float xOffset, float yOffset);
/frameworks/native/libs/input/
H A DInput.cpp142 void PointerCoords::applyOffset(float xOffset, float yOffset) { function in class:android::PointerCoords
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp818 debug_str_sect->getDebugString()->applyOffset(*relocation,
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3982 this->pointerCoords[i].applyOffset(xOffset, yOffset);

Completed in 201 milliseconds