/frameworks/base/libs/hwui/utils/ |
NinePatch.h | 29 class ANDROID_API NinePatch {
|
/external/skia/include/core/ |
SkMaskFilter.h | 185 class NinePatch : ::SkNoncopyable { 187 NinePatch() : fCache(nullptr) { } 188 ~NinePatch(); 198 * a ninepatch mask to be stretched over the returned outerRect. On success 214 NinePatch*) const; 220 NinePatch*) const;
|
/frameworks/base/graphics/java/android/graphics/ |
NinePatch.java | 20 * The NinePatch class permits drawing a bitmap in nine or more sections. 23 * bounds of the graphic. For a thorough explanation of a NinePatch image, 29 * tool offers an extremely handy way to create your NinePatch images, 33 public class NinePatch { 99 public NinePatch(Bitmap bitmap, byte[] chunk) { 111 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { 120 public NinePatch(NinePatch patch) { 145 * Returns the name of this NinePatch object if one was specified 153 * Returns the paint used to draw this NinePatch. The paint can be null [all...] |
/external/skia/src/core/ |
SkMaskFilter.cpp | 24 SkMaskFilter::NinePatch::~NinePatch() { 223 NinePatch patch; 244 NinePatch patch; 296 const SkIRect& clipBounds, NinePatch*) const { 302 const SkIRect& clipBounds, NinePatch*) const {
|
/prebuilts/misc/common/ninepatch/ |
ninepatch-prebuilt.jar | |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
NinePatchTest.java | 27 import android.graphics.NinePatch; 37 private NinePatch mNinePatch; 56 mNinePatch = new NinePatch(mBitmap, mChunk, NAME); 62 mNinePatch = new NinePatch(mBitmap, new byte[2], NAME); 66 mNinePatch = new NinePatch(mBitmap, mChunk, NAME); 70 assertTrue(NinePatch.isNinePatchChunk(mChunk)); 72 assertFalse(NinePatch.isNinePatchChunk(bitmap.getNinePatchChunk())); 73 assertFalse(NinePatch.isNinePatchChunk(null)); 141 NinePatch ninePatch = new NinePatch(bitmap, chunk, NAME) [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
NinePatch.java | 24 * of the ninepatch (by default the eight "edge" textures of the nine-patch define the padding). When drawn the eight "edge"
29 * this class should <em>not</em> include the meta-data pixels from a ".9.png" that describe the layout of the ninepatch over the
31 * patch textures, or via the <code>left, right, top, bottom</code> parameters to {@link #NinePatch(Texture, int, int, int, int)}
32 * or {@link #NinePatch(TextureRegion, int, int, int, int)}.
36 public class NinePatch {
44 /** Indices for {@link #NinePatch(TextureRegion...)} constructor */
61 /** Create a ninepatch by cutting up the given texture into nine patches. The subsequent parameters define the 4 lines that will
68 public NinePatch (Texture texture, int left, int right, int top, int bottom) {
72 /** Create a ninepatch by cutting up the given texture region into nine patches. The subsequent parameters define the 4 lines
79 public NinePatch (TextureRegion region, int left, int right, int top, int bottom) { [all...] |
/prebuilts/devtools/tools/lib/ |
ninepatch.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta3/ |
ninepatch-24.4.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta6/ |
ninepatch-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/24.5.0/ |
ninepatch-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0/ |
ninepatch-25.0.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha1/ |
ninepatch-25.0.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha3/ |
ninepatch-25.0.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha5/ |
ninepatch-25.0.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha7/ |
ninepatch-25.0.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha9/ |
ninepatch-25.0.0-alpha9.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta2/ |
ninepatch-25.0.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta5/ |
ninepatch-25.0.0-beta5.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta6/ |
ninepatch-25.0.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta7/ |
ninepatch-25.0.0-beta7.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-rc3/ |
ninepatch-25.0.0-rc3.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0/ |
ninepatch-25.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha3/ |
ninepatch-25.1.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha4/ |
ninepatch-25.1.0-alpha4.jar | |