Searched defs:NinePatch (Results 1 – 2 of 2) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
| D | NinePatch.java | 36 public class NinePatch { class 68 public NinePatch (Texture texture, int left, int right, int top, int bottom) { in NinePatch() method in NinePatch 79 public NinePatch (TextureRegion region, int left, int right, int top, int bottom) { in NinePatch() method in NinePatch 124 public NinePatch (Texture texture, Color color) { in NinePatch() method in NinePatch 130 public NinePatch (Texture texture) { in NinePatch() method in NinePatch 135 public NinePatch (TextureRegion region, Color color) { in NinePatch() method in NinePatch 141 public NinePatch (TextureRegion region) { in NinePatch() method in NinePatch 153 public NinePatch (TextureRegion... patches) { in NinePatch() method in NinePatch 187 public NinePatch (NinePatch ninePatch) { in NinePatch() method in NinePatch 191 public NinePatch (NinePatch ninePatch, Color color) { in NinePatch() method in NinePatch
|
| /external/skia/include/core/ |
| D | SkMaskFilter.h | 187 NinePatch() : fCache(nullptr) { } in NinePatch() function
|