Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.h146 static BitmapPalette computePalette(const SkImageInfo& info, const void* addr, size_t rowBytes);
148 static BitmapPalette computePalette(const SkBitmap& bitmap) { in computePalette() function
149 return computePalette(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes()); in computePalette()
154 mPalette = computePalette(info(), pixels(), rowBytes()); in palette()
DBitmap.cpp449 BitmapPalette Bitmap::computePalette(const SkImageInfo& info, const void* addr, size_t rowBytes) { in computePalette() function in android::Bitmap
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp456 bitmap.alphaType(), Bitmap::computePalette(bitmap)); in allocateHardwareBitmap()
DVectorDrawable.cpp583 BitmapPalette Tree::computePalette() { in computePalette() function in android::uirenderer::VectorDrawable::Tree
DVectorDrawable.h653 BitmapPalette computePalette();
DRecordingCanvas.cpp626 , palette(tree->computePalette()) { in DrawVectorDrawable()