Home
last modified time | relevance | path

Searched refs:smooth (Results 1 – 25 of 141) sorted by relevance

123456

/external/pdfium/third_party/freetype/src/smooth/
Dftspic.c40 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()
DJamfile1 # FreeType 2 src/smooth Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) smooth ;
26 _sources = smooth ;
32 # end of src/smooth Jamfile
/external/freetype/src/smooth/
Dftspic.c40 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()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
Dftspic.c40 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()
DJamfile1 # FreeType 2 src/smooth Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) smooth ;
26 _sources = smooth ;
32 # end of src/smooth Jamfile
Dmodule.mk20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
22 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE)
24 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRI…
Drules.mk18 SMOOTH_DIR := $(SRC_DIR)/smooth
48 SMOOTH_DRV_OBJ_S := $(OBJ_DIR)/smooth.$O
52 SMOOTH_DRV_SRC_S := $(SMOOTH_DIR)/smooth.c
/external/deqp/data/gles3/shaders/
Dqualification_order.test17 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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DHeightField.java82 public final boolean smooth; field in HeightField
109 public HeightField (boolean isStatic, final Pixmap map, boolean smooth, int attributes) { in HeightField() argument
110 this(isStatic, map.getWidth(), map.getHeight(), smooth, attributes); in HeightField()
115 boolean smooth, int attributes) { in HeightField() argument
116 this(isStatic, width, height, smooth, attributes); in HeightField()
120 …public HeightField (boolean isStatic, final float[] data, int width, int height, boolean smooth, i… in HeightField() argument
121 this(isStatic, width, height, smooth, attributes); in HeightField()
125 public HeightField (boolean isStatic, int width, int height, boolean smooth, int attributes) { in HeightField() argument
126 this(isStatic, width, height, smooth, MeshBuilder.createAttributes(attributes)); in HeightField()
129 …public HeightField (boolean isStatic, int width, int height, boolean smooth, VertexAttributes attr… in HeightField() argument
[all …]
/external/eigen/bench/btl/data/
Dsmooth_all.sh11 ./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}
DCMakeLists.txt29 add_executable(smooth smooth.cxx) target
/external/icu/icu4c/source/data/translit/
DGreek_Latin.txt29 $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] ;
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainFractalGridTest.java40 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()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c63 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/
DFREETYPE.PRJ29 ..\..\src\smooth\smooth.c
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java181 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/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DSurface.java79 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/fio/tools/plot/
Dgraph2D.gpm28 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/
DAndroid.mk33 src/smooth/smooth.c \
/external/mesa3d/src/glsl/
Dast_type.cpp57 return this->flags.q.smooth in has_interpolation()
65 if (this->flags.q.smooth) in interpolation_string()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/symbian/
Dfreetype.mmp104 sourcepath ..\..\src\smooth
106 source smooth.c
144 userinclude ..\..\src\smooth
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
Dmakefile.os4177 smooth.ppc.o: FT:src/smooth/smooth.c
178 $(CC) -c $(CFLAGS) -o $@ /FT/src/smooth/smooth.c
292 RASTER = raster.ppc.o smooth.ppc.o
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
DFreeType.ppc_classic.make.txt70 :src:smooth:smooth.c \xB6
115 "{ObjDir}smooth.c.x" \xB6
196 "{ObjDir}smooth.c.x" \xC4 :src:smooth:smooth.c
DFreeType.ppc_carbon.make.txt70 :src:smooth:smooth.c \xB6
115 "{ObjDir}smooth.c.x" \xB6
196 "{ObjDir}smooth.c.x" \xC4 :src:smooth:smooth.c
DFreeType.m68k_cfm.make.txt70 :src:smooth:smooth.c \xB6
115 "{ObjDir}smooth.c.o" \xB6
193 "{ObjDir}smooth.c.o" \xC4 :src:smooth:smooth.c

123456