Searched defs:spacing (Results 1 - 23 of 23) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DTextSprite.java33 private final VariableInt spacing; field in class:TextSprite
55 * @param spacing the variable spacing between the lines of text.
62 VariableInt spacing,
68 this.spacing = spacing;
82 int spacingt = spacing.getInt(time);
61 TextSprite(VariableString[] text, VariableInt spacing, VariableInt x, VariableInt y) argument
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c30 int spacing; local
61 spacing = -2;
68 spacing += len + 2;
73 if (spacing > 23) {
76 spacing = 0;
79 strncat(buffer, twentyfive_spaces, 25-spacing);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java101 * Sets zero horizontal and vertical spacing.
109 * Sets horizontal spacing.
111 public GridLayoutFactory spacingH(int spacing) { argument
112 m_layout.horizontalSpacing = spacing;
117 * Sets vertical spacing.
119 public GridLayoutFactory spacingV(int spacing) { argument
120 m_layout.verticalSpacing = spacing;
/external/skia/tools/
H A Dskhello.cpp82 SkScalar spacing = paint.getFontSpacing(); local
85 int h = SkScalarRoundToInt(spacing) + 30;
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DTouchZoomExampleActivity.java137 distBetweenFingers = spacing(event);
154 distBetweenFingers = spacing(event);
201 private float spacing(MotionEvent event) { method in class:TouchZoomExampleActivity
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java129 * @param bias the spacing bias to use for all subsequent indenting
139 * according to the current spacing and followed by a newline.
143 spacing();
157 * open and adjust the spacing
162 spacing();
214 spacing();
229 * open and adjust the spacing
232 spacing();
281 * open and adjust the spacing
286 spacing();
423 public void spacing() throws IOException { method in class:XMLWriter
[all...]
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp202 FX_FLOAT spacing = 0; local
212 spacing = -fontsize_h * (item.m_OriginX - Ignorekerning) / 1000;
216 if(nItems > 3 && !spacing) {
219 if((spacing || charSpace) && item_index > 0) {
248 spacing += matrix.TransformDistance(charSpace);
250 spacing -= matrix.TransformDistance(FXSYS_fabs(charSpace));
252 if (threshold && (spacing && spacing >= threshold) ) {
262 spacing = 0;
H A Dfpdf_text_int.cpp56 FX_FLOAT spacing = matrix.TransformDistance( local
58 baseSpace = spacing;
65 baseSpace = std::min(baseSpace, kerning + spacing);
1688 FX_FLOAT spacing = 0;
1704 spacing = -fontsize_h * item.m_OriginX / 1000;
1709 spacing += matrix.TransformDistance(charSpace);
1711 spacing -= matrix.TransformDistance(FXSYS_fabs(charSpace));
1713 spacing -= baseSpace;
1714 if (spacing && i > 0) {
1734 if (threshold && (spacing
[all...]
/external/skia/src/utils/
H A DSkTextBox.cpp274 SkScalar spacing = SkScalarMul(fPaint->getTextSize(), fSpacingMul) + fSpacingAdd; local
275 return this->countLines() * spacing;
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp41 SkString spacing; member in class:SkDrawShape1DPathEffect
135 SkAnimatorScript::EvaluateFloat(*fMaker, NULL, fDraw->spacing.c_str(), &result);
212 SK_MEMBER(spacing, String),
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c257 const float spacing = 0.25; local
259 for (i = spacing; i < 0.99; i += spacing) {
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h1478 __u32 spacing; member in struct:v4l2_hw_freq_seek
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog.java package proguard ...
/external/valgrind/include/vki/
H A Dvki-linux.h4124 __vki_u32 spacing; member in struct:vki_v4l2_hw_freq_seek
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3184 milliseconds