HomeSort by relevance Sort by last modified time
    Searched full:clipend (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/
CameraHelper.java 73 float clipend = ((Number) structure.getFieldValue("clipend")).floatValue(); local
79 result.setFrustumPerspective(45, aspect, clipsta, clipend);
104 float clipend = ((Number) structure.getFieldValue("clipend")).floatValue(); local
110 result.setFrustumPerspective(aspect, result.getWidth() / result.getHeight(), clipsta, clipend);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 58 * See the clipEnd attribute from .
63 public void setClipEnd(String clipEnd)
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilMediaElementImpl.java 151 return this.getAttribute("clipEnd");
210 public void setClipEnd(String clipEnd) throws DOMException {
211 this.setAttribute("clipEnd", clipEnd);
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 57 private int clipEnd = Integer.MAX_VALUE;
200 int oldClipEnd = clipEnd;
206 clipEnd = subroutineEnd;
237 clipEnd = oldClipEnd;
352 int endPC = Math.min(exceptionInfo.u2endPC, clipEnd);

Completed in 224 milliseconds