Home
last modified time | relevance | path

Searched refs:fillValue (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DCrossHatchFilter.java57 private float fillValue = 0.9f; field in CrossHatchFilter
98 material.setFloat("FillValue", fillValue); in initFilter()
164 public void setFillValue(float fillValue) { in setFillValue() argument
165 this.fillValue = fillValue; in setFillValue()
167 material.setFloat("FillValue", fillValue); in setFillValue()
254 return fillValue; in getFillValue()
/external/llvm/lib/Support/
DAPInt.cpp1126 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local
1128 val[i] = fillValue; in ashr()