X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fimages%2Fimage-impl.h;h=8fa94a008e97d7626a5ac89b4fbcf7e55fe09237;hb=3cc0f2d0472ec32adb2cf40a4c00dafbda04641c;hp=23d614ec71a612543c37270119e53f22c3861cbb;hpb=fd9e293d3061867757984a0e2ffb913173a8aa6f;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/images/image-impl.h b/dali/internal/event/images/image-impl.h index 23d614e..8fa94a0 100644 --- a/dali/internal/event/images/image-impl.h +++ b/dali/internal/event/images/image-impl.h @@ -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;