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

1 2 3 4 5 6 7 8

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
spacing_track.css 5 .spacing-track {
  /external/proguard/src/proguard/gui/splash/
TextSprite.java 33 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);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 94 float spacing = m_font.fontDescription().letterSpacing(); local
97 spacing += m_font.fontDescription().wordSpacing();
101 spacing = spacing / m_effectiveZoom;
103 return spacing;
  /external/e2fsprogs/lib/ss/
list_rqs.c 30 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/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPathElement.idl 32 // textPath Spacing Types
39 readonly attribute SVGAnimatedEnumeration spacing;
SVGTextPathElement.h 62 SVGAnimatedEnumeration<SVGTextPathSpacingType>* spacing() { return m_spacing.get(); } function in class:blink::FINAL
  /external/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.css 16 letter-spacing: -1px;
26 letter-spacing: -1px;
list.css 6 border-spacing: 2px;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 101 * Sets zero horizontal and vertical spacing.
109 * Sets horizontal spacing.
111 public GridLayoutFactory spacingH(int spacing) {
112 m_layout.horizontalSpacing = spacing;
117 * Sets vertical spacing.
119 public GridLayoutFactory spacingV(int spacing) {
120 m_layout.verticalSpacing = spacing;
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.cc 15 const gfx::Size& spacing,
22 spacing_(spacing),
icon_with_badge_image_source.h 25 const gfx::Size& spacing,
38 // Extra spacing for badge compared to icon bounds.
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h 14 // Move the |toMove| view |spacing| pixels before/after the |anchor| view.
16 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after);
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 81 int spacing = (r - l - usedWidth) / local
83 int left = mKeepEndSpace ? spacing : 0;
92 left += spacing;
108 int spacing = (b - t - usedHeight) / local
110 int top = mKeepEndSpace ? spacing : 0;
119 top += spacing;
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 129 * @param bias the spacing bias to use for all subsequent indenting
139 * according to the current spacing and followed by a newline.
143 spacing(); method
157 * open and adjust the spacing
162 spacing(); method
214 spacing(); method
229 * open and adjust the spacing
232 spacing(); method
281 * open and adjust the spacing
286 spacing(); method
347 spacing(); method
365 spacing(); method
382 spacing(); method
423 public void spacing() throws IOException { method in class:XMLWriter
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 92 int spacing = String.valueOf(code.getCodeLength()).length(); local
105 addSpacing(spacing + 3);
113 addSpacing(spacing + 3);
  /external/chromium_org/chrome/browser/resources/chromeos/
set_time.css 30 letter-spacing: 1px;
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 206 FX_FLOAT spacing = 0; local
216 spacing = -fontsize_h * (item.m_OriginX - Ignorekerning) / 1000;
220 if(nItems > 3 && !spacing) {
223 if((spacing || charSpace) && item_index > 0) {
252 spacing += matrix.TransformDistance(charSpace);
254 spacing -= matrix.TransformDistance(FXSYS_fabs(charSpace));
256 if (threshold && (spacing && spacing >= threshold) ) {
266 spacing = 0;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
fullscreen.css 78 letter-spacing: -0.05em;
88 letter-spacing: -0.05em;
150 letter-spacing: -0.06em;
  /frameworks/base/core/java/android/text/
BoringLayout.java 175 int spacing; local
186 spacing = metrics.bottom - metrics.top;
188 spacing = metrics.descent - metrics.ascent;
191 mBottom = spacing;
194 mDesc = spacing + metrics.top;
196 mDesc = spacing + metrics.ascent;
  /external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
advanced_settings.css 44 border-spacing: 0;
  /external/chromium_org/third_party/skia/tools/
skhello.cpp 82 SkScalar spacing = paint.getFontSpacing(); local
85 int h = SkScalarRoundToInt(spacing) + 30;
  /external/skia/tools/
skhello.cpp 82 SkScalar spacing = paint.getFontSpacing(); local
85 int h = SkScalarRoundToInt(spacing) + 30;
  /external/chromium_org/tools/sheriffing/
style.css 32 border-spacing: 0px;
42 border-spacing: 0px;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 55 def set_spacing(self, spacing): pass
81 self.spacing = None # Vertical spacing state
273 def set_spacing(self, spacing):
274 self.spacing = spacing
275 self.writer.new_spacing(spacing)
308 def new_spacing(self, spacing): pass
335 def new_spacing(self, spacing):
336 print "new_spacing(%r)" % (spacing,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 55 def set_spacing(self, spacing): pass
81 self.spacing = None # Vertical spacing state
273 def set_spacing(self, spacing):
274 self.spacing = spacing
275 self.writer.new_spacing(spacing)
308 def new_spacing(self, spacing): pass
335 def new_spacing(self, spacing):
336 print "new_spacing(%r)" % (spacing,)
    [all...]

Completed in 1220 milliseconds

1 2 3 4 5 6 7 8