Searched refs:smooth (Results 1 - 10 of 10) sorted by relevance

/external/freetype/src/smooth/
H A Dftspic.c5 /* The FreeType position independent code services for smooth module. */
34 if ( pic_container->smooth )
36 SmoothPIC* container = (SmoothPIC*)pic_container->smooth;
40 pic_container->smooth = NULL;
55 if(pic_container->smooth)
57 ((SmoothPIC*)pic_container->smooth)->ref_count++;
65 pic_container->smooth = container;
H A Dftspic.h5 /* The FreeType position independent code services for smooth module. */
38 #define GET_PIC(lib) ((SmoothPIC*)((lib)->pic_container.smooth))
/external/freetype/include/freetype/internal/
H A Dftpic.h45 void* smooth; member in struct:FT_PIC_Container_
H A Dfttrace.h37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
/external/srec/srec/include/
H A Dfft.h40 int place_sample_data(fft_info *fft, fftdata *seq, fftdata *smooth, int num);
/external/webkit/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp106 void WebCoreSetShouldUseFontSmoothing(bool smooth) argument
108 shouldUseFontSmoothing = smooth;
/external/freetype/
H A DAndroid.mk28 src/smooth/smooth.c \
/external/webkit/WebKit/win/
H A DWebKitGraphics.cpp169 void WebKitSetShouldUseFontSmoothing(bool smooth) argument
171 WebCoreSetShouldUseFontSmoothing(smooth);
/external/srec/srec/cfront/
H A Dsp_fft.c850 int place_sample_data(fft_info *fft, fftdata *seq, fftdata *smooth, int num) argument
859 ASSERT(smooth);
865 fft->real[ii] = (fftdata)(seq[ii] * smooth[ii]);
/external/webkit/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm1162 // P.S. The "smooth scrolling" option in the system preferences is utterly

Completed in 1301 milliseconds