/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/e2fsprogs/lib/ss/ |
list_rqs.c | 30 int spacing; local 56 spacing = -2; 63 spacing += len + 2; 68 if (spacing > 23) { 71 spacing = 0; 74 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;
|
/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/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngineSpacing.cpp | 99 float spacing = m_font.letterSpacing() + kerning; local 102 spacing += m_font.wordSpacing(); 105 return 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);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
PlayheadView.java | 166 final float spacing = ((float) (width * tickMs) / (float) durationMs); local 167 final float startX = Math.max(mScrollX - (((mScrollX - (mScreenWidth / 2)) % spacing)), 169 float startMs = ((tickMs * (startX - (mScreenWidth / 2))) / spacing); 175 for (float i = startX; i <= endX; i += spacing, startMs += tickMs) {
|
/frameworks/base/core/java/android/text/ |
BoringLayout.java | 175 int spacing; local 186 spacing = metrics.bottom - metrics.top; 188 spacing = metrics.descent - metrics.ascent; 192 spacing = (int)(spacing * spacingmult + spacingadd + 0.5f); 195 mBottom = spacing; 198 mDesc = spacing + metrics.top; 200 mDesc = spacing + metrics.ascent;
|
/external/skia/tools/ |
skhello.cpp | 82 SkScalar spacing = paint.getFontSpacing(); local 85 int h = SkScalarRound(spacing) + 30;
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_shrinkable_hbox.h | 66 gint spacing);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_shrinkable_hbox.h | 65 gint spacing);
|
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.h | 144 __u32 spacing; member in struct:ti_v4l2_hw_freq_seek
|
/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...] |
/build/tools/droiddoc/templates-pdk/assets/ |
yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-we (…)
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.css | 79 border-spacing: 8px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.css | 47 border-spacing: 1px 1px;
|