/frameworks/av/services/audioflinger/ |
D | PatchPanel.h | 25 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;
|
D | PatchPanel.cpp | 170 Patch *removedPatch = mPatches[index]; in createAudioPatch() 184 Patch *newPatch = new Patch(patch); in createAudioPatch() 383 status_t AudioFlinger::PatchPanel::createPatchConnections(Patch *patch, in createPatchConnections() 481 void AudioFlinger::PatchPanel::clearPatchConnections(Patch *patch) in clearPatchConnections() 555 Patch *removedPatch = mPatches[index]; in releaseAudioPatch()
|
/frameworks/base/libs/hwui/ |
D | PatchCache.cpp | 37 , mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity) in PatchCache() 91 LruCache<PatchDescription, Patch*>::Iterator i(mCache); in clearCache() 107 LruCache<PatchDescription, Patch*>::Iterator i(mCache); in remove() 154 Patch* patch = pair.getSecond(); in clearGarbage() 183 void PatchCache::setupMesh(Patch* newMesh) { in setupMesh() 239 const Patch* PatchCache::get(const AssetAtlas::Entry* entry, in get() 244 const Patch* mesh = mCache.get(description); in get() 248 Patch* newMesh = new Patch(bitmapWidth, bitmapHeight, in get()
|
D | PatchCache.h | 33 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;
|
D | Patch.cpp | 34 uint32_t Patch::getSize() const { in getSize() 38 Patch::Patch(const float bitmapWidth, const float bitmapHeight, in Patch() function in android::uirenderer::Patch 147 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex, in generateRow() 187 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, in generateQuad()
|
D | Patch.h | 40 class Patch { 42 Patch(const float bitmapWidth, const float bitmapHeight,
|
D | GlopBuilder.h | 59 GlopBuilder& setMeshPatchQuads(const Patch& patch);
|
D | Android.mk | 76 Patch.cpp \
|
D | BakedOpDispatcher.cpp | 107 const Patch* opMesh = renderer.caches().patchCache.get( in onMergedPatchOps() 128 const Patch* opMesh = renderer.caches().patchCache.get( in onMergedPatchOps() 603 const Patch* mesh = renderer.caches().patchCache.get( in onPatchOp()
|
D | OpenGLRenderer.h | 179 void drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry,
|
D | DisplayListOp.h | 788 const Patch* getMesh(OpenGLRenderer& renderer) { in getMesh() 830 const Patch* opMesh = patchOp->getMesh(renderer); in multiDraw() 906 const Patch* mMesh;
|
D | GlopBuilder.cpp | 216 GlopBuilder& GlopBuilder::setMeshPatchQuads(const Patch& patch) { in setMeshPatchQuads()
|
D | OpenGLRenderer.cpp | 1630 void OpenGLRenderer::drawPatch(const SkBitmap* bitmap, const Patch* mesh,
|
/frameworks/volley/src/test/java/com/android/volley/mock/ |
D | TestRequest.java | 159 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/ |
D | HttpClientStackTest.java | 130 TestRequest.Patch request = new TestRequest.Patch(); in createPatchRequest()
|
D | HurlStackTest.java | 139 TestRequest.Patch request = new TestRequest.Patch(); in connectionForPatchRequest()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 24 <dt><a href="#NinePatch">Nine-Patch File</a></dt> 307 <h2 id="NinePatch">Nine-Patch</h2> 312 to {@code "wrap_content"}, and when the View grows to accomodate the content, the Nine-Patch image 313 is also scaled to match the size of the View. An example use of a Nine-Patch image is the 317 <p>Same as with a normal <a href="#Bitmap">bitmap</a>, you can reference a Nine-Patch file directly 320 <p>For a complete discussion about how to create a Nine-Patch file with stretchable regions, 325 <h3 id="NinePatchFile">Nine-Patch File</h3> 346 applies the Nine-Patch to a View: 369 <h3 id="NinePatchXml">XML Nine-Patch</h3> 371 <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/guide/practices/ |
D | screens_support.jd | 340 .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/ |
D | tablets.jd | 358 <li>Убедитесь, что созданные с помощью 9-Patch изображения отображаются корректно.</li>
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 178 Nine-Patch Stretchable Image</a> for more information.
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/resources/ |
D | providing-resources.jd | 117 <li>Nine-Patch (bitmaps redimensionáveis)</li>
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 1477 (<a href="http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00830.html">GCC Patch</a>)
|