/external/pdfium/third_party/freetype/src/smooth/ |
D | ftspic.c | 40 if ( pic_container->smooth ) in ft_smooth_renderer_class_pic_free() 42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; in ft_smooth_renderer_class_pic_free() 49 pic_container->smooth = NULL; in ft_smooth_renderer_class_pic_free() 65 if ( pic_container->smooth ) in ft_smooth_renderer_class_pic_init() 67 ((SmoothPIC*)pic_container->smooth)->ref_count++; in ft_smooth_renderer_class_pic_init() 75 pic_container->smooth = container; in ft_smooth_renderer_class_pic_init()
|
D | Jamfile | 1 # FreeType 2 src/smooth Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) smooth ; 23 _sources = smooth ; 29 # end of src/smooth Jamfile
|
D | ftspic.h | 42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
|
/external/freetype/src/smooth/ |
D | ftspic.c | 40 if ( pic_container->smooth ) in ft_smooth_renderer_class_pic_free() 42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; in ft_smooth_renderer_class_pic_free() 49 pic_container->smooth = NULL; in ft_smooth_renderer_class_pic_free() 65 if ( pic_container->smooth ) in ft_smooth_renderer_class_pic_init() 67 ((SmoothPIC*)pic_container->smooth)->ref_count++; in ft_smooth_renderer_class_pic_init() 75 pic_container->smooth = container; in ft_smooth_renderer_class_pic_init()
|
D | ftspic.h | 42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
|
/external/deqp/data/gles3/shaders/ |
D | qualification_order.test | 17 invariant smooth centroid out lowp float x0; 36 smooth centroid in lowp float x0; 58 smooth centroid out lowp float x0; 77 smooth centroid in lowp float x0; 99 invariant smooth centroid out float x0; 118 smooth centroid in float x0; 222 smooth centroid out float x0; 241 smooth centroid in float x0; 308 invariant smooth lowp centroid out float x0; 327 smooth lowp centroid in float x0; [all …]
|
/external/eigen/bench/btl/data/ |
D | smooth_all.sh | 11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp 22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp 32 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE} 40 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE} 49 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}
|
D | CMakeLists.txt | 29 add_executable(smooth smooth.cxx) target
|
/external/icu/icu4c/source/data/translit/ |
D | Greek_Latin.txt | 29 $smooth = \u0313 ; 92 $smooth → ; 93 | $1 $smooth ← $notLetter { ([rR]) } [^hH$smooth$rough] ; 94 | $1 $smooth ← $notLetter { ($evowel $macron? $evowel2 $macron?) } [^$smooth$rough] ; 95 | $1 $smooth ← $notLetter { ($evowel $macron?) } [^$evowel2$smooth$rough] ;
|
D | Greek_Latin_UNGEGN.txt | 26 $smooth = \u0313 ; 41 $smooth → ;
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
D | TerrainFractalGridTest.java | 40 private SmoothFilter smooth; field in TerrainFractalGridTest 112 this.smooth = new SmoothFilter(); in simpleInitApp() 113 this.smooth.setRadius(1); in simpleInitApp() 114 this.smooth.setEffect(0.7f); in simpleInitApp() 118 this.iterate.addPostFilter(this.smooth); in simpleInitApp()
|
D | TerrainGridAlphaMapTest.java | 62 private SmoothFilter smooth; field in TerrainGridAlphaMapTest 142 this.smooth = new SmoothFilter(); in simpleInitApp() 143 this.smooth.setRadius(1); in simpleInitApp() 144 this.smooth.setEffect(0.7f); in simpleInitApp() 148 this.iterate.addPostFilter(this.smooth); in simpleInitApp()
|
D | TerrainTestModifyHeight.java | 312 heightmap.smooth(0.9f, 1); in createTerrain() 393 SmoothFilter smooth = new SmoothFilter(); in createTerrainGrid() local 394 smooth.setRadius(1); in createTerrainGrid() 395 smooth.setEffect(0.7f); in createTerrainGrid() 399 iterate.addPostFilter(smooth); in createTerrainGrid()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_polygon.c | 63 GLboolean smooth = ctx->Line.SmoothFlag && in nv10_emit_line_mode() local 67 PUSH_DATA (push, MAX2(smooth ? 0 : 1, in nv10_emit_line_mode() 70 PUSH_DATAb(push, smooth); in nv10_emit_line_mode()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Surface.java | 79 boolean smooth = true;//TODO: take smoothing into consideration in buildSurface() 123 …this.addNormal(n, normalMap, smooth, vertices[indices[i]], vertices[indices[i + 1]], vertices[indi… in buildSurface() 239 …private void addNormal(Vector3f normalToAdd, Map<Vector3f, Vector3f> normalMap, boolean smooth, Ve… in addNormal() argument 242 if (!smooth || n == null) { in addNormal()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | LoessInterpolator.java | 181 return new SplineInterpolator().interpolate(xval, smooth(xval, yval)); in interpolate() 199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) in smooth() method in LoessInterpolator 359 public final double[] smooth(final double[] xval, final double[] yval) in smooth() method in LoessInterpolator 369 return smooth(xval, yval, unitWeights); in smooth()
|
/external/fio/tools/plot/ |
D | graph2D.gpm | 28 plot '$1' using 2:3 smooth csplines title '$2', $7 w l ls 1 ti 'Global average value ($7)' 31 plot '$1' using 2:3 smooth bezier title '$2', $7 w l ls 1 ti 'Global average value ($7)'
|
/external/freetype/ |
D | Android.mk | 33 src/smooth/smooth.c \
|
/external/mesa3d/src/glsl/ |
D | ast_type.cpp | 57 return this->flags.q.smooth in has_interpolation() 65 if (this->flags.q.smooth) in interpolation_string()
|
/external/pdfium/third_party/ |
D | third_party.gyp | 57 'freetype/src/smooth/smooth.c',
|
D | BUILD.gn | 66 "freetype/src/smooth/smooth.c",
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | AbstractHeightMap.java | 439 public void smooth(float np) { in smooth() method in AbstractHeightMap 440 smooth(np, 1); in smooth() 455 public void smooth(float np, int radius) { in smooth() method in AbstractHeightMap
|
/external/mesa3d/src/gallium/docs/source/ |
D | pipeline.txt | 87 | * Line AA/smooth (as tris) | 90 | * Point AA/smooth (as tris) |
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftpic.h | 46 void* smooth; member
|
/external/freetype/include/internal/ |
D | ftpic.h | 46 void* smooth; member
|