HomeSort by relevance Sort by last modified time
    Searched full:spread (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/webkit/WebCore/rendering/style/
ShadowData.h 42 , spread(0)
48 ShadowData(int x, int y, int blur, int spread, ShadowStyle style, const Color& color)
52 , spread(spread)
72 int spread; member in struct:WebCore::ShadowData
ShadowData.cpp 31 , spread(o.spread)
44 return x == o.x && y == o.y && blur == o.blur && spread == o.spread && style == o.style && color == o.color;
  /external/webkit/WebCore/css/
ShadowValue.h 38 PassRefPtr<CSSPrimitiveValue> spread,
42 return adoptRef(new ShadowValue(x, y, blur, spread, style, color));
50 RefPtr<CSSPrimitiveValue> spread; member in class:WebCore::ShadowValue
58 PassRefPtr<CSSPrimitiveValue> spread,
ShadowValue.cpp 38 , spread(_spread)
65 if (spread) {
68 text += spread->cssText();
SVGCSSStyleSelector.cpp 549 // -webkit-svg-shadow does should not have a spread or style
550 ASSERT(!item->spread);
  /bionic/libm/src/
s_fma.c 61 int spread; local
76 spread = ex + ey - ez;
83 if (spread > DBL_MANT_DIG * 2) {
118 if (spread < -DBL_MANT_DIG) {
165 zs = ldexp(zs, -spread);
170 spread = ex + ey;
171 if (spread + ilogb(r) > -1023) {
179 p = ldexp(copysign(0x1p-1022, r), -spread);
186 return (ldexp(r, spread));
s_fmal.c 56 int spread; local
71 spread = ex + ey - ez;
78 if (spread > LDBL_MANT_DIG * 2) {
113 if (spread < -LDBL_MANT_DIG) {
160 zs = ldexpl(zs, -spread);
165 spread = ex + ey;
166 if (spread + ilogbl(r) > -16383) {
174 p = ldexpl(copysignl(0x1p-16382L, r), -spread);
181 return (ldexpl(r, spread));
  /external/webkit/WebCore/svg/
SVGGradientElement.idl 33 // Spread Method Types
  /packages/wallpapers/Basic/res/raw/
fall.rs 32 float spread;
64 gDrops[ct].spread = 1;
93 gDrops[ct].spread += 30.f * g_DT;
94 gDrops[ct].ampE = gDrops[ct].ampS / gDrops[ct].spread;
108 gDrops[iMin].spread = 0;
123 v->w = d->spread;
  /external/skia/include/effects/
SkGradientShader.h 46 @param mapper May be NULL. Callback to modify the spread of the colors.
68 @param mapper May be NULL. Callback to modify the spread of the colors.
93 @param mapper May be NULL. Callback to modify the spread of the colors.
117 @param mapper May be NULL. Callback to modify the spread of the colors.
  /external/srec/srec/cfront/
spec_anl.c 322 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread)
329 /* Convert to FFT taps. Mark adjacent taps as well as taps within spread */
337 lo = (((freq[ii] - spread[ii]) * 2 * freqobj->fft.size) + freqobj->samplerate / 2) / freqobj->samplerate;
338 hi = (((freq[ii] + spread[ii]) * 2 * freqobj->fft.size) + freqobj->samplerate / 2) / freqobj->samplerate;
348 while (((jj+1)*freq_step)>>12 <= freq[ii]-spread[ii])
350 while (((jj-1)*freq_step>>12) < freq[ii]+spread[ii]){
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 300 // Our first priority is to spread if over the percentage columns. The remaining
301 // space is spread evenly, for example: if we have a space of 100px, the columns
316 // Our last priority is to spread the remaining space over the fixed columns.
333 // a division. We cannot spread it evenly anymore. If we have any percentage
334 // columns/rows simply spread the remainder equally over all available percentage columns,
349 // If we don't have any percentage columns/rows we only have fixed columns. Spread
365 // spread it evenly or equally.
AutoTableLayout.cpp 626 // spread over fixed columns
628 // still have some width to spread, distribute to fixed columns
640 // spread over percent colums
642 // still have some width to spread, distribute weighted to percent columns
655 // spread over the rest
658 // still have some width to spread
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnormalize.java 36 * This child contains a block of text that is spread
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
normalize01.java 39 * This child contains a block of text that is spread
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
Normalize.java 44 * This child contains a block of text that is spread
  /external/iproute2/include/linux/
neighbour.h 72 * spread over multiple messages to avoid running into message
  /external/iproute2/man/man8/
tc-sfq.8 48 The compile time maximum length of the SFQ is 128 packets, which can be spread over
  /external/kernel-headers/original/linux/
neighbour.h 72 * spread over multiple messages to avoid running into message
  /system/extras/tests/pftest/
pftest.c 69 /* Looks like spread the pointer across cache lines introduce noise
  /external/opencore/protocols/rtp_payload_parser/util/src/
latmpayloadparser.cpp 172 * we are in the middle of a spread audioMuxElement(), or faulty rtp header
291 * we are in the middle of a spread audioMuxElement(), or faulty rtp header
394 * block of an AudioMuxElement() spread accross more than one rtp packet
443 * We have an AudioMuxElement() spread accross more than one rtp packet
485 * We have an AudioMuxElement() spread accross more than one rtp packet
    [all...]
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 177 // insecure source. Inactive content cannot spread to other frames.
182 // spread to other frames in the same origin.
  /frameworks/base/docs/html/guide/appendix/faq/
security.jd 99 think somebody is trying to spread malware, please let us know at <a
112 <li>attempts to automatically spread itself to other devices;</li>
  /frameworks/base/docs/html/resources/faq/
security.jd 99 think somebody is trying to spread malware, please let us know at <a
112 <li>attempts to automatically spread itself to other devices;</li>
  /external/dropbear/libtomcrypt/notes/
tech0004.txt 36 is spread [round robin] in all of the pools.

Completed in 432 milliseconds

1 2 3 4 5