Home
last modified time | relevance | path

Searched refs:computePalette (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DBitmap.h117 static BitmapPalette computePalette(const SkImageInfo& info, const void* addr, size_t rowBytes);
119 static BitmapPalette computePalette(const SkBitmap& bitmap) { in computePalette() function
120 return computePalette(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes()); in computePalette()
125 mPalette = computePalette(info(), pixels(), rowBytes()); in palette()
DBitmap.cpp372 BitmapPalette Bitmap::computePalette(const SkImageInfo& info, const void* addr, size_t rowBytes) { in computePalette() function in android::Bitmap
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp408 bitmap.alphaType(), Bitmap::computePalette(bitmap)); in allocateHardwareBitmap()
DVectorDrawable.h652 BitmapPalette computePalette();
DVectorDrawable.cpp662 BitmapPalette Tree::computePalette() { in computePalette() function in android::uirenderer::VectorDrawable::Tree
DRecordingCanvas.cpp482 , palette(tree->computePalette()) { in DrawVectorDrawable()