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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/svg/graphics/filters/
SVGFilter.cpp 35 void SVGFilter::calculateEffectSubRegion(FilterEffect* effect)
37 FloatRect subRegionBBox = effect->effectBoundaries();
38 FloatRect useBBox = effect->unionOfChildEffectSubregions();
44 if (effect->hasX())
47 if (effect->hasY())
50 if (effect->hasWidth())
53 if (effect->hasHeight())
56 if (!effect->hasX())
59 if (!effect->hasY())
62 if (!effect->hasWidth()
    [all...]
SVGFilterBuilder.cpp 42 void SVGFilterBuilder::add(const AtomicString& id, RefPtr<FilterEffect> effect)
45 m_lastEffect = effect;
52 m_lastEffect = effect;
  /dalvik/tests/004-annotations/src/android/test/anno/
AnnoFancyField.java 7 @Inherited // should have no effect
  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 22 * Construct a PathEffect whose effect is to apply first the inner effect
SumPathEffect.java 22 * Construct a PathEffect whose effect is to apply two effects, in sequence.
  /external/icu4c/test/cintltst/
cg7coll.h 18 * Effect : Making P sort after Z.
21 * Effect : As well as adding sequences of characters that act as a single character (this is
26 * Effect : Expansion and contraction can actually be combined.
29 * Effect : sorted sequence as the following,
  /external/icu4c/i18n/unicode/
tzrule.h 100 * Gets the very first time when this rule takes effect.
102 * takes effect in milliseconds.
105 * @param result Receives the very first time when this rule takes effect.
113 * Gets the final time when this rule takes effect.
115 * takes effect in milliseconds.
118 * @param result Receives the final time when this rule takes effect.
126 * Gets the first time when this rule takes effect after the specified time.
129 * takes effect in milliseconds.
133 * @param result Receives The first time when this rule takes effect after
143 * Gets the most recent time when this rule takes effect before the specified time
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 53 * Effect:
75 * Effect:
95 * Effect:
114 * Effect:
130 * Effect:
147 * Effect:
dynamic_loader.h 87 * Effect:
124 * Effect:
153 * Effect:
187 * EFFECT :
205 * EFFECT :
244 * EFFECT :
262 * EFFECT :
267 * It is permissible for this function to return NULL; the effect is that
284 * EFFECT :
297 * EFFECT
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW
38 * Record the current modelView matrix state. Has the side effect of
47 * Record the current projection matrix state. Has the side effect of
  /external/icu4c/test/intltest/
g7coll.h 11 * Effect : Making P sort after Z.
14 * Effect : As well as adding sequences of characters that act as a single character (this is
19 * Effect : Expansion and contraction can actually be combined.
22 * Effect : sorted sequence as the following,
  /external/webkit/WebCore/dom/
Clipboard.cpp 129 void Clipboard::setDropEffect(const String &effect)
135 if (effect != "none" && effect != "copy" && effect != "link" && effect != "move")
139 m_dropEffect = effect;
142 void Clipboard::setEffectAllowed(const String &effect)
147 if (dragOpFromIEOp(effect) == DragOperationPrivate) {
159 m_effectAllowed = effect;
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 47 * (does it correspond to a no-side-effect insn?)
112 * Only registers whose definition has no side effect
133 * are only used as sources in operations with no side effect or null
135 * @return true if usage is circular without side effect
152 // This register is only used in operations that have no side effect.
168 * Returns true if this insn has a side-effect. Returns true
172 * @return true if it has a side-effect
187 * registers defined by an instruction with no side effect.
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
SideEffect.java 25 * Marks a test-case as either having a side-effect that other tests might
26 * notice or suffering from such a side effect. Such tests should be run in an
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformState.java 77 * that is in effect, which may be a matched template
84 * @return the xsl:template that is in effect
93 * template may be in effect.
120 * Get the TrAX Transformer object in effect.
122 * @return the TrAX Transformer object in effect.
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 126 // attempting to set a null string has no effect
132 // attempting to set an empty string has no effect
313 "take effect by automatic testing")
335 "take effect by automatic testing")
357 "take effect by automatic testing")
379 "take effect by automatic testing")
401 "take effect by automatic testing")
423 "take effect by automatic testing")
445 "take effect by automatic testing")
477 "take effect by automatic testing"
    [all...]
  /external/proguard/examples/dictionaries/
keywords.txt 5 # automatically replace reserved keywords, and the effect can fairly simply be
  /external/webkit/WebCore/svg/
SVGFEFloodElement.cpp 49 RefPtr<FilterEffect> effect = FEFlood::create(color, opacity); local
50 filterResource->addFilterEffect(this, effect.release());
SVGFEMergeElement.cpp 55 RefPtr<FilterEffect> effect = FEMerge::create(mergeInputs);
56 filterResource->addFilterEffect(this, effect.release());
SVGFETileElement.cpp 66 RefPtr<FilterEffect> effect = FETile::create(input1);
67 filterResource->addFilterEffect(this, effect.release());
  /external/webkit/WebKitTools/DumpRenderTree/win/
DraggingInfo.h 59 void setPerformedDropEffect(DWORD effect) { m_performedDropEffect = effect; }
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmPreferences.java 27 * right away, while other methods will have no effect once {@link AndroidDebugBridge#init(boolean)}
64 * <p/>This change takes effect right away, for newly created {@link Client} objects.
82 * <p/>This change takes effect right away, for newly created {@link Client} objects.
97 * <p/>This change takes effect right away.
136 * <p/>This change takes effect right away.
153 * <p/>This change takes effect for newly created connections only.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Array.java 51 * the effect of {@code array[index]}. If the array component is a primitive
107 * {@code boolean}, if possible. This reproduces the effect of {@code
142 * {@code byte}, if possible. This reproduces the effect of {@code
173 * {@code char}, if possible. This reproduces the effect of {@code
208 * {@code double}, if possible. This reproduces the effect of {@code
239 * {@code float}, if possible. This reproduces the effect of {@code
270 * {@code int}, if possible. This reproduces the effect of {@code
300 * Returns the length of the array. This reproduces the effect of {@code
351 * {@code long}, if possible. This reproduces the effect of {@code
382 * {@code short}, if possible. This reproduces the effect of {@cod
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 64 * Basic test showing effect of includePad = true with 1 line.
79 * Basic test showing effect of includePad = true wrapping to 2 lines.
96 * Basic test showing effect of includePad = true wrapping to 3 lines.
115 * Basic test showing effect of includePad = true wrapping to 3 lines and
116 * large text. See effect of leading. Currently, we don't expect there to
143 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
164 * Basic test showing effect of includePad = true, spacingAdd = 2,
186 * Basic test showing effect of includePad = true, spacingAdd = 0,
209 // Models the effect of the scale and add parameters. I think the current
  /external/kernel-headers/original/linux/
uinput.h 57 struct ff_effect *effect; member in struct:uinput_request::__anon3243::__anon3244
83 struct ff_effect effect; member in struct:uinput_ff_upload
133 * 4. Perform the effect upload, and place a return code back into
146 * effect ID passed to erase_effect().
147 * 4. Perform the effect erasure, and place a return code back

Completed in 90 milliseconds

1 2 3 4 5 6 7 8 91011>>