Searched refs:looper (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/effects/ |
H A D | SkLayerDrawLooper.cpp | 136 const SkLayerDrawLooper* looper) : fCurrRec(looper->fRecs) {} in LayerDrawLooperContext() 296 SkLayerDrawLooper* looper = new SkLayerDrawLooper; in detach() local 297 looper->fCount = fCount; in detach() 298 looper->fRecs = fRecs; in detach() 304 return sk_sp<SkDrawLooper>(looper); in detach() 135 LayerDrawLooperContext( const SkLayerDrawLooper* looper) LayerDrawLooperContext() argument
|
/third_party/skia/third_party/externals/angle2/util/android/third_party/ |
H A D | android_native_app_glue.h | 26 #include <android/looper.h> 143 ALooper* looper; member
|
H A D | android_native_app_glue.c | 99 LOGV("Attaching input queue to looper"); in android_app_pre_exec_cmd() 101 android_app->looper, LOOPER_ID_INPUT, NULL, in android_app_pre_exec_cmd() 223 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in android_app_entry() local 224 ALooper_addFd(looper, android_app->msgread, LOOPER_ID_MAIN, ALOOPER_EVENT_INPUT, NULL, in android_app_entry() 226 android_app->looper = looper; in android_app_entry()
|
/third_party/skia/modules/androidkit/src/ |
H A D | SurfaceThread.cpp | 78 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in pthread_main() local 79 ALooper_addFd(looper, surfaceThread->fPipe[0], 1, ALOOPER_EVENT_INPUT, in pthread_main()
|
H A D | SurfaceThread.h | 12 #include <android/looper.h>
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 573 int sys_id, looper = 0; in delete_partition() local 589 for (looper = 4; looper < num_parts; looper++) { in delete_partition() 590 pe = &partitions[looper]; in delete_partition() 625 if (i == 4) looper = i+2; in delete_partition() 626 else if (i > 4) looper = i+1; in delete_partition() 627 for (; looper < num_parts; looper++) in delete_partition() 628 partitions[looper in delete_partition() [all...] |
/third_party/skia/tools/sk_app/android/ |
H A D | surface_glue_android.cpp | 20 #include <android/looper.h> 205 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in pthread_main() local 207 ALooper_addFd(looper, skiaAndroidApp->fPipes[0], LOOPER_ID_MESSAGEPIPE, ALOOPER_EVENT_INPUT, in pthread_main()
|
/third_party/skia/include/effects/ |
H A D | SkLayerDrawLooper.h | 105 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper); 146 * Pass list of layers on to newly built looper and return it. This will 147 * also reset the builder, so it can be used to build another looper.
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 568 SkIntersections::DebugLoop looper = (SkIntersections::DebugLoop) index; in debugAddLoopCount() local 569 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount() 572 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
|
Completed in 10 milliseconds