OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patchesToRemove
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
PatchCache.cpp
110
void PatchCache::remove(Vector<patch_pair_t>&
patchesToRemove
, Res_png_9patch* patch) {
115
patchesToRemove
.push(patch_pair_t(&key, i.value()));
126
Vector<patch_pair_t>
patchesToRemove
;
132
remove(
patchesToRemove
, mGarbage[i]);
137
// TODO: We could sort
patchesToRemove
by offset to merge
139
for (size_t i = 0; i <
patchesToRemove
.size(); i++) {
140
const patch_pair_t& pair =
patchesToRemove
[i];
154
if (
patchesToRemove
.size() > 0) {
PatchCache.h
164
void remove(Vector<patch_pair_t>&
patchesToRemove
, Res_png_9patch* patch);
Completed in 377 milliseconds