Home
last modified time | relevance | path

Searched refs:isPatch (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
DTexturePacker.java426 private boolean isPatch; field in TexturePacker.Rect
431 Rect (BufferedImage source, int left, int top, int newWidth, int newHeight, boolean isPatch) { in Rect() argument
442 this.isPatch = isPatch; in Rect()
462 if (isPatch) name += ".9"; in getImage()
498 isPatch = rect.isPatch; in set()
DImageProcessor.java141 boolean isPatch = name.endsWith(".9"); in processImage()
144 if (isPatch) { in processImage()
174 if (isPatch) { in processImage()
/external/skia/src/animator/
DSkDisplayable.h94 bool isPatch() const { return getType() == SkType_3D_Patch; } in isPatch() function