/external/skia/src/core/ |
D | SkAAClip.cpp | 1468 RowIter& iterA, RowIter& iterB, in operatorX() argument 1470 int leftA = iterA.left(); in operatorX() 1471 int riteA = iterA.right(); in operatorX() 1484 alphaA = iterA.alpha(); in operatorX() 1501 alphaA = iterA.alpha(); in operatorX() 1518 adjust_row(iterA, leftA, riteA, rite); in operatorX() 1520 } while (!iterA.done() || !iterB.done()); in operatorX() 1541 SkAAClip::Iter iterA(A); in operateY() local 1544 SkASSERT(!iterA.done()); in operateY() 1545 int topA = iterA.top(); in operateY() [all …]
|
/external/skqp/src/core/ |
D | SkAAClip.cpp | 1468 RowIter& iterA, RowIter& iterB, in operatorX() argument 1470 int leftA = iterA.left(); in operatorX() 1471 int riteA = iterA.right(); in operatorX() 1484 alphaA = iterA.alpha(); in operatorX() 1501 alphaA = iterA.alpha(); in operatorX() 1518 adjust_row(iterA, leftA, riteA, rite); in operatorX() 1520 } while (!iterA.done() || !iterB.done()); in operatorX() 1541 SkAAClip::Iter iterA(A); in operateY() local 1544 SkASSERT(!iterA.done()); in operateY() 1545 int topA = iterA.top(); in operateY() [all …]
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 627 ``map(f, iterA, iterB, ...)`` returns a list containing ``f(iterA[0], iterB[0]), 628 f(iterA[1], iterB[1]), f(iterA[2], iterB[2]), ...``. 889 ``itertools.chain(iterA, iterB, ...)`` takes an arbitrary number of iterables as 896 ``itertools.izip(iterA, iterB, ...)`` takes one element from each iterable and 941 iterA, iterB 943 where iterA -> 956 ``itertools.imap(f, iterA, iterB, ...)`` returns a stream containing 957 ``f(iterA[0], iterB[0]), f(iterA[1], iterB[1]), f(iterA[2], iterB[2]), ...``::
|
/external/python/cpython3/Doc/howto/ |
D | functional.rst | 625 :func:`map(f, iterA, iterB, ...) <map>` returns an iterator over the sequence 626 ``f(iterA[0], iterB[0]), f(iterA[1], iterB[1]), f(iterA[2], iterB[2]), ...``. 712 :func:`zip(iterA, iterB, ...) <zip>` takes one element from each iterable and 778 :func:`itertools.chain(iterA, iterB, ...) <itertools.chain>` takes an arbitrary 809 iterA, iterB 811 where iterA ->
|
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |