Home
last modified time | relevance | path

Searched refs:patch_pair_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp110 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()
115 patchesToRemove.push(patch_pair_t(&key, i.value())); in remove()
137 Vector<patch_pair_t> patchesToRemove; in clearGarbage()
155 const patch_pair_t& pair = patchesToRemove[i]; in clearGarbage()
DPatchCache.h157 typedef Pair<const PatchDescription*, Patch*> patch_pair_t; typedef
164 void remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch);