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:dst_pixel
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_usb.c
592
SANE_Word
dst_pixel
, src_pixel;
in fit_lines()
local
614
for (
dst_pixel
= 0;
dst_pixel
< dst_width;
dst_pixel
++)
in fit_lines()
625
dst_address =
dst_pixel
* s->bpp / 8
in fit_lines()
643
if ((
dst_pixel
% 8) == 0)
in fit_lines()
647
<< (7 - (
dst_pixel
% 8)));
in fit_lines()
/third_party/skia/third_party/externals/libwebp/src/mux/
H
A
D
anim_encode.c
643
const uint32_t
dst_pixel
= dst->argb[j * dst->argb_stride + i];
in IsLosslessBlendingPossible()
local
644
const uint32_t dst_alpha =
dst_pixel
>> 24;
in IsLosslessBlendingPossible()
645
if (dst_alpha != 0xff && src_pixel !=
dst_pixel
) {
in IsLosslessBlendingPossible()
647
// '
dst_pixel
' value for this pixel. So, blending is not possible.
in IsLosslessBlendingPossible()
667
const uint32_t
dst_pixel
= dst->argb[j * dst->argb_stride + i];
in IsLossyBlendingPossible()
local
668
const uint32_t dst_alpha =
dst_pixel
>> 24;
in IsLossyBlendingPossible()
670
!PixelsAreSimilar(src_pixel,
dst_pixel
, max_allowed_diff_lossy)) {
in IsLossyBlendingPossible()
672
// '
dst_pixel
' value for this pixel. So, blending is not possible.
in IsLossyBlendingPossible()
Completed in 5 milliseconds