Searched refs:SkColorTable (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.h | 51 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable); 53 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable); 55 SkColorTable* ctable); 72 void reconfigure(const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable);
|
D | Bitmap.cpp | 38 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable) in WrappedPixelRef() 52 void reconfigure(const SkImageInfo& newInfo, size_t rowBytes, SkColorTable* ctable) { in reconfigure() 91 SkColorTable* colorTable() const { return mColorTable; } in colorTable() 121 SkColorTable* mColorTable = nullptr; 130 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable) in Bitmap() 142 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable) in Bitmap() 154 const SkImageInfo& info, size_t rowBytes, SkColorTable* ctable) in Bitmap() 253 SkColorTable* ctable) { in reconfigure() 529 SkColorTable*); 532 SkColorTable*) { in ToColor_S32_Alpha() argument [all …]
|
D | GraphicsJNI.h | 98 SkColorTable* ctable); 101 SkColorTable* ctable); 104 SkColorTable* ctable, int fd, void* addr, bool readOnly); 112 static bool allocatePixels(JNIEnv* env, SkBitmap* bitmap, SkColorTable* ctable); 133 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) override; 190 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) override; 220 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
|
D | Graphics.cpp | 487 SkColorTable* ctable) { in allocateJavaPixelRef() 539 bool GraphicsJNI::allocatePixels(JNIEnv* env, SkBitmap* bitmap, SkColorTable* ctable) { in allocatePixels() 580 SkColorTable* ctable) { in allocateAshmemPixelRef() 626 SkColorTable* ctable, int fd, void* addr, bool readOnly) { in mapAshmemPixelRef() 671 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() 690 bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() 779 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef()
|
D | BitmapFactory.cpp | 145 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() 173 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef() 368 SkAutoTUnref<SkColorTable> colorTable(nullptr); in doDecode() 374 colorTable.reset(new SkColorTable(colors, maxColors)); in doDecode()
|
/frameworks/base/libs/hwui/utils/ |
D | NinePatchImpl.cpp | 47 SkColorTable* ctable = bitmap.getColorTable(); in getColor()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 757 SkColorTable* ctable = bitmap.getColorTable(); in util_texImage2D()
|