OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasColorTable
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgcodecs/src/
grfmt_gdal.hpp
158
bool
hasColorTable
;
grfmt_gdal.cpp
403
if(
hasColorTable
== false ){
463
hasColorTable
= true;
488
hasColorTable
= false;
/external/skia/src/image/
SkImage_Raster.cpp
25
static bool ValidArgs(const Info& info, size_t rowBytes, bool
hasColorTable
,
47
if (needsCT !=
hasColorTable
) {
249
bool
hasColorTable
= false;
252
hasColorTable
= bm.getColorTable() != nullptr;
255
if (!SkImage_Raster::ValidArgs(bm.info(), bm.rowBytes(),
hasColorTable
, nullptr)) {
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
637
boolean
hasColorTable
) {
692
if (
hasColorTable
) {
[
all
...]
Completed in 82 milliseconds