Home
last modified time | relevance | path

Searched refs:hasColorTable (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/image/
DSkImage_Raster.cpp25 static bool ValidArgs(const Info& info, size_t rowBytes, bool hasColorTable, in ValidArgs() argument
47 if (needsCT != hasColorTable) { in ValidArgs()
249 bool hasColorTable = false; in SkNewImageFromRasterBitmap() local
252 hasColorTable = bm.getColorTable() != nullptr; in SkNewImageFromRasterBitmap()
255 if (!SkImage_Raster::ValidArgs(bm.info(), bm.rowBytes(), hasColorTable, nullptr)) { in SkNewImageFromRasterBitmap()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_gdal.hpp158 bool hasColorTable; member in cv::GdalDecoder
Dgrfmt_gdal.cpp403 if( hasColorTable == false ){ in readData()
463 hasColorTable = true; in readHeader()
488 hasColorTable = false; in readHeader()