Home
last modified time | relevance | path

Searched defs:yEnd (Results 1 – 3 of 3) sorted by relevance

/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
Detc1.cpp527 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
580 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java367 float yEnd = Float.parseFloat(args[3]); in handleEvent() local