Home | History | Annotate | Download | only in hwui

Lines Matching refs:Patch

28 #include "Patch.h"
57 const Patch* get(const AssetAtlas::Entry* entry,
59 const float pixelWidth, const float pixelHeight, const Res_png_9patch* patch);
79 * Removes the entries associated with the specified 9-patch. This is meant
83 void removeDeferred(Res_png_9patch* patch);
98 const float pixelWidth, const float pixelHeight, const Res_png_9patch* patch):
99 mPatch(patch), mBitmapWidth(bitmapWidth), mBitmapHeight(bitmapHeight),
144 * The patch cache maintains a linked-list of buffer blocks
157 typedef Pair<const PatchDescription*, Patch*> patch_pair_t;
162 void setupMesh(Patch* newMesh, TextureVertex* vertices);
164 void remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch);
173 LruCache<PatchDescription, Patch*> mCache;