OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tox
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
Makefile
2
tox
/external/chromium-trace/catapult/third_party/coverage/
Makefile
28
-rm -rf .
tox
*
44
tox
-e py27,py34 $(ARGS)
47
COVERAGE_COVERAGE=yes
tox
$(ARGS)
58
tox
-c tox_wheels.ini $(ARGS)
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Actor.java
773
final float
tox
= (localCoords.x - originX) * scaleX;
local
775
localCoords.x = (
tox
* cos + toy * sin) + originX + x;
776
localCoords.y = (
tox
* -sin + toy * cos) + originY + y;
814
final float
tox
= parentCoords.x - childX - originX;
local
816
parentCoords.x = (
tox
* cos + toy * sin) / scaleX + originX;
817
parentCoords.y = (
tox
* -sin + toy * cos) / scaleY + originY;
Completed in 104 milliseconds