Searched refs:Patch (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.h25 class Patch;
51 status_t createPatchConnections(Patch *patch,
53 void clearPatchConnections(Patch *patch);
55 class Patch { class in class:PatchPanel
57 Patch(const struct audio_patch *patch) : function in class:PatchPanel::Patch
61 ~Patch() {}
77 SortedVector <Patch *> mPatches;
H A DPatchPanel.cpp169 Patch *removedPatch = mPatches[index];
177 Patch *newPatch = new Patch(patch);
408 status_t AudioFlinger::PatchPanel::createPatchConnections(Patch *patch,
501 void AudioFlinger::PatchPanel::clearPatchConnections(Patch *patch)
566 Patch *removedPatch = mPatches[index];
/frameworks/base/libs/hwui/
H A DPatch.h39 class Patch { class in namespace:android::uirenderer
41 Patch();
42 ~Patch();
72 }; // struct Patch
H A DPatch.cpp24 #include "Patch.h"
35 Patch::Patch(): vertices(NULL), verticesCount(0), indexCount(0), hasEmptyQuads(false) { function in class:android::uirenderer::Patch
38 Patch::~Patch() {
46 uint32_t Patch::getSize() const {
50 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
56 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
171 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex,
211 void Patch
[all...]
H A DPatchCache.cpp34 mSize(0), mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity),
95 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
111 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
158 Patch* patch = pair.getSecond();
187 void PatchCache::setupMesh(Patch* newMesh, TextureVertex* vertices) {
241 const Patch* PatchCache::get(const AssetAtlas::Entry* entry,
246 const Patch* mesh = mCache.get(description);
249 Patch* newMesh = new Patch();
H A DPatchCache.h28 #include "Patch.h"
57 const Patch* get(const AssetAtlas::Entry* entry,
157 typedef Pair<const PatchDescription*, Patch*> patch_pair_t;
162 void setupMesh(Patch* newMesh, TextureVertex* vertices);
173 LruCache<PatchDescription, Patch*> mCache;
H A DAndroid.mk40 Patch.cpp \
H A DRenderer.h39 class Patch;
H A DDisplayListOp.h853 const Patch* getMesh(OpenGLRenderer& renderer) {
895 const Patch* opMesh = patchOp->getMesh(renderer);
971 const Patch* mMesh;
H A DOpenGLRenderer.h174 status_t drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry,
H A DOpenGLRenderer.cpp2244 const Patch* mesh = mCaches.patchCache.get(entry, bitmap->width(), bitmap->height(),
2250 status_t OpenGLRenderer::drawPatch(const SkBitmap* bitmap, const Patch* mesh,
/frameworks/volley/tests/src/com/android/volley/mock/
H A DTestRequest.java159 public static class Patch extends Base { class in class:TestRequest
160 public Patch() { method in class:TestRequest.Patch
166 public static class PatchWithBody extends Patch {
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DHurlStackTest.java138 TestRequest.Patch request = new TestRequest.Patch();
H A DHttpClientStackTest.java133 TestRequest.Patch request = new TestRequest.Patch();
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs159 <li><a href="<?cs var:toroot ?>tools/help/draw9patch.html">Draw 9-Patch</a></li>

Completed in 383 milliseconds