Subversion Repositories tpanel

Rev

Rev 233 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 233 Rev 247
Line 1025... Line 1025...
1025
            SkBitmap combineImages(SkBitmap& base, SkBitmap& alpha, SkColor col);
1025
            SkBitmap combineImages(SkBitmap& base, SkBitmap& alpha, SkColor col);
1026
 
1026
 
1027
            void funcTimer(const amx::ANET_BLINK& blink);
1027
            void funcTimer(const amx::ANET_BLINK& blink);
1028
            void funcNetwork(int state);
1028
            void funcNetwork(int state);
1029
            void funcResource(const RESOURCE_T *resource, const std::string& url, BITMAP_CACHE bc, int instance);
1029
            void funcResource(const RESOURCE_T *resource, const std::string& url, BITMAP_CACHE bc, int instance);
-
 
1030
#ifdef __ANDROID__
1030
            void funcBattery(int level, bool charging, int chargeType);
1031
            void funcBattery(int level, bool charging, int chargeType);
-
 
1032
#endif
-
 
1033
#if TARGET_OS_SIMULATOR || TARGET_OS_IOS
-
 
1034
            void funcBattery(int level, int state);
-
 
1035
#endif
1031
            void funcNetworkState(int level);
1036
            void funcNetworkState(int level);
1032
 
1037
 
1033
        private:
1038
        private:
1034
            std::function<void (ulong handle, ulong parent, unsigned char *buffer, int width, int height, int pixline, int left, int top)> _displayButton{nullptr};
1039
            std::function<void (ulong handle, ulong parent, unsigned char *buffer, int width, int height, int pixline, int left, int top)> _displayButton{nullptr};
1035
            std::function<void (ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw)> _playVideo{nullptr};
1040
            std::function<void (ulong handle, ulong parent, int left, int top, int width, int height, const std::string& url, const std::string& user, const std::string& pw)> _playVideo{nullptr};