HomeSort by relevance Sort by last modified time
    Searched refs:smooth (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
module.mk 2 # FreeType 2 smooth renderer module definition
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_DRIVER_DONE)
ftspic.c 5 /* The FreeType position independent code services for smooth module. */
40 if ( pic_container->smooth )
42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth;
49 pic_container->smooth = NULL;
65 if ( pic_container->smooth )
67 ((SmoothPIC*)pic_container->smooth)->ref_count++;
75 pic_container->smooth = container;
rules.mk 2 # FreeType 2 smooth renderer module build rules
16 # smooth driver directory
18 SMOOTH_DIR := $(SRC_DIR)/smooth
25 # smooth driver sources (i.e., C files)
32 # smooth driver headers
38 # smooth driver object(s)
44 SMOOTH_DRV_OBJ_S := $(OBJ_DIR)/smooth.$O
46 # smooth driver source file for single build
48 SMOOTH_DRV_SRC_S := $(SMOOTH_DIR)/smooth.c
51 # smooth driver - single objec
    [all...]
ftspic.h 5 /* The FreeType position independent code services for smooth module. */
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
  /external/chromium_org/third_party/freetype/src/smooth/
ftspic.c 5 /* The FreeType position independent code services for smooth module. */
40 if ( pic_container->smooth )
42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth;
49 pic_container->smooth = NULL;
65 if ( pic_container->smooth )
67 ((SmoothPIC*)pic_container->smooth)->ref_count++;
75 pic_container->smooth = container;
ftspic.h 5 /* The FreeType position independent code services for smooth module. */
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
  /external/freetype/src/smooth/
ftspic.c 5 /* The FreeType position independent code services for smooth module. */
40 if ( pic_container->smooth )
42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth;
49 pic_container->smooth = NULL;
65 if ( pic_container->smooth )
67 ((SmoothPIC*)pic_container->smooth)->ref_count++;
75 pic_container->smooth = container;
ftspic.h 5 /* The FreeType position independent code services for smooth module. */
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
  /external/freetype/include/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
  /external/srec/srec/include/
fft.h 40 int place_sample_data(fft_info *fft, fftdata *seq, fftdata *smooth, int num);
  /external/eigen/bench/btl/data/
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}
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadProcessor.cpp 88 // Snap to exact values first time after reset, then smooth for subsequent changes.
96 // Smooth all of the filter parameters. If they haven't yet converged to their target value then mark coefficients as dirty.
97 bool isStable1 = m_parameter1->smooth();
98 bool isStable2 = m_parameter2->smooth();
99 bool isStable3 = m_parameter3->smooth();
100 bool isStable4 = m_parameter4->smooth();
  /device/generic/goldfish/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
BaseLayoutManagerActivity.java 119 final boolean smooth = checkBox.isChecked();
121 scrollToPosition(smooth, spinner.getSelectedItemPosition());
123 scrollToPositionWithOffset(smooth, spinner.getSelectedItemPosition(), offset);
156 protected void scrollToPosition(boolean smooth, int position) {
157 if (smooth) {
164 protected void scrollToPositionWithOffset(boolean smooth, int position, int offset) {
165 scrollToPosition(smooth, position);
GridLayoutManagerActivity.java 104 protected void scrollToPositionWithOffset(boolean smooth, int position, int offset) {
105 if (smooth) {
106 super.scrollToPositionWithOffset(smooth, position, offset);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 63 GLboolean smooth = ctx->Line.SmoothFlag && local
67 PUSH_DATA (push, MAX2(smooth ? 0 : 1,
70 PUSH_DATAb(push, smooth);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 63 GLboolean smooth = ctx->Line.SmoothFlag && local
67 PUSH_DATA (push, MAX2(smooth ? 0 : 1,
70 PUSH_DATAb(push, smooth);
  /external/chromium_org/third_party/freetype/
Android.mk 31 src/smooth/smooth.c \
  /external/freetype/
Android.mk 32 src/smooth/smooth.c \
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_type.cpp 57 return this->flags.q.smooth
65 if (this->flags.q.smooth)
66 return "smooth";
  /external/mesa3d/src/glsl/
ast_type.cpp 57 return this->flags.q.smooth
65 if (this->flags.q.smooth)
66 return "smooth";
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 76 float smooth[HALF_ANAL_BLOCKL]; member in struct:NSinst_t_

Completed in 886 milliseconds

1 2 3 4