OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIDs
(Results
1 - 15
of
15
) sorted by null
/external/skia/legacy/src/views/
SkEventSink.cpp
117
fIDs
= (SkEventSinkID*)sk_malloc_throw(count * sizeof(SkEventSinkID));
121
sk_free(
fIDs
);
128
const SkEventSinkID* idptr =
fIDs
;
135
SkEventSinkID*
fIDs
;
157
memcpy(next->
fIDs
, prev->
fIDs
, count * sizeof(SkEventSinkID));
160
next->
fIDs
[count] = id;
170
const SkEventSinkID* iter = sinkList->
fIDs
;
196
list->
fIDs
[index] = list->
fIDs
[count - 1]
[
all
...]
SkViewInflate.cpp
12
SkViewInflate::SkViewInflate() :
fIDs
(kMinIDStrAlloc), fStrings(kMinIDStrAlloc)
24
fIDs
.set(str, parent);
63
fIDs
.reset();
83
if (
fIDs
.find(iter->fStr, &target))
91
if (
fIDs
.find(iter->fStr, &target))
97
root->postInflate(
fIDs
);
113
return
fIDs
.find(id, &view) ? view : NULL;
/external/skia/src/views/
SkEventSink.cpp
119
fIDs
= (SkEventSinkID*)sk_malloc_throw(count * sizeof(SkEventSinkID));
123
sk_free(
fIDs
);
130
const SkEventSinkID* idptr =
fIDs
;
137
SkEventSinkID*
fIDs
;
159
memcpy(next->
fIDs
, prev->
fIDs
, count * sizeof(SkEventSinkID));
162
next->
fIDs
[count] = id;
172
const SkEventSinkID* iter = sinkList->
fIDs
;
198
list->
fIDs
[index] = list->
fIDs
[count - 1]
[
all
...]