Searched refs:isPatch (Results 1 – 3 of 3) sorted by relevance
426 private boolean isPatch; field in TexturePacker.Rect431 Rect (BufferedImage source, int left, int top, int newWidth, int newHeight, boolean isPatch) { in Rect() argument442 this.isPatch = isPatch; in Rect()462 if (isPatch) name += ".9"; in getImage()498 isPatch = rect.isPatch; in set()
141 boolean isPatch = name.endsWith(".9"); in processImage()144 if (isPatch) { in processImage()174 if (isPatch) { in processImage()
94 bool isPatch() const { return getType() == SkType_3D_Patch; } in isPatch() function