Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.cpp106 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()
111 patchesToRemove.push(patch_pair_t(&key, i.value())); in remove()
133 Vector<patch_pair_t> patchesToRemove; in clearGarbage()
151 const patch_pair_t& pair = patchesToRemove[i]; in clearGarbage()
DPatchCache.h158 typedef Pair<const PatchDescription*, Patch*> patch_pair_t; typedef
165 void remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch);