OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patch_pair_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
PatchCache.h
158
typedef Pair<const PatchDescription*, Patch*>
patch_pair_t
;
typedef in class:android::uirenderer::PatchCache
165
void remove(Vector<
patch_pair_t
>& patchesToRemove, Res_png_9patch* patch);
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;
151
const
patch_pair_t
& pair = patchesToRemove[i];
Completed in 54 milliseconds