Subversion Repositories tpanel

Rev

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

Rev 338 Rev 339
Line 68... Line 68...
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);
72
            void colorizeFrame(SkBitmap *frame, SkColor color);
72
            void colorizeFrame(SkBitmap *frame, SkColor color);
-
 
73
            void backgroundFrame(SkBitmap *bm, SkBitmap& frame, SkColor color);
73
 
74
 
74
        private:
75
        private:
75
            SkRect calcRect(int width, int height, int pen);
76
            SkRect calcRect(int width, int height, int pen);
76
            bool setPixel(uint32_t *wpix, uint32_t color, bool bar);
-
 
77
    };
77
    };
78
}
78
}
79
 
79
 
80
#endif // TINTBORDER_H
80
#endif // TINTBORDER_H