SYMBOL INDEX (279 symbols across 24 files) FILE: android/FlashSupport/app/src/main/java/com/flashanimation/MainActivity.java class MainActivity (line 14) | public class MainActivity extends AppCompatActivity { method onCreate (line 17) | @Override FILE: android/FlashSupport/app/src/main/java/com/flashanimation/view/FlashDataParser.java class FlashDataParser (line 44) | public class FlashDataParser{ type FlashViewEvent (line 90) | public enum FlashViewEvent{//动画事件 type FileType (line 98) | private enum FileType{//表示动画文件在sd卡还是assets type FileDataType (line 104) | private enum FileDataType{//描述文件是json还是二进制 class FlashViewEventData (line 111) | public static class FlashViewEventData{ type IFlashViewEventCallback (line 118) | public interface IFlashViewEventCallback{ method onEvent (line 119) | void onEvent(FlashViewEvent e, FlashViewEventData data); class Data (line 138) | private static class Data{ type DataType (line 144) | private enum DataType{ method FlashDataParser (line 152) | public FlashDataParser(Context c, String flashName) { method FlashDataParser (line 156) | public FlashDataParser(Context c, String flashName, String flashDir) { method FlashDataParser (line 160) | public FlashDataParser(Context c, String flashName, String flashDir, i... method log (line 172) | public static void log(String msg){ method log (line 180) | public static void log(Throwable tx){ method readStringFromInStream (line 192) | private String readStringFromInStream(InputStream in){ method readBytesFromInStream (line 213) | private byte[] readBytesFromInStream(InputStream in){ method getData (line 231) | private Data getData(String path, DataType dataType){ method readData (line 300) | private byte[] readData(){ method readJson (line 308) | private JSONObject readJson(){ method readImage (line 324) | private Bitmap readImage(String imageName){ method guessFileType (line 336) | private boolean guessFileType(String assetFilePathPre, FileDataType fi... method initFileType (line 364) | private boolean initFileType(){ class Downloader (line 372) | public static abstract class Downloader{ method setDownloadFlashDir (line 382) | public void setDownloadFlashDir(String flashDir){ method setDownloadFlashZipDir (line 390) | public void setDownloadFlashZipDir(String flashZipDir){ method download (line 399) | public abstract void download(String url, String outFile, DownloadCa... type DownloadType (line 404) | public enum DownloadType{ type DownloadCallback (line 413) | public interface DownloadCallback{ method onComplete (line 414) | void onComplete(boolean succ); method onProgress (line 415) | void onProgress(float per); method removeAnimFiles (line 423) | public void removeAnimFiles(Context ctx, String animName){ method downloadAnimFile (line 451) | public boolean downloadAnimFile(final Context ctx, String url, Strin... method isValidFile (line 519) | private static boolean isValidFile(File f){ method upZipFile (line 530) | public static boolean upZipFile(File zipFile, String folderPath) { method deleteFile (line 608) | private static void deleteFile(File file){ method getExternalStorageDirectory (line 633) | private static String getExternalStorageDirectory(Context ctx){ method createDirInSdcard (line 649) | private static String createDirInSdcard(Context ctx, String flashDir){ method createSDCardPath (line 679) | private boolean createSDCardPath(){ method cleanData (line 692) | private void cleanData(){ method init (line 725) | private boolean init(){ method isInitOk (line 779) | public boolean isInitOk(){ method setScale (line 789) | public void setScale(float x, float y, boolean isDpiEffect){ method setScale (line 799) | public void setScale(float x, float y){ method readKeyFrame (line 811) | private JSONObject readKeyFrame(FlaDataReader reader, ArrayList createArrForIdx(int idx, AnimData pars... method addOneFrameDataToIdx (line 1113) | private void addOneFrameDataToIdx(JSONObject oneFrame, int idx, AnimDa... method reload (line 1125) | public boolean reload(String flashName){ method reload (line 1135) | public boolean reload(String flashName, String flashDir){ method reload (line 1146) | public boolean reload(String flashName, String flashDir, int designDPI){ method setEventCallback (line 1158) | public void setEventCallback(IFlashViewEventCallback callback){ method replaceBitmap (line 1171) | public void replaceBitmap(String texName, Bitmap bitmap){ method play (line 1197) | public void play(String animName, int loopTimes, int fromIndex, int to... method isPlaying (line 1224) | public boolean isPlaying(){ method isPaused (line 1232) | public boolean isPaused(){ method isStoped (line 1239) | public boolean isStoped(){ method increaseTotalTime (line 1247) | public void increaseTotalTime(double increaseValue){ method getDefaultAnimName (line 1255) | public String getDefaultAnimName(){ method getDefaultTexTureName (line 1266) | public String getDefaultTexTureName(){ method getTotalTime (line 1279) | public double getTotalTime(){ method getOneFrameTime (line 1287) | public double getOneFrameTime(){ method getParseFrameMaxIndex (line 1295) | public int getParseFrameMaxIndex(){ method getAnimFrameMaxIndex (line 1304) | public int getAnimFrameMaxIndex(String animName){ method getLength (line 1316) | public int getLength(){ method stop (line 1323) | public void stop(){ method pause (line 1335) | public void pause(){ method resume (line 1346) | public void resume(){ class FlaDataReader (line 1357) | private class FlaDataReader{ method readBool (line 1360) | private boolean readBool(){ method readUShort (line 1366) | private int readUShort(){ method readInt (line 1372) | private int readInt(){ method readFloat (line 1379) | private float readFloat(){ method readUChar (line 1383) | private short readUChar(){ method readString (line 1389) | private String readString(){ class BlendColor (line 1400) | private static class BlendColor{ method BlendColor (line 1405) | private BlendColor(int r, int g, int b, int a){ method toString (line 1412) | @Override class KeyFrameData (line 1421) | public static class KeyFrameData{ method KeyFrameData (line 1435) | private KeyFrameData(JSONObject oneFrame){ method toString (line 1458) | @Override class AnimData (line 1482) | private static class AnimData{ method drawImage (line 1532) | private void drawImage(Canvas c, String imagePath, Point anchorPositio... method checkMark (line 1615) | private void checkMark(String animName, int frameIndex){ method cleanScreen (line 1645) | public void cleanScreen(Canvas c){ method drawCanvas (line 1660) | public void drawCanvas(Canvas c, int frameIndex, String animName, bool... method drawCanvas (line 1724) | public boolean drawCanvas(Canvas c){ method angleToRadius (line 1758) | private double angleToRadius(float angle){ method clearBitmap (line 1763) | public void clearBitmap(){ FILE: android/FlashSupport/app/src/main/java/com/flashanimation/view/FlashSurfaceView.java class FlashSurfaceView (line 44) | public class FlashSurfaceView extends SurfaceView implements SurfaceHold... method FlashSurfaceView (line 72) | public FlashSurfaceView(Context c, String flashName){ method FlashSurfaceView (line 76) | public FlashSurfaceView(Context c, String flashName, String flashDir){ method FlashSurfaceView (line 80) | public FlashSurfaceView(Context c, String flashName, String flashDir, ... method FlashSurfaceView (line 91) | public FlashSurfaceView(Context context) { method FlashSurfaceView (line 96) | public FlashSurfaceView(Context context, AttributeSet attrs) { method FlashSurfaceView (line 102) | public FlashSurfaceView(Context context, AttributeSet attrs, int defSt... method initAttrs (line 112) | private void initAttrs(AttributeSet attrs){ method init (line 132) | private boolean init(){ method reload (line 174) | public boolean reload(String flashName){ method reload (line 185) | public boolean reload(String flashName, String flashDir){ method reload (line 197) | public boolean reload(String flashName, String flashDir, int designDPI){ method setEventCallback (line 206) | public void setEventCallback(FlashDataParser.IFlashViewEventCallback c... method replaceBitmap (line 215) | public void replaceBitmap(String texName, Bitmap bitmap){ method play (line 227) | public void play(String animName, int loopTimes, int fromIndex, int to... method play (line 235) | public void play(String animName, int loopTimes, int fromIndex){ method play (line 239) | public void play(String animName, int loopTimes){ method play (line 243) | public void play(){ method isPlaying (line 250) | public boolean isPlaying(){ method isStoped (line 257) | public boolean isStoped(){ method isPaused (line 265) | public boolean isPaused(){ method stopAt (line 274) | public void stopAt(String animName, int index){ method setScale (line 290) | public void setScale(float x, float y, boolean isDpiEffect){ method setScale (line 293) | public void setScale(float x, float y){ method getLength (line 301) | public int getLength(){ method stop (line 308) | public void stop(){ method pause (line 325) | public void pause(){ method resume (line 332) | public void resume(){ method surfaceChanged (line 338) | @Override method surfaceCreated (line 343) | @Override method surfaceDestroyed (line 350) | @Override class FlashRunnable (line 360) | private class FlashRunnable implements Runnable{ method getCurrTime (line 361) | private double getCurrTime(){ method run (line 364) | @Override method update (line 406) | private boolean update(){ FILE: android/FlashSupport/app/src/main/java/com/flashanimation/view/FlashView.java class FlashView (line 48) | public class FlashView extends View { method FlashView (line 76) | public FlashView(Context c, String flashName){ method FlashView (line 80) | public FlashView(Context c, String flashName, String flashDir){ method FlashView (line 84) | public FlashView(Context c, String flashName, String flashDir, int des... method FlashView (line 95) | public FlashView(Context context) { method FlashView (line 100) | public FlashView(Context context, AttributeSet attrs) { method FlashView (line 106) | public FlashView(Context context, AttributeSet attrs, int defStyleAttr) { method initAttrs (line 116) | private void initAttrs(AttributeSet attrs){ method init (line 136) | private boolean init(){ method reload (line 167) | public boolean reload(String flashName){ method reload (line 178) | public boolean reload(String flashName, String flashDir){ method reload (line 190) | public boolean reload(String flashName, String flashDir, int designDPI){ method setEventCallback (line 199) | public void setEventCallback(FlashDataParser.IFlashViewEventCallback c... method replaceBitmap (line 208) | public void replaceBitmap(String texName, Bitmap bitmap){ method replaceBitmap (line 212) | public void replaceBitmap(Bitmap bitmap){ method run (line 223) | @Override method run (line 234) | @Override method play (line 252) | public void play(String animName, int loopTimes, int fromIndex, int to... method play (line 262) | public void play(String animName, int loopTimes, int fromIndex) { method play (line 266) | public void play(String animName, int loopTimes){ method play (line 270) | public void play(int loopTimes) { method play (line 277) | public void play(){ method isPlaying (line 283) | public boolean isPlaying(){ method isStoped (line 290) | public boolean isStoped() { method isPaused (line 298) | public boolean isPaused() { method stopAtLastIndex (line 302) | public void stopAtLastIndex(){ method stopAt (line 311) | public void stopAt(String animName, int index){ method setScale (line 324) | public void setScale(float x, float y, boolean isDpiEffect){ method setScale (line 327) | public void setScale(float x, float y){ method getLength (line 335) | public int getLength(){ method stop (line 342) | public void stop(){ method pause (line 354) | public void pause(){ method resume (line 361) | public void resume(){ method onDraw (line 369) | @Override method clearBitmap (line 377) | public void clearBitmap(){ FILE: android/FlashSupport/app/src/test/java/com/xcyo/yoyo/flashsupport/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: cocos2dx/animationPlayer/Anim.h function class (line 17) | class Anim{ FILE: cocos2dx/animationPlayer/AnimKeyFrame.cpp function getPerValue (line 29) | float getPerValue(float oldValue, float newValue, float per, bool isSpec... FILE: cocos2dx/animationPlayer/AnimKeyFrame.h type TexInfo (line 16) | struct TexInfo{ FILE: cocos2dx/animationPlayer/AnimLayer.cpp function Node (line 150) | Node* windy::AnimLayer::getSpriteByName( const string &name ) FILE: cocos2dx/animationPlayer/AnimLayer.h function class (line 18) | class AnimLayer{ FILE: cocos2dx/animationPlayer/AnimNode.cpp function string (line 400) | string windy::AnimNode::readName() function string (line 578) | string & windy::AnimNode::getCurrAnimName() function string (line 583) | string & windy::AnimNode::getFileName() function ValueVector (line 629) | const ValueVector & windy::AnimNode::getMarks( string& animName ) function ValueMap (line 637) | const ValueMap & windy::AnimNode::getFrameNums() FILE: cocos2dx/animationPlayer/AnimNode.h function class (line 15) | class AnimNode: public Node{ FILE: iOS/FlashView/FlashView/FlashViewCommon.h type FlashViewFileType (line 28) | typedef enum : NSInteger { type FlashViewFileDataType (line 35) | typedef enum : NSInteger { type FlashViewUpdateMode (line 42) | typedef enum : NSUInteger { type FlashViewLoopTime (line 48) | typedef enum : NSUInteger { type FlashViewEvent (line 54) | typedef enum NSUInteger{ type FlashViewScaleMode (line 63) | typedef enum : NSUInteger { type FlashViewRunMode (line 71) | typedef enum : NSUInteger { type FlashViewAnimPosMask (line 77) | typedef enum : NSUInteger { type FlashViewScreenOrientation (line 90) | typedef enum : NSUInteger { FILE: iOS/FlashView/FlashView/FlashViewDownloader.h function end (line 23) | end FILE: iOS/FlashView/FlashView/TestFlashViewController.h type TestType (line 11) | typedef enum : NSUInteger { FILE: iOS/FlashView/FlashView/Zip/minizip/crypt.h function decrypt_byte (line 35) | static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_... function update_keys (line 48) | static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32... function init_keys (line 65) | static void init_keys(const char* passwd,unsigned long* pkeys,const unsi... function crypthead (line 90) | static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCry... FILE: iOS/FlashView/FlashView/Zip/minizip/ioapi.c function voidpf (line 68) | voidpf ZCALLBACK fopen_file_func (opaque, filename, mode) function uLong (line 90) | uLong ZCALLBACK fread_file_func (opaque, stream, buf, size) function uLong (line 102) | uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size) function ftell_file_func (line 113) | long ZCALLBACK ftell_file_func (opaque, stream) function fseek_file_func (line 122) | long ZCALLBACK fseek_file_func (opaque, stream, offset, origin) function fclose_file_func (line 148) | int ZCALLBACK fclose_file_func (opaque, stream) function ferror_file_func (line 157) | int ZCALLBACK ferror_file_func (opaque, stream) function fill_fopen_filefunc (line 166) | void fill_fopen_filefunc (pzlib_filefunc_def) FILE: iOS/FlashView/FlashView/Zip/minizip/ioapi.h type zlib_filefunc_def (line 46) | typedef struct zlib_filefunc_def_s FILE: iOS/FlashView/FlashView/Zip/minizip/mztools.c function unzRepair (line 30) | extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, byte... FILE: iOS/FlashView/FlashView/Zip/minizip/unzip.c type unz_file_info_internal (line 94) | typedef struct unz_file_info_internal_s type file_in_zip_read_info_s (line 102) | typedef struct type unz_s (line 128) | typedef struct function local (line 171) | local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi) function local (line 201) | local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX) function local (line 229) | local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) function local (line 262) | local int strcmpcasenosensitive_internal (fileName1,fileName2) function unzStringFileNameCompare (line 305) | extern int ZEXPORT unzStringFileNameCompare (fileName1,fileName2,iCaseSe... function local (line 331) | local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream) function unzFile (line 397) | extern unzFile ZEXPORT unzOpen2 (path, pzlib_filefunc_def) function unzFile (line 500) | extern unzFile ZEXPORT unzOpen (path) function unzClose (line 511) | extern int ZEXPORT unzClose (file) function unzGetGlobalInfo (line 532) | extern int ZEXPORT unzGetGlobalInfo (file,pglobal_info) function local (line 548) | local void unzlocal_DosDateToTmuDate (ulDosDate, ptm) function local (line 577) | local int unzlocal_GetCurrentFileInfoInternal (file, function unzGetCurrentFileInfo (line 744) | extern int ZEXPORT unzGetCurrentFileInfo (file, function unzGoToFirstFile (line 768) | extern int ZEXPORT unzGoToFirstFile (file) function unzGoToNextFile (line 790) | extern int ZEXPORT unzGoToNextFile (file) function unzLocateFile (line 824) | extern int ZEXPORT unzLocateFile (file, szFileName, iCaseSensitivity) function unzGetFilePos (line 903) | extern int ZEXPORT unzGetFilePos(file, file_pos) function unzGoToFilePos (line 921) | extern int ZEXPORT unzGoToFilePos(file, file_pos) function local (line 957) | local int unzlocal_CheckCurrentFileCoherencyHeader (s,piSizeVar, function unzOpenCurrentFile3 (line 1047) | extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) function unzOpenCurrentFile (line 1192) | extern int ZEXPORT unzOpenCurrentFile (file) function unzOpenCurrentFilePassword (line 1198) | extern int ZEXPORT unzOpenCurrentFilePassword (file, password) function unzOpenCurrentFile2 (line 1205) | extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw) function unzReadCurrentFile (line 1224) | extern int ZEXPORT unzReadCurrentFile (file, buf, len) function z_off_t (line 1385) | extern z_off_t ZEXPORT unztell (file) function ZEXPORT (line 1405) | extern int ZEXPORT unzeof (file) function unzGetLocalExtrafield (line 1438) | extern int ZEXPORT unzGetLocalExtrafield (file,buf,len) function unzCloseCurrentFile (line 1489) | extern int ZEXPORT unzCloseCurrentFile (file) function unzGetGlobalComment (line 1532) | extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) function uLong (line 1564) | extern uLong ZEXPORT unzGetOffset (file) function unzSetOffset (line 1580) | extern int ZEXPORT unzSetOffset (file, pos) FILE: iOS/FlashView/FlashView/Zip/minizip/unzip.h type unzFile__ (line 63) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 64) | typedef unzFile__ *unzFile; type voidp (line 66) | typedef voidp unzFile; type tm_unz (line 80) | typedef struct tm_unz_s type unz_global_info (line 92) | typedef struct unz_global_info_s type unz_file_info (line 101) | typedef struct unz_file_info_s type unz_file_pos (line 210) | typedef struct unz_file_pos_s FILE: iOS/FlashView/FlashView/Zip/minizip/zip.c type linkedlist_datablock_internal (line 97) | typedef struct linkedlist_datablock_internal_s type linkedlist_data (line 106) | typedef struct linkedlist_data_s type curfile_info (line 113) | typedef struct type zip_internal (line 138) | typedef struct function local (line 161) | local linkedlist_datablock_internal* allocate_new_datablock() function local (line 175) | local void free_datablock(ldi) function local (line 186) | local void init_linkedlist(ll) function local (line 192) | local void free_linkedlist(ll) function local (line 200) | local int add_data_in_datablock(ll,buf,len) function local (line 266) | local int ziplocal_putValue (pzlib_filefunc_def, filestream, x, nbByte) function local (line 294) | local void ziplocal_putValue_inmemory (dest, x, nbByte) function local (line 318) | local uLong ziplocal_TmzDateToDosDate(ptm,dosDate) function local (line 340) | local int ziplocal_getByte(pzlib_filefunc_def,filestream,pi) function local (line 370) | local int ziplocal_getShort (pzlib_filefunc_def,filestream,pX) function local (line 398) | local int ziplocal_getLong (pzlib_filefunc_def,filestream,pX) function local (line 440) | local uLong ziplocal_SearchCentralDir(pzlib_filefunc_def,filestream) function zipFile (line 499) | extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_... function zipFile (line 683) | extern zipFile ZEXPORT zipOpen (pathname, append) function zipOpenNewFileInZip3 (line 690) | extern int ZEXPORT zipOpenNewFileInZip3 (file, filename, zipfi, function zipOpenNewFileInZip2 (line 899) | extern int ZEXPORT zipOpenNewFileInZip2(file, filename, zipfi, function zipOpenNewFileInZip (line 923) | extern int ZEXPORT zipOpenNewFileInZip (file, filename, zipfi, function local (line 944) | local int zipFlushWriteBuffer(zi) function zipWriteInFileInZip (line 966) | extern int ZEXPORT zipWriteInFileInZip (file, buf, len) function zipCloseFileInZipRaw (line 1031) | extern int ZEXPORT zipCloseFileInZipRaw (file, uncompressed_size, crc32) function zipCloseFileInZip (line 1127) | extern int ZEXPORT zipCloseFileInZip (file) function zipClose (line 1133) | extern int ZEXPORT zipClose (file, global_comment) FILE: iOS/FlashView/FlashView/Zip/minizip/zip.h type zipFile__ (line 64) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 65) | typedef zipFile__ *zipFile; type voidp (line 67) | typedef voidp zipFile; type tm_zip (line 87) | typedef struct tm_zip_s type zip_fileinfo (line 97) | typedef struct FILE: tools/JsonToBin.py function toBinBool (line 12) | def toBinBool(data): function toBinUShort (line 15) | def toBinUShort(data): function toBinStr (line 18) | def toBinStr(data): function toBinFloat (line 24) | def toBinFloat(data): function toBinUChar (line 27) | def toBinUChar(data): function flaJsonToBin (line 30) | def flaJsonToBin(filePath,outputFilePath):