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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorMusgrave.java 86 texres.intensity = musgraveData.outscale * musgraveFunction.execute(musgraveData, texvec[0], texvec[1], texvec[2]);
118 public final float outscale; field in class:TextureGeneratorMusgrave.MusgraveData
128 outscale = ((Number) tex.getFieldValue("ns_outscale")).floatValue();
TextureGeneratorVoronoi.java 68 float outscale = ((Number) tex.getFieldValue("ns_outscale")).floatValue(); local
90 sc = outscale / sc;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 474 private static boolean parseUnit(String str, TypedValue outValue, float[] outScale) {
479 applyUnit(unit, outValue, outScale);
487 private static void applyUnit(UnitEntry unit, TypedValue outValue, float[] outScale) {
490 outScale[0] = unit.scale;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 298 milliseconds