Home
last modified time | relevance | path

Searched defs:gray (Results 1 – 25 of 133) sorted by relevance

123456

/aosp_15_r20/external/libpng/
H A Dpngread.c2043 unsigned int gray = (i * 256 + 115) / 231; in make_ga_colormap() local
2296 png_uint_32 gray = back_g; in png_image_read_colormap() local
2406 png_uint_32 gray = back_g; in png_image_read_colormap() local
2448 png_uint_32 gray = (i * 256 + 115) / 231; in png_image_read_colormap() local
2500 png_uint_32 gray = png_sRGB_table[g*51] * alpha; in png_image_read_colormap() local
2589 png_uint_32 gray = back_g; in png_image_read_colormap() local
3028 unsigned int gray = *inrow++; in png_image_read_and_map() local
3056 png_byte gray = *inrow++; in png_image_read_and_map() local
/aosp_15_r20/external/libjpeg-turbo/
H A Drdppm.c211 JSAMPLE gray = (JSAMPLE)read_pbm_integer(cinfo, infile, maxval); in get_text_gray_cmyk_row() local
217 JSAMPLE gray = rescale[read_pbm_integer(cinfo, infile, maxval)]; in get_text_gray_cmyk_row() local
379 JSAMPLE gray = *bufferptr++; in get_gray_cmyk_row() local
385 JSAMPLE gray = rescale[UCH(*bufferptr++)]; in get_gray_cmyk_row() local
H A Drdbmp.c97 int i, gray = 1; in read_colormap() local
/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp615 int gray = FXRGB2GRAY(FXARGB_R(m_palette[i]), FXARGB_G(m_palette[i]), in ConvertBGRColorScale() local
628 int gray = FXRGB2GRAY(scanline[2], scanline[1], scanline[0]); in ConvertBGRColorScale() local
641 int gray = FXRGB2GRAY(scanline[2], scanline[1], scanline[0]); in ConvertBGRColorScale() local
865 uint8_t gray = IsMaskFormat() ? 255 in CompositeRect() local
H A Dcfx_scanlinecompositor.cpp255 uint8_t gray = GetGray(src_scan); in GetGrayWithBlend() local
275 uint8_t gray = GetGrayWithBlend(src_scan, dest_scan, blend_type); in CompositeRow_Argb2Gray() local
293 uint8_t gray = GetGrayWithBlend(src_scan, dest_scan, blend_type); in CompositeRow_Rgb2Gray() local
708 uint8_t gray = pPalette[*src_scan]; in CompositeRow_8bppPal2Gray() local
723 uint8_t gray = pPalette[*src_scan]; in CompositeRow_8bppPal2Gray() local
748 uint8_t gray = in CompositeRow_1bppPal2Gray() local
766 uint8_t gray = in CompositeRow_1bppPal2Gray() local
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/guetzli/
H A Dguetzli_entry_points.cc160 const uint8_t gray = row_in[x]; in ReadPNG() local
174 const uint8_t gray = BlendOnBlack(row_in[2 * x], row_in[2 * x + 1]); in ReadPNG() local
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DImageUtils.cpp119 ImageType gray = NULL; in rgb2gray() local
149 ImageType gray = out; in rgb2gray() local
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/common/src/
H A Dgray_tbl.cpp88 const Word16 gray[8] = {0, 1, 3, 2, 6, 4, 5, 7}; variable
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dscoped-enums-debug-info.cpp7 enum class Color { gray }; enumerator
/aosp_15_r20/external/skia/docs/examples/
H A DCanvas_drawImageNine_2.cpp11 SkColor gray = 0xFF000000; in draw() local
H A DCanvas_drawImageNine.cpp11 SkColor gray = 0xFF000000; in draw() local
/aosp_15_r20/external/skia/gm/
H A Dskbug_9819.cpp48 uint8_t gray = *bm.getAddr8(0,0); in __anon63a81f680102() local
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderoptions.cpp44 int gray = FXRGB2GRAY(r, g, b); in TranslateColor() local
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dframetovalues.cpp47 int gray = getIntensityFast(R, G, B); in Java_androidx_media_filterpacks_image_ToGrayValuesFilter_toGrayValues() local
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_defaultappearance.cpp89 float gray = StringToFloat(syntax.GetWord()); in GetColor() local
/aosp_15_r20/external/AFLplusplus/benchmark/
H A Dbenchmark.py11 blue = lambda text: f"\033[1;94m{text}\033[0m"; gray = lambda text: f"\033[1;90m{text}\033[0m" function
/aosp_15_r20/external/autotest/client/cros/chameleon/
H A Davsync_probe_utils.py80 def gray_to_binary(gray): argument
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pclm.c238 unsigned char gray = SP_GRAY(buff[readIndex + 0], buff[readIndex + 1], in _print_swath() local
Dlib_pwg.c293 unsigned char gray = SP_GRAY(buff[readIndex + 0], buff[readIndex + 1], in _print_swath() local
/aosp_15_r20/external/skia/include/private/gpu/ganesh/
H A DGrTypesPriv.h778 constexpr int gray() const { return fGrayBits; } in gray() function
792 constexpr GrColorFormatDesc(int r, int g, int b, int a, int gray, GrColorTypeEncoding encoding) in GrColorFormatDesc()
/aosp_15_r20/external/skia/dm/
H A DDM.cpp687 static void push_brd_srcs(Path path, bool gray) { in push_brd_srcs()
852 bool gray = codec->getInfo().colorType() == kGray_8_SkColorType; in push_codec_srcs() local
/aosp_15_r20/external/libpng/contrib/gregbook/
H A Drpng2-x.c1228 double freq, rotate, saturate, gray, intensity; in rpng2_x_load_bg_image() local
2000 double freq, rotate, saturate, gray, intensity; in rpng2_x_reload_bg_image() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuRGBA.hpp162 static inline const RGBA gray(void) in gray() function in tcu::RGBA
/aosp_15_r20/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c669 float gray; in CGContextRefObj_CGContextSetGrayFillColor() local
686 float gray; in CGContextRefObj_CGContextSetGrayStrokeColor() local
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp236 bool ImageDecoder::gray() const { in gray() function in ImageDecoder

123456