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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 641 int intX = (int) floorX & 0xFF, intY = (int) floorY & 0xFF, intZ = (int) floorZ & 0xFF;
649 A = hash[intX] + intY;
652 B = hash[intX + 1] + intY;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 248 int intY = static_cast<int>(y + 0.5f);
250 int intHeight = static_cast<int>(y + height + 0.5f) - intY;
251 m_context->scissor(intX, m_size.height() - intHeight - intY, intWidth, intHeight);
    [all...]

Completed in 68 milliseconds