OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentList
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.cpp
81
SkTDDrawableArray*
parentList
= displayList.getDrawList();
91
int index = where ? displayList.findGroup(where, &
parentList
, &parentGroup,
95
int max =
parentList
->count();
124
*
parentList
->append() = use;
131
*
parentList
->insert(index) = use;
139
int priorLocation =
parentList
->find(use);
142
*
parentList
->insert(index) = use;
145
parentList
->remove(priorLocation);
148
SkDisplayable* old = (*
parentList
)[index];
161
parentList
->remove(index)
[
all
...]
SkDisplayEvent.cpp
132
SkTDDrawableArray*
parentList
= displayList.getDrawList();
133
*
parentList
->append() = (SkDrawable*) displayable; // make it findable before children are enabled
142
SkTDDrawableArray*
parentList
= displayList.getDrawList();
143
*
parentList
->append() = drawable;
SkDisplayApply.cpp
344
SkTDDrawableArray*
parentList
;
348
int old = displayList.findGroup(drawable, &
parentList
, &parentGroup, &thisGroup, &grandList);
352
if ((*
parentList
)[old] != this || restore) {
356
if (
parentList
->count() < 10000) {
358
*
parentList
->append() = this;
365
SkASSERT(old <
parentList
->count());
366
if ((*
parentList
)[old]->isApply()) {
367
SkApply* apply = (SkApply*) (*
parentList
)[old];
375
SkDrawable** newApplyLocation = &(*
parentList
)[old];
377
int oldApply = displayList.findGroup(this, &
parentList
, &pGroup, &thisGroup, &grandList)
[
all
...]
/external/chromium_org/third_party/icu/source/common/
bmpset.h
37
BMPSet(const int32_t *
parentList
, int32_t parentListLength);
bmpset.cpp
27
BMPSet::BMPSet(const int32_t *
parentList
, int32_t parentListLength) :
28
list(
parentList
), listLength(parentListLength) {
/external/icu/icu4c/source/common/
bmpset.h
37
BMPSet(const int32_t *
parentList
, int32_t parentListLength);
bmpset.cpp
27
BMPSet::BMPSet(const int32_t *
parentList
, int32_t parentListLength) :
28
list(
parentList
), listLength(parentListLength) {
Completed in 202 milliseconds