Searched defs:working (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp47 SkAnimatorScript::SkAnimatorScript(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) argument
48 : SkScriptEngine(SkScriptEngine::ToOpType(type)), fMaker(maker), fParent(NULL), fWorking(working)
181 SkDisplayable* working = engine->fWorking; local
184 if (displayable->canContainDependents() && working && working->isAnimate()) {
185 SkAnimateBase* animator = (SkAnimateBase*) working;
188 depend->addDependent(working);
H A DSkAnimatorScript2.cpp167 SkDisplayable* working = fEngine->getWorking(); local
168 if (displayable->canContainDependents() && working && working->isAnimate()) {
169 SkAnimateBase* animator = (SkAnimateBase*) working;
172 depend->addDependent(working);
366 SkAnimatorScript2::SkAnimatorScript2(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) : argument
367 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) {
/external/skia/src/animator/
H A DSkAnimatorScript.cpp47 SkAnimatorScript::SkAnimatorScript(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) argument
48 : SkScriptEngine(SkScriptEngine::ToOpType(type)), fMaker(maker), fParent(NULL), fWorking(working)
181 SkDisplayable* working = engine->fWorking; local
184 if (displayable->canContainDependents() && working && working->isAnimate()) {
185 SkAnimateBase* animator = (SkAnimateBase*) working;
188 depend->addDependent(working);
H A DSkAnimatorScript2.cpp167 SkDisplayable* working = fEngine->getWorking(); local
168 if (displayable->canContainDependents() && working && working->isAnimate()) {
169 SkAnimateBase* animator = (SkAnimateBase*) working;
172 depend->addDependent(working);
366 SkAnimatorScript2::SkAnimatorScript2(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) : argument
367 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp766 SkOpAngle* working = angle; local
768 if (this == working) {
771 working = working->fNext;
772 } while (working != angle);
774 SkOpAngle* next = working->fNext;
775 working->fNext = NULL;
776 insert(working);
777 working = next;
778 } while (working !
[all...]
/external/skia/src/pathops/
H A DSkOpAngle.cpp769 SkOpAngle* working = angle; local
771 if (this == working) {
774 working = working->fNext;
775 } while (working != angle);
777 SkOpAngle* next = working->fNext;
778 working->fNext = NULL;
779 insert(working);
780 working = next;
781 } while (working !
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp790 const char * working; member in class:Scanner
795 working--; // return the peeked character
803 working = src;
804 history = working;
819 history = working; // for debug
821 char c = *working++;
844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break;
929 working--;
1287 fwrite(s.history, s.working - s.history, 1, stdout);
1289 fwrite(s.working, (
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c4599 int working = 0; local
4602 working = strcmp(Tcl_GetString(pTestObj), "1234567890000000")==0;
4604 Tcl_SetObjResult(interp, Tcl_NewBooleanObj(working));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 217 milliseconds