HomeSort by relevance Sort by last modified time
    Searched refs:patch_pair_t (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PatchCache.h 157 typedef Pair<const PatchDescription*, Patch*> patch_pair_t; typedef in class:android::uirenderer::PatchCache
164 void remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch);
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;
140 const patch_pair_t& pair = patchesToRemove[i];

Completed in 31 milliseconds