Searched defs:colored (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.h40 bool colored() const { return m_bColored; } function in class:CPDF_Type3Char
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_tilingpattern.h32 bool colored() const { return m_bColored; } function in class:CPDF_TilingPattern
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3468 unsigned char colored; /*not greyscale*/ member in struct:ColorProfile
3494 profile->colored = 0;
3527 std::cout << "colored: " << (int)p->colored << std::endl;
3585 profile->colored = 1;
3666 profile->colored = 1;
3798 mode_out->colortype = profile.colored ? LCT_RGBA : LCT_GREY_ALPHA;
3802 mode_out->colortype = profile.colored ? LCT_RGB : LCT_GREY;
3812 int grey_ok = !profile.colored && !profile.alpha; /*grey without alpha, with potentially low bits*/
3844 mode_out->colortype = profile.colored
[all...]

Completed in 4401 milliseconds