HomeSort by relevance Sort by last modified time
    Searched refs:spot (Results 1 - 24 of 24) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLight.java 57 SpotLight spot; field in class:TestSpotLight
64 spot=new SpotLight();
66 spot.setSpotRange(1000);
67 spot.setSpotInnerAngle(5*FastMath.DEG_TO_RAD);
68 spot.setSpotOuterAngle(10*FastMath.DEG_TO_RAD);
69 spot.setPosition(new Vector3f(77.70334f, 34.013165f, 27.1017f));
70 spot.setDirection(lightTarget.subtract(spot.getPosition()));
71 spot.setColor(ColorRGBA.White.mult(2));
72 rootNode.addLight(spot);
    [all...]
  /frameworks/base/services/input/
PointerController.cpp 45 // Time to spend fading out the spot completely.
251 ALOGD(" spot %d: position=(%0.3f, %0.3f), pressure=%0.3f", id,
271 Spot* spot = getSpotLocked(id); local
272 if (!spot) {
273 spot = createAndAddSpotLocked(id);
276 spot->updateSprite(&icon, x, y);
281 Spot* spot = mLocked.spots.itemAt(i); local
282 if (spot->id != Spot::INVALID_I
441 Spot* spot = mLocked.spots.itemAt(i); local
508 Spot* spot = mLocked.spots.itemAt(i); local
519 Spot* spot = removeFirstFadingSpotLocked(); local
537 Spot* spot = new Spot(id, sprite); local
544 Spot* spot = mLocked.spots.itemAt(i); local
572 Spot* spot = mLocked.spots.itemAt(i); local
    [all...]
PointerController.h 87 // Show spots and a spot anchor in place of the mouse pointer.
100 * For spotCoords, pressure != 0 indicates that the spot's location is being
186 struct Spot {
195 inline Spot(uint32_t id, const sp<Sprite>& sprite)
237 Vector<Spot*> spots;
254 Spot* getSpotLocked(uint32_t id);
255 Spot* createAndAddSpotLocked(uint32_t id);
256 Spot* removeFirstFadingSpotLocked();
257 void releaseSpotLocked(Spot* spot);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 289 /* Cut an event, and return the next valid spot, or the tail */
291 static int SDL_CutEvent(int spot)
293 if ( spot == SDL_EventQ.head ) {
297 if ( (spot+1)%MAXEVENTS == SDL_EventQ.tail ) {
298 SDL_EventQ.tail = spot;
309 for ( here=spot; here != SDL_EventQ.tail; here = next ) {
313 return(spot);
337 int spot; local
345 spot = SDL_EventQ.head;
346 while ((used < numevents)&&(spot != SDL_EventQ.tail))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_error.c 137 char tmp[32], *spot = tmp; local
138 *spot++ = *fmt++;
139 while ( (*fmt == '.' || (*fmt >= '0' && *fmt <= '9')) && spot < (tmp+SDL_arraysize(tmp)-2) ) {
140 *spot++ = *fmt++;
142 *spot++ = *fmt++;
143 *spot++ = '\0';
144 switch (spot[-2]) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find_selectors.h 110 RandomAccessIterator1 spot = adjacent_find(begin1, end1 + 1, local
112 if (spot == (end1 + 1))
113 spot = end1;
114 return std::make_pair(spot, begin2);
algo.h 824 RandomAccessIterator spot = __gnu_parallel:: local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 360 { DWORD spot = cursor; local
361 if ( spot < lastchunk ) {
362 spot += NUM_BUFFERS;
364 if ( spot > lastchunk+1 ) {
366 (spot - (lastchunk+1)));
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 1484 struct re_state_table_entry *spot; local
1532 struct re_state_table_entry *spot; local
1570 struct re_state_table_entry *spot; local
    [all...]
  /external/quake/quake/src/QW/client/
pmove.c 250 // first try moving directly to the next spot
693 vec3_t spot; local
710 VectorMA (pmove.origin, 24, flatforward, spot);
711 spot[2] += 8;
712 cont = PM_PointContents (spot);
715 spot[2] += 24;
716 cont = PM_PointContents (spot);
901 // set onground, watertype, and waterlevel for final spot
  /external/webkit/Source/JavaScriptCore/wtf/
Vector.h 1030 T* spot = begin() + position; local
1031 TypeOperations::moveOverlapping(spot, end(), spot + dataSize);
1033 new (&spot[i]) T(data[i]);
1047 T* spot = begin() + position; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 284 char *spot; local
292 spot = SDL_getenv("SDL_VIDEO_X11_WMCLASS");
293 if ( spot ) {
294 SDL_strlcpy(classname, spot, maxlen);
310 spot = SDL_strrchr(linkfile, '/');
311 if ( spot ) {
312 SDL_strlcpy(classname, spot+1, maxlen);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 415 Point spot;
416 SetPt(&spot, 0x0070, 0x0050);
417 DIBadMount(spot, event.message);
  /external/libvorbis/doc/
Vorbis_I_spec.tex 45 % left to the typesetting engine to place them in the "optimal" spot. These
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 220 addi r20,$sp,$LOCALS ; spot within the frame
sha512-ppc.pl 258 addi r20,$sp,$LOCALS ; aligned spot below the frame
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 140 rem dictionary, vcdiff will spot the mistake and return an error. (It can't
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 140 rem dictionary, vcdiff will spot the mistake and return an error. (It can't
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 12 @ once then spot check that following instructions accept the form generally.
basic-arm-instructions.s 7 @ once then spot check that following instructions accept the form generally.
    [all...]
basic-thumb2-instructions.s 7 @ once then spot check that following instructions accept the form generally.
    [all...]
  /external/v8/src/
runtime.js 43 // They are all declared at this one spot to avoid redeclaration errors.
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 767 milliseconds