Searched refs:computePalette (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.h | 136 static BitmapPalette computePalette(const SkImageInfo& info, const void* addr, size_t rowBytes); 138 static BitmapPalette computePalette(const SkBitmap& bitmap) { in computePalette() function 139 return computePalette(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes()); in computePalette() 144 mPalette = computePalette(info(), pixels(), rowBytes()); in palette()
|
D | Bitmap.cpp | 394 BitmapPalette Bitmap::computePalette(const SkImageInfo& info, const void* addr, size_t rowBytes) { in computePalette() function in android::Bitmap
|
/frameworks/base/libs/hwui/ |
D | HardwareBitmapUploader.cpp | 416 bitmap.alphaType(), Bitmap::computePalette(bitmap)); in allocateHardwareBitmap()
|
D | VectorDrawable.cpp | 586 BitmapPalette Tree::computePalette() { in computePalette() function in android::uirenderer::VectorDrawable::Tree
|
D | VectorDrawable.h | 652 BitmapPalette computePalette();
|
D | RecordingCanvas.cpp | 487 , palette(tree->computePalette()) { in DrawVectorDrawable()
|