Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PNG_MAX_GAMMA_8
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libpng/
H
A
D
pnglibconf.h
201
#define
PNG_MAX_GAMMA_8
11
macro
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngvalid.c
7406
that->max_gamma_8 =
PNG_MAX_GAMMA_8
;
in image_transform_png_set_scale_16_set()
7454
that->max_gamma_8 =
PNG_MAX_GAMMA_8
;
in image_transform_png_set_strip_16_set()
7720
* +/-(1<<(15-
PNG_MAX_GAMMA_8
)) in the 8-bit case.
in image_transform_png_set_rgb_to_gray_ini()
7724
that->max_gamma_8 =
PNG_MAX_GAMMA_8
;
in image_transform_png_set_rgb_to_gray_ini()
9273
*
PNG_MAX_GAMMA_8
prior to 1.7 when doing the following.
in gamma_info_imp()
10711
# ifndef
PNG_MAX_GAMMA_8
in perform_gamma_scale16_tests()
10712
# define
PNG_MAX_GAMMA_8
11
in perform_gamma_scale16_tests()
macro
10714
# if defined
PNG_MAX_GAMMA_8
|| PNG_LIBPNG_VER < 10700
in perform_gamma_scale16_tests()
10715
# define SBIT_16_TO_8
PNG_MAX_GAMMA_8
in perform_gamma_scale16_tests()
11745
pm.maxcalcG = 1./((1<<
PNG_MAX_GAMMA_8
)
in main()
[all...]
/third_party/skia/third_party/externals/libpng/
H
A
D
png.c
4279
/*
PNG_MAX_GAMMA_8
is the number of bits to keep - effectively
in png_build_gamma_table()
4283
if (shift < (16U -
PNG_MAX_GAMMA_8
))
in png_build_gamma_table()
4284
shift = (16U -
PNG_MAX_GAMMA_8
);
in png_build_gamma_table()
Completed in 31 milliseconds