(Image) Add support for 9-patch images
[platform/core/uifw/dali-core.git] / dali / internal / event / images / image-impl.h
index 23d614e..8fa94a0 100644 (file)
@@ -243,6 +243,14 @@ private:
    */
   void SetTicket( ResourceTicket* ticket );
 
+  /**
+   * Helper method to determine if the filename indicates that the image has a 9 patch border.
+   * @param[in] filename The filename to check
+   * @return true if it is a 9 patch image
+   */
+  static bool IsNinePatchFileName( std::string filename );
+
+
 protected:
   unsigned int mWidth;
   unsigned int mHeight;