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
106
void PatchCache::remove(Vector<patch_pair_t>&
patchesToRemove
, Res_png_9patch* patch) {
111
patchesToRemove
.push(patch_pair_t(&key, i.value()));
133
Vector<patch_pair_t>
patchesToRemove
;
140
remove(
patchesToRemove
, patch);
148
// TODO: We could sort
patchesToRemove
by offset to merge
150
for (size_t i = 0; i <
patchesToRemove
.size(); i++) {
151
const patch_pair_t& pair =
patchesToRemove
[i];
166
if (
patchesToRemove
.size() > 0) {
PatchCache.h
165
void remove(Vector<patch_pair_t>&
patchesToRemove
, Res_png_9patch* patch);
Completed in 43 milliseconds