Subversion Repositories tpanel

Rev

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

Rev 339 Rev 401
Line 66... Line 66...
66
            std::string getCorrectName(const std::string& name);
66
            std::string getCorrectName(const std::string& name);
67
            bool isForcedBorder(const std::string& name);
67
            bool isForcedBorder(const std::string& name);
68
            bool isTP4BorderValid(const std::string& name);
68
            bool isTP4BorderValid(const std::string& name);
69
            std::string getTP4BorderName(int id);
69
            std::string getTP4BorderName(int id);
70
 
70
 
71
            void erasePart(SkBitmap *bm, const SkBitmap& mask, ERASE_PART_t ep);
71
            void erasePart(SkBitmap *bm, const SkBitmap& mask, ERASE_PART_t ep, int fwidth=0);
72
            void colorizeFrame(SkBitmap *frame, SkColor color);
72
            void colorizeFrame(SkBitmap *frame, SkColor color);
73
            void backgroundFrame(SkBitmap *bm, SkBitmap& frame, SkColor color);
73
            void backgroundFrame(SkBitmap *bm, SkBitmap& frame, SkColor color);
74
 
74
 
75
        private:
75
        private:
76
            SkRect calcRect(int width, int height, int pen);
76
            SkRect calcRect(int width, int height, int pen);