Searched refs:colorTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp368 SkAutoTUnref<SkColorTable> colorTable(nullptr);
374 colorTable.reset(new SkColorTable(colors, maxColors));
381 colorPtr = const_cast<SkPMColor*>(colorTable->readColors());
400 !decodingBitmap.tryAllocPixels(decodeAllocator, colorTable)) {
H A DBitmap.cpp91 SkColorTable* colorTable() const { return mColorTable; } function in class:android::WrappedPixelRef

Completed in 296 milliseconds