Subversion Repositories tpanel

Rev

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

Rev 400 Rev 401
Line 1251... Line 1251...
1251
            bool stretchImageHeight(SkBitmap *bm, int height);
1251
            bool stretchImageHeight(SkBitmap *bm, int height);
1252
            bool stretchImageWH(SkBitmap *bm, int width, int height);
1252
            bool stretchImageWH(SkBitmap *bm, int width, int height);
1253
            SkBitmap colorImage(SkBitmap& base, SkBitmap& alpha, SkColor col, SkColor bg=0, bool useBG=false);
1253
            SkBitmap colorImage(SkBitmap& base, SkBitmap& alpha, SkColor col, SkColor bg=0, bool useBG=false);
1254
            SkBitmap retrieveBorderImage(const std::string& bs, const std::string& bsa, SkColor color, SkColor bgColor);
1254
            SkBitmap retrieveBorderImage(const std::string& bs, const std::string& bsa, SkColor color, SkColor bgColor);
1255
            bool retrieveImage(const std::string& path, SkBitmap *image);
1255
            bool retrieveImage(const std::string& path, SkBitmap *image);
-
 
1256
            bool retrieveImage(const std::string& path, const std::string& pathAlpha, SkBitmap *image);
1256
            SkBitmap drawSliderButton(const std::string& slider, SkColor col);
1257
            SkBitmap drawSliderButton(const std::string& slider, SkColor col);
1257
 
1258
 
1258
            void addToBitmapCache(BITMAP_CACHE& bc);
1259
            void addToBitmapCache(BITMAP_CACHE& bc);
1259
            BITMAP_CACHE& getBCentryByHandle(ulong handle, ulong parent);
1260
            BITMAP_CACHE& getBCentryByHandle(ulong handle, ulong parent);
1260
            BITMAP_CACHE& getBCentryByBI(int bIdx);
1261
            BITMAP_CACHE& getBCentryByBI(int bIdx);