HomeSort by relevance Sort by last modified time
    Searched defs:smooth (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioParam.cpp 47 bool AudioParam::smooth() function in class:WebCore::AudioParam
  /external/freetype/include/freetype/internal/
ftpic.h 45 void* smooth; member in struct:FT_PIC_Container_
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainFractalGridTest.java 40 private SmoothFilter smooth; field in class:TerrainFractalGridTest
112 this.smooth = new SmoothFilter();
113 this.smooth.setRadius(1);
114 this.smooth.setEffect(0.7f);
118 this.iterate.addPostFilter(this.smooth);
TerrainGridAlphaMapTest.java 62 private SmoothFilter smooth; field in class:TerrainGridAlphaMapTest
142 this.smooth = new SmoothFilter();
143 this.smooth.setRadius(1);
144 this.smooth.setEffect(0.7f);
148 this.iterate.addPostFilter(this.smooth);
TerrainTestModifyHeight.java 312 heightmap.smooth(0.9f, 1);
393 SmoothFilter smooth = new SmoothFilter(); local
394 smooth.setRadius(1);
395 smooth.setEffect(0.7f);
399 iterate.addPostFilter(smooth);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 428 * Smooth the terrain. For each node, its 8 neighbors heights
439 public void smooth(float np) { method in class:AbstractHeightMap
440 smooth(np, 1); method
444 * Smooth the terrain. For each node, its X(determined by radius) neighbors heights
455 public void smooth(float np, int radius) { method in class:AbstractHeightMap
  /external/webp/src/enc/
analysis.c 30 // Smooth the segment map by replacing isolated block by the majority of its
215 const int smooth = (enc->config_->preprocessing & 1); local
216 if (smooth) SmoothSegmentMap(enc);
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 74 float smooth[HALF_ANAL_BLOCKL]; member in struct:NSinst_t_
  /frameworks/native/opengl/libagl/
array.cpp 1094 GLboolean smooth = GL_FALSE; local
    [all...]
context.h 159 GLboolean smooth; member in struct:android::gl::point_size_t
164 GLboolean smooth; member in struct:android::gl::line_width_t
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 330 bool smooth : 1; member in struct:android::GGLAssembler::component_info_t
  /external/mesa3d/src/glsl/
ast.h 337 unsigned smooth:1; member in struct:ast_type_qualifier::__anon9696::__anon9697
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1849 bool smooth = this->willUseHWAALines(); local
    [all...]

Completed in 496 milliseconds