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

1 2

  /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/pdfium/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. */
43 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
  /external/freetype/include/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
fttrace.h 37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
fttrace.h 37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
  /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/opencv3/samples/cpp/tutorial_code/ImgProc/
Morphology_3.cpp 89 //! [smooth]
94 // Extract edges and smooth image according to the logic
97 // 3. src.copyTo(smooth)
98 // 4. blur smooth img
99 // 5. smooth.copyTo(src, edges)
112 Mat smooth; local
113 vertical.copyTo(smooth);
116 blur(smooth, smooth, Size(2, 2));
119 smooth.copyTo(vertical, edges)
    [all...]
  /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 123 final boolean smooth = checkBox.isChecked();
125 scrollToPosition(smooth, spinner.getSelectedItemPosition());
127 scrollToPositionWithOffset(smooth, spinner.getSelectedItemPosition(), offset);
160 protected void scrollToPosition(boolean smooth, int position) {
161 if (smooth) {
168 protected void scrollToPositionWithOffset(boolean smooth, int position, int offset) {
169 scrollToPosition(smooth, position);
GridLayoutManagerActivity.java 105 protected void scrollToPositionWithOffset(boolean smooth, int position, int offset) {
106 if (smooth) {
107 super.scrollToPositionWithOffset(smooth, position, offset);
  /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/freetype/
Android.mk 33 src/smooth/smooth.c \
  /external/mesa3d/src/glsl/
ast_type.cpp 57 return this->flags.q.smooth
65 if (this->flags.q.smooth)
66 return "smooth";
  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 10 # <variant> is in {smooth, smoother, smoothest}.
26 smooth)
38 smooth() { function
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 181 return new SplineInterpolator().interpolate(xval, smooth(xval, yval));
199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) method in class:LoessInterpolator
359 public final double[] smooth(final double[] xval, final double[] yval) method in class:LoessInterpolator
369 return smooth(xval, yval, unitWeights);
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h 72 float smooth[HALF_ANAL_BLOCKL]; member in struct:NoiseSuppressionC_
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java 183 void post(int position, int type, boolean smooth) {
192 mSmooth = smooth;
470 boolean smooth,
477 public void setSelectedPosition(int rowPosition, boolean smooth) {
    [all...]
BrowseSupportFragment.java 185 void post(int position, int type, boolean smooth) {
194 mSmooth = smooth;
472 boolean smooth,
479 public void setSelectedPosition(int rowPosition, boolean smooth) {
    [all...]
RowsFragment.java 490 * @param smooth True to scroll to the row, false for no animation.
493 public void setSelectedPosition(int rowPosition, boolean smooth,
508 if (smooth) {
619 boolean smooth,
621 getFragment().setSelectedPosition(rowPosition, smooth, rowHolderTask);
625 public void setSelectedPosition(int rowPosition, boolean smooth) {
626 getFragment().setSelectedPosition(rowPosition, smooth);
RowsSupportFragment.java 492 * @param smooth True to scroll to the row, false for no animation.
495 public void setSelectedPosition(int rowPosition, boolean smooth,
510 if (smooth) {
621 boolean smooth,
623 getFragment().setSelectedPosition(rowPosition, smooth, rowHolderTask);
627 public void setSelectedPosition(int rowPosition, boolean smooth) {
628 getFragment().setSelectedPosition(rowPosition, smooth);
BaseRowFragment.java 183 * Sets the selected row position with smooth animation.
200 public void setSelectedPosition(int position, boolean smooth) {
209 if (smooth) {
  /device/generic/goldfish/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.

Completed in 546 milliseconds

1 2