Searched refs:spread (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DShadowValue.cpp40 , spread(_spread)
67 if (spread) {
70 text.append(spread->cssText());
87 && compareCSSValuePtr(spread, other.spread)
H A DShadowValue.h38 PassRefPtr<CSSPrimitiveValue> spread,
42 return adoptRef(new ShadowValue(x, y, blur, spread, style, color));
52 RefPtr<CSSPrimitiveValue> spread; member in class:WebCore::ShadowValue
60 PassRefPtr<CSSPrimitiveValue> spread,
35 create(PassRefPtr<CSSPrimitiveValue> x, PassRefPtr<CSSPrimitiveValue> y, PassRefPtr<CSSPrimitiveValue> blur, PassRefPtr<CSSPrimitiveValue> spread, PassRefPtr<CSSPrimitiveValue> style, PassRefPtr<CSSPrimitiveValue> color) argument
H A DSVGCSSStyleSelector.cpp575 // -webkit-svg-shadow does should not have a spread or style
576 ASSERT(!item->spread);
H A DStyleResolver.cpp2462 int spread = item->spread ? item->spread->computeLength<int>(state.style(), state.rootElementStyle(), zoomFactor) : 0;
2470 OwnPtr<ShadowData> shadowData = adoptPtr(new ShadowData(IntPoint(x, y), blur, spread, shadowStyle, id == CSSPropertyWebkitBoxShadow, color.isValid() ? color : Color::transparent));
H A DCSSComputedStyleDeclaration.cpp982 // We want our computed style to look like that of a text shadow (has neither spread nor inset style).
1309 RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? PassRefPtr<CSSPrimitiveValue>() : zoomAdjustedPixelValue(s->spread(), style); local
1312 list->prepend(ShadowValue::create(x.release(), y.release(), blur.release(), spread.release(), style.release(), color.release()));
H A DCSSParser.cpp6339 if (x || y || blur || spread || color || style) {
6344 values->append(ShadowValue::create(x.release(), y.release(), blur.release(), spread.release(), style.release(), color.release()));
6351 spread = 0;
6387 spread = val.release();
6426 RefPtr<CSSPrimitiveValue> spread;
8460 maximumArgumentCount = 4; // x-offset, y-offset, blur-radius, color -- spread and inset style not allowed.
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DShadowData.h51 ShadowData(const IntPoint& location, int radius, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color) argument
54 , m_spread(spread)
81 int spread() const { return m_spread; } function in class:WebCore::ShadowData
H A DShadowData.cpp59 int extentAndSpread = shadow->paintingExtent() + shadow->spread() + additionalOutlineSize;
H A DRenderStyle.cpp1003 ASSERT(!shadowData || (!shadowData->spread() && shadowData->style() == Normal));
1428 int extentAndSpread = shadow->paintingExtent() + shadow->spread();
1447 int extentAndSpread = shadow->paintingExtent() + shadow->spread();
1466 int extentAndSpread = shadow->paintingExtent() + shadow->spread();
1481 int extentAndSpread = shadow->paintingExtent() + shadow->spread();
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/
H A DFirst.pm20 method by which query load can be spread out across each replicant in the pool.
H A DRandom.pm21 method by which query load can be spread out across each replicant in the pool.
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Denv.h334 void spread() { spread_flag = 1; } function in class:environment
336 void do_break(int spread = 0); // .br
H A Denv.cpp2382 void do_break_request(int spread) argument
2387 curenv->do_break(spread);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DBalancer.pm22 method by which query load can be spread out across each replicant in the pool.
73 and that being able to spread your read only traffic around to multiple
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2614 int spread = (int)left->getDepth() - (int)right->getDepth();
2615 if (std::abs(spread) > MaxReorderWindow) {
2624 int spread = (int)left->getHeight() - (int)right->getHeight();
2625 if (std::abs(spread) > MaxReorderWindow)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DReplicated.pm92 Read traffic is spread across the replicants (slaves) occurring to a user
158 choose how to spread the query load across each replicant in the pool.
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DConfigure.pm469 consists of the headers, spread out.
485 consists of the libraries, spread out.
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp118 blend(from->spread(), to->spread(), progress),
/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/
H A DPlServer.pm557 Enough wasted time, spread the example, not the word. :-) Let's write
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/lib/RPC/
H A DPlServer.pm557 Enough wasted time, spread the example, not the word. :-) Let's write
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBoxModelObject.cpp2545 if (currentShadow->spread())
2610 int shadowSpread = shadow->spread();
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfortran.vim244 syn keyword fortran90Intrinsic scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm2044 prints the same content, just spread over many lines, and prettily
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex183 wide-spread wrap-around
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex186 wide-spread wrap-around

Completed in 329 milliseconds

12