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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/third_party/freetype/src/smooth/
Jamfile 1 # FreeType 2 src/smooth Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) smooth ;
23 _sources = smooth ;
29 # end of src/smooth Jamfile
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;
ftsmerrs.h 5 /* smooth renderer error codes (specification only). */
21 /* This file is used to define the smooth renderer error enumeration */
ftspic.h 5 /* The FreeType position independent code services for smooth module. */
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
smooth.c 3 /* smooth.c */
ftgrays.h 5 /* FreeType smooth renderer declaration */
  /frameworks/base/docs/html/training/
best-performance.jd 7 <p>These classes and articles help you build an app that's smooth, responsive,
  /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;
ftsmerrs.h 5 /* smooth renderer error codes (specification only). */
21 /* This file is used to define the smooth renderer error enumeration */
ftspic.h 5 /* The FreeType position independent code services for smooth module. */
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
smooth.c 3 /* smooth.c */
ftgrays.h 5 /* FreeType smooth renderer declaration */
  /external/eigen/bench/btl/data/
CMakeLists.txt 29 add_executable(smooth smooth.cxx)
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}
  /device/generic/goldfish/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/mesa3d/docs/
ARB_color_buffer_float.txt 2 - Rendering to multiple render targets, some fixed-point, some floating-point, with FIXED_ONLY fragment clamping and polygon smooth enabled may write incorrect values to the fixed point buffers (depends on spec interpretation)
  /external/deqp/data/gles3/shaders/
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/fio/tools/plot/
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/freetype/
Android.mk 33 src/smooth/smooth.c \
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
BaseLayoutManagerActivity.java 122 final boolean smooth = checkBox.isChecked();
124 scrollToPosition(smooth, spinner.getSelectedItemPosition());
126 scrollToPositionWithOffset(smooth, spinner.getSelectedItemPosition(), offset);
159 protected void scrollToPosition(boolean smooth, int position) {
160 if (smooth) {
167 protected void scrollToPositionWithOffset(boolean smooth, int position, int offset) {
168 scrollToPosition(smooth, position);
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/assets/
guacamole.json 8 text: "Mash with a fork until fairly smooth and creamy. Preserve some small solid chunks to add texture."
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/assets/
guacamole.json 8 text: "Mash with a fork until fairly smooth and creamy. Preserve some small solid chunks to add texture."
  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.h 53 SimpleSmooth = 0, //!< simple smooth
54 AdaptSmooth = 1, //!< adaptive smooth
55 PanSmooth = 2 //!< pan motion smooth
59 * Smooth-motion is to do a weight-average between the current affine and
  /external/freetype/include/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_
  /external/pdfium/third_party/freetype/include/internal/
ftpic.h 46 void* smooth; member in struct:FT_PIC_Container_

Completed in 653 milliseconds

1 2 3 4 5 6 7 8 91011>>