/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()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 | module.mk | 20 $(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…
|
D | rules.mk | 18 SMOOTH_DIR := $(SRC_DIR)/smooth 44 SMOOTH_DRV_OBJ_S := $(OBJ_DIR)/smooth.$O 48 SMOOTH_DRV_SRC_S := $(SMOOTH_DIR)/smooth.c
|
/external/chromium_org/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()
|
/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/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | BiquadProcessor.cpp | 90 bool isStable1 = m_parameter1->smooth(); in checkForDirtyCoefficients() 91 bool isStable2 = m_parameter2->smooth(); in checkForDirtyCoefficients() 92 bool isStable3 = m_parameter3->smooth(); in checkForDirtyCoefficients() 93 bool isStable4 = m_parameter4->smooth(); in checkForDirtyCoefficients()
|
/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] ;
|
/external/chromium_org/third_party/icu/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] ;
|
/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/freetype/ |
D | Android.mk | 31 src/smooth/smooth.c \
|
D | freetype.gyp | 30 'src/smooth/smooth.c',
|
/external/freetype/ |
D | Android.mk | 32 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/chromium_org/third_party/mesa/src/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/chromium_org/build/secondary/third_party/freetype/ |
D | BUILD.gn | 29 "src/smooth/smooth.c",
|
/external/srec/srec/include/ |
D | fft.h | 40 int place_sample_data(fft_info *fft, fftdata *seq, fftdata *smooth, int num);
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
D | ftpic.h | 46 void* smooth; member
|
/external/freetype/include/internal/ |
D | ftpic.h | 46 void* smooth; member
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
D | ftpic.h | 46 void* smooth; member
|