Searched refs:clipH (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java60 private int clipX, clipY, clipW, clipH; field in class:LwjglGL1Renderer
404 if (clipX != x || clipY != y || clipW != width || clipH != height) {
409 clipH = height;
421 clipH = 0;
H A DLwjglRenderer.java116 private int clipX, clipY, clipW, clipH; field in class:LwjglRenderer
725 if (clipX != x || clipY != y || clipW != width || clipH != height) {
730 clipH = height;
742 clipH = 0;
/external/skia/samplecode/
H A DSampleApp.cpp879 static float clipH = 200; variable
889 m.mapXY(mouseX - clipW/2, mouseY - clipH/2, &offset);
892 r.set(0, 0, clipW * m.getScaleX(), clipH * m.getScaleX());
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java99 private int clipX, clipY, clipW, clipH; field in class:OGLESShaderRenderer
694 if (clipX != x || clipY != y || clipW != width || clipH != height) {
702 clipH = height;
719 clipH = 0;

Completed in 68 milliseconds