OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentBranch
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/BuildSlaveSupport/
build-launcher-app
62
sub
currentBranch
82
my $branch =
currentBranch
();
113
my $b =
currentBranch
();
/external/skia/src/core/
SkRTree.cpp
348
int
currentBranch
= 0;
351
int begin =
currentBranch
;
352
int end =
currentBranch
+ numTiles * fMaxChildren - SkMin32(remainder,
361
for (int j = 0; j < numTiles &&
currentBranch
< branches->count(); ++j) {
375
*n->child(0) = (*branches)[
currentBranch
];
377
b.fBounds = (*branches)[
currentBranch
].fBounds;
379
++
currentBranch
;
380
for (int k = 1; k < incrementBy &&
currentBranch
< branches->count(); ++k) {
381
b.fBounds.join((*branches)[
currentBranch
].fBounds);
382
*n->child(k) = (*branches)[
currentBranch
];
[
all
...]
Completed in 38 milliseconds