Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.h25 class Patch;
51 status_t createPatchConnections(Patch *patch,
53 void clearPatchConnections(Patch *patch);
55 class Patch {
57 Patch(const struct audio_patch *patch) : in Patch() function
61 ~Patch() {} in ~Patch()
77 SortedVector <Patch *> mPatches;
DPatchPanel.cpp169 Patch *removedPatch = mPatches[index]; in createAudioPatch()
177 Patch *newPatch = new Patch(patch); in createAudioPatch()
363 status_t AudioFlinger::PatchPanel::createPatchConnections(Patch *patch, in createPatchConnections()
457 void AudioFlinger::PatchPanel::clearPatchConnections(Patch *patch) in clearPatchConnections()
531 Patch *removedPatch = mPatches[index]; in releaseAudioPatch()
/frameworks/base/libs/hwui/
DPatchCache.cpp38 , mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity) in PatchCache()
101 LruCache<PatchDescription, Patch*>::Iterator i(mCache); in clearCache()
117 LruCache<PatchDescription, Patch*>::Iterator i(mCache); in remove()
164 Patch* patch = pair.getSecond(); in clearGarbage()
193 void PatchCache::setupMesh(Patch* newMesh) { in setupMesh()
249 const Patch* PatchCache::get(const AssetAtlas::Entry* entry, in get()
254 const Patch* mesh = mCache.get(description); in get()
258 Patch* newMesh = new Patch(bitmapWidth, bitmapHeight, in get()
DPatchCache.h33 class Patch; variable
58 const Patch* get(const AssetAtlas::Entry* entry,
158 typedef Pair<const PatchDescription*, Patch*> patch_pair_t;
163 void setupMesh(Patch* newMesh);
175 LruCache<PatchDescription, Patch*> mCache;
DPatch.cpp36 uint32_t Patch::getSize() const { in getSize()
40 Patch::Patch(const float bitmapWidth, const float bitmapHeight, in Patch() function in android::uirenderer::Patch
149 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex, in generateRow()
189 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, in generateQuad()
DPatch.h40 class Patch {
42 Patch(const float bitmapWidth, const float bitmapHeight,
DGlopBuilder.h58 GlopBuilder& setMeshPatchQuads(const Patch& patch);
DAndroid.common.mk61 Patch.cpp \
DDisplayListOp.h806 const Patch* getMesh(OpenGLRenderer& renderer) { in getMesh()
848 const Patch* opMesh = patchOp->getMesh(renderer); in multiDraw()
924 const Patch* mMesh;
DOpenGLRenderer.h199 void drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry,
DGlopBuilder.cpp204 GlopBuilder& GlopBuilder::setMeshPatchQuads(const Patch& patch) { in setMeshPatchQuads()
DOpenGLRenderer.cpp1693 void OpenGLRenderer::drawPatch(const SkBitmap* bitmap, const Patch* mesh,
/frameworks/volley/src/test/java/com/android/volley/mock/
DTestRequest.java159 public static class Patch extends Base { class in TestRequest
160 public Patch() { in Patch() method in TestRequest.Patch
166 public static class PatchWithBody extends Patch {
/frameworks/volley/src/test/java/com/android/volley/toolbox/
DHttpClientStackTest.java130 TestRequest.Patch request = new TestRequest.Patch(); in createPatchRequest()
DHurlStackTest.java139 TestRequest.Patch request = new TestRequest.Patch(); in connectionForPatchRequest()
/frameworks/base/docs/html/tools/help/
Ddraw9patch.jd57 <li><strong>Patch scale</strong>: Adjust the scale of the images in the preview area.</li>
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd23 <dt><a href="#NinePatch">Nine-Patch File</a></dt>
306 <h2 id="NinePatch">Nine-Patch</h2>
311 to {@code "wrap_content"}, and when the View grows to accomodate the content, the Nine-Patch image
312 is also scaled to match the size of the View. An example use of a Nine-Patch image is the
316 <p>Same as with a normal <a href="#Bitmap">bitmap</a>, you can reference a Nine-Patch file directly
319 <p>For a complete discussion about how to create a Nine-Patch file with stretchable regions,
324 <h3 id="NinePatchFile">Nine-Patch File</h3>
345 applies the Nine-Patch to a View:
368 <h3 id="NinePatchXml">XML Nine-Patch</h3>
370 <p>An XML Nine-Patch is a resource defined in XML that points to a Nine-Patch file. The XML can
[all …]
/frameworks/base/docs/html/tools/
Dtools_toc.cs165 <li><a href="<?cs var:toroot ?>tools/help/draw9patch.html">Draw 9-Patch</a></li>
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd340 .gif} files) and Nine-Patch drawables ({@code .9.png} files) so that they render at the appropriate
641 href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">Nine-Patch</a> bitmap files. A
642 Nine-Patch file is basically a PNG file in which you specify two-dimensional regions that are
644 stretches the Nine-Patch bitmap, but stretches only the specified regions. As such, you don't
645 need to provide different drawables for different screen sizes, because the Nine-Patch bitmap can
646 adjust to any size. You should, however, provide alternate versions of your Nine-Patch files for
665 bitmap files ({@code .png}, {@code .jpg}, or {@code .gif}) and Nine-Patch files ({@code
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/quality/
Dtablets.jd358 <li>Убедитесь, что созданные с помощью 9-Patch изображения отображаются корректно.</li>
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd178 Nine-Patch Stretchable Image</a> for more information.
/frameworks/base/docs/html/tools/projects/
Dindex.jd232 … <dd>For bitmap files (PNG, JPEG, or GIF), 9-Patch image files, and XML files that describe
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd1249 use <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">Nine-Patch drawables</a>
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd948 (<a href="http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00830.html">GCC Patch</a>)