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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
action_useragentstylesheets.py 59 dashes = len(args)
61 dashes = args.index('--')
63 sections.append(args[:dashes])
66 if dashes + 1 == len(args):
73 args = args[dashes + 1:]
  /external/strace/
count.c 164 const char *dashes = "----------------"; local
172 dashes, dashes, dashes, dashes, dashes, dashes);
221 dashes, dashes, dashes, dashes, dashes, dashes)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp 38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset)
42 size_t dashLength = dashes.size();
55 intervals[i] = dashes[i % dashLength];
88 // Truncate the width, since we don't want fuzzy dots or dashes.
94 // Determine how many dashes or dots we should have.
97 // Adjust the phase to center the dashes within the line.
GraphicsContextState.cpp 220 void GraphicsContextState::setLineDash(const DashArray& dashes, float dashOffset)
222 m_strokeData.setLineDash(dashes, dashOffset);
GraphicsContext.h 139 void setLineDash(const DashArray& dashes, float dashOffset) { mutableState()->setLineDash(dashes, dashOffset); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 358 RefPtr<SVGLengthList> dashes = svgStyle->strokeDashArray(); local
359 if (dashes->isEmpty())
363 SVGLengthList::ConstIterator it = dashes->begin();
364 SVGLengthList::ConstIterator itEnd = dashes->end();
388 RefPtr<SVGLengthList> dashes = svgStyle->strokeDashArray(); local
389 if (dashes->isEmpty())
393 size_t length = dashes->length();
395 dashArray.append(dashes->at(i)->value(lengthContext));
SVGRenderTreeAsText.cpp 292 RefPtr<SVGLengthList> dashes = svgStyle->strokeDashArray(); local
295 SVGLengthList::ConstIterator it = dashes->begin();
296 SVGLengthList::ConstIterator itEnd = dashes->end();
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 51 RefPtr<SVGLengthList> dashes = passDashes; local
53 if (dashes->isEmpty())
57 SVGLengthList::ConstIterator it = dashes->begin();
58 SVGLengthList::ConstIterator itEnd = dashes->end();
  /external/valgrind/main/perf/
vg_perf 414 my $dashes = "-" x (50 - length $full_dir);
420 print "-- Running tests in $full_dir $dashes\n";
430 print "-- Finished tests in $full_dir $dashes\n";
vg_perf.in 414 my $dashes = "-" x (50 - length $full_dir);
420 print "-- Running tests in $full_dir $dashes\n";
430 print "-- Finished tests in $full_dir $dashes\n";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 312 dashes = '-' * 75
313 self.announce('%s%s%s' % (dashes, data, dashes))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 312 dashes = '-' * 75
313 self.announce('%s%s%s' % (dashes, data, dashes))
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 416 CSSValueList* dashes = toCSSValueList(value); local
419 size_t length = dashes->length();
421 CSSValue* currValue = dashes->itemWithoutBoundsCheck(i);
425 CSSPrimitiveValue* dash = toCSSPrimitiveValue(dashes->itemWithoutBoundsCheck(i));
  /ndk/build/core/
setup-toolchain.mk 78 # We assume the toolchain name uses dashes (-) as separators and doesn't
82 # 1/ Use 'subst' to convert dashes into spaces, this generates a list
84 # 3/ Use 'subst' again to convert the spaces back into dashes
139 # to do that, we split at dashes, remove the last element, then merge the
  /external/valgrind/main/tests/
vg_regtest 586 my $dashes = "-" x (50 - length $full_dir);
592 print "-- Running tests in $full_dir $dashes\n";
602 print "-- Finished tests in $full_dir $dashes\n";
vg_regtest.in 586 my $dashes = "-" x (50 - length $full_dir);
592 print "-- Running tests in $full_dir $dashes\n";
602 print "-- Finished tests in $full_dir $dashes\n";
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 1653 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1653 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 94 this.dashes =
853 {set: this.dashes,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 64 Bool dashes; /* boolean: TRUE if dash-list is really a list */ member in struct:_XGC
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 64 Bool dashes; /* boolean: TRUE if dash-list is really a list */ member in struct:_XGC
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.2/
common-22.4.2.jar 

Completed in 719 milliseconds

1 2 3