HomeSort by relevance Sort by last modified time
    Searched refs:apply (Results 76 - 100 of 340) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEOffset.cpp 67 void FEOffset::apply(Filter* filter) function in class:WebCore::FEOffset
69 m_in->apply(filter);
SVGFETile.cpp 51 void FETile::apply(Filter* filter) function in class:WebCore::FETile
53 m_in->apply(filter);
SVGFEDisplacementMap.cpp 83 void FEDisplacementMap::apply(Filter* filter) function in class:WebCore::FEDisplacementMap
85 m_in->apply(filter);
86 m_in2->apply(filter);
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
58 apply-from-bug)
  /packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java 49 editor.apply();
74 editor.apply();
  /external/freetype/src/truetype/
ttgxvar.c 107 /* Read a set of points to which the following deltas will apply. */
488 /* to apply (for intermediate coordinates). */
504 FT_Fixed apply; local
508 apply = 0x10000L;
522 apply = 0;
528 apply = FT_MulDiv( apply,
537 apply = 0;
546 apply = FT_MulDiv( apply, temp, 0x10000L )
1196 FT_Fixed apply; local
1393 FT_Fixed apply; local
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 77 void apply();
101 void QWebSettingsPrivate::apply() function in class:QWebSettingsPrivate
226 settings[i]->apply();
409 d->apply();
430 d->apply();
456 d->apply();
473 d->apply();
499 d->apply();
671 global->apply();
715 d->apply();
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 56 View result = r.apply(mActivity, parent);
86 result = r.apply(mActivity, parent);
112 result = r.apply(mActivity, parent);
  /external/v8/test/mjsunit/
value-wrapper.js 150 // According to ES3 15.3.4.3 the this value passed to Function.prototyle.apply
152 assertEquals('object', TypeOfThis.apply('xxx', []));
153 assertEquals('object', TypeOfThis.apply(true, []));
154 assertEquals('object', TypeOfThis.apply(false, []));
155 assertEquals('object', TypeOfThis.apply(42, []));
156 assertEquals('object', TypeOfThis.apply(3.14, []));
  /external/webkit/WebCore/platform/graphics/filters/
FEBlend.cpp 101 void FEBlend::apply(Filter* filter) function in class:WebCore::FEBlend
103 m_in->apply(filter);
104 m_in2->apply(filter);
FEComposite.cpp 120 void FEComposite::apply(Filter* filter) function in class:WebCore::FEComposite
122 m_in->apply(filter);
123 m_in2->apply(filter);
FEComponentTransfer.h 82 void apply(Filter*);
SourceAlpha.cpp 58 void SourceAlpha::apply(Filter* filter) function in class:WebCore::SourceAlpha
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 133 ed.apply();
145 ed.apply();
154 ed.apply();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Hints.java 109 SharedPreferencesCompat.apply(editor);
171 SharedPreferencesCompat.apply(editor);
184 SharedPreferencesCompat.apply(editor);
  /external/skia/src/animator/
SkDrawGroup.cpp 51 // SkApply* apply = (SkApply*) *ptr;
52 // SkASSERT(apply->isApply());
53 // SkASSERT(apply->getScope());
54 // delete apply->getScope();
267 SkApply* apply = (SkApply*) *ptr; local
268 SkASSERT(apply->isApply());
269 SkASSERT(apply->getScope());
270 *ptr = apply->getScope();
276 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) {
286 if (drawable->resolveIDs(maker, *originalPtr++, apply) == true
    [all...]
SkDrawPaint.h 48 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
  /external/freetype/include/freetype/internal/
pshints.h 233 * previously defined hints apply.
276 * A method of the @T1_Hints class used to apply hints to the
338 * apply ::
339 * The function to apply the hints to the corresponding glyph outline.
350 T1_Hints_ApplyFunc apply; member in struct:T1_Hints_FuncsRec_
487 * or activated hints apply.
529 * active hints apply.
590 * A method of the @T2_Hints class used to apply hints to the
652 * apply ::
653 * The function to apply the hints on the corresponding glyph outline
664 T2_Hints_ApplyFunc apply; member in struct:T2_Hints_FuncsRec_
    [all...]
  /external/webkit/WebCore/editing/
EditCommand.cpp 58 void EditCommand::apply() function in class:WebCore::EditCommand
217 command->apply();
  /external/webkit/WebCore/platform/graphics/wince/
PathWince.cpp 131 void Path::apply(void* info, PathApplierFunction function) const function in class:WebCore::Path
133 m_path->apply(info, function);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectGetter.java 43 Button applyButton = (Button)findViewById(R.id.apply);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Expressions/
regress-192288.js 66 actual = isNaN(f.apply(this));
71 actual = isNaN(eval("f.apply(this)"));
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-192414.js 92 return str.concat.apply(str, arr);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/String/
regress-179068.js 129 return String.prototype.concat.apply("", tmp);
  /external/webkit/WebCore/platform/graphics/transforms/
RotateTransformOperation.h 60 virtual bool apply(TransformationMatrix& transform, const IntSize& /*borderBoxSize*/) const function in class:WebCore::RotateTransformOperation

Completed in 2158 milliseconds

1 2 34 5 6 7 8 91011>>