Home
last modified time | relevance | path

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

12345

/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()
Dftspic.h43 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
/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
Dftspic.h43 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
/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/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/
DGrek_Latn.txt41 $smooth = \u0313 ;
118 # Now do smooth
119 #delete smooth breathing for Latin
120 $smooth → ;
123 | $1 $smooth ← $notLetter { ([rR]) } [^hH$smooth$rough] ;
124 | $1 $smooth ← $notLetter { ($evowel $macron? $evowel2 $macron?) } [^$smooth$rough] ;
125 | $1 $smooth ← $notLetter { ($evowel $macron?) } [^$evowel2$smooth$rough] ;
126 # TODO: preserve smooth/rough breathing if not
DGrek_Latn_UNGEGN.txt30 $smooth = \u0313 ;
48 $smooth → ;
/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/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/freetype/
DAndroid.bp30 "src/smooth/smooth.c",
/external/fio/tools/plot/
Dgraph2D.gpm49 plot ARG2 using 2:3 smooth csplines title ARG3, avg_num w l ls 1 ti 'Global average value (' . avg_…
52 plot ARG2 using 2:3 smooth bezier title ARG3, avg_num w l ls 1 ti 'Global average value (' . avg_st…
/external/jemalloc/include/jemalloc/internal/
Dsmoothstep.sh26 smooth)
38 smooth() { function
/external/ltp/testcases/realtime/tools/
Dftqviz.py38 def smooth(x, wlen): function
85 y = smooth(xi, wlen)
/external/skia/third_party/freetype2/
DBUILD.gn60 "../externals/freetype/src/smooth/smooth.c",
/external/mesa3d/src/gallium/docs/source/
Dpipeline.txt87 | * Line AA/smooth (as tris) |
90 | * Point AA/smooth (as tris) |
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftpic.h46 void* smooth; member
/external/freetype/include/freetype/internal/
Dftpic.h46 void* smooth; member
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-09-29-mc-asm-header-test.ll2 ; This tests that MC/asm header conversion is smooth
/external/mesa3d/docs/
DARB_color_buffer_float.txt2 …oint, some floating-point, with FIXED_ONLY fragment clamping and polygon smooth enabled may write …
/external/python/cpython2/Demo/tkinter/guido/
Dpaint.py54 event.widget.create_line(xold,yold,event.x,event.y,smooth=TRUE)
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.gypi81 'smooth.c',
150 'smooth.h',
/external/libese/
DREADME.md9 to smart card standards whose translation is not always smooth when
15 Behind the interface, libese should help smooth over the differences

12345