HomeSort by relevance Sort by last modified time
    Searched defs:imgX (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 145 int imgX = p.imageIndex % imagesX;
146 int imgY = (p.imageIndex - imgX) / imagesY;
148 float startX = ((float) imgX) / imagesX;
ParticleTriMesh.java 249 int imgX = p.imageIndex % imagesX;
250 int imgY = (p.imageIndex - imgX) / imagesY;
252 float startX = ((float) imgX) / imagesX;
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 415 const GLint imgX = x, imgY = y;
480 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba);
554 const GLint imgX = x, imgY = y;
615 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x,
631 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width,

Completed in 118 milliseconds