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:color_lo
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
test-picture.c
679
SANE_Byte color_hi = 0,
color_lo
= 0;
in init_picture_buffer()
local
691
color_lo
= (SANE_Byte)
in init_picture_buffer()
698
color_lo_r =
color_lo
;
in init_picture_buffer()
710
color_lo_g =
color_lo
;
in init_picture_buffer()
721
color_lo_b =
color_lo
;
in init_picture_buffer()
784
SANE_Byte color_hi = 0,
color_lo
= 0;
in init_picture_buffer()
local
793
color_lo
= (SANE_Byte)
in init_picture_buffer()
802
color_lo
= 0x00;
in init_picture_buffer()
811
color_lo
= 0x00;
in init_picture_buffer()
819
color_lo
in init_picture_buffer()
[all...]
/third_party/skia/src/shaders/gradients/
H
A
D
SkGradientShader.cpp
518
F4
color_lo
= F4::Load(rgba.data());
in onProgram()
local
519
fb[0] = { 0.0f,
color_lo
};
in onProgram()
530
F4 f = (color_hi -
color_lo
) / (t_hi - t_lo),
in onProgram()
531
b =
color_lo
- f*t_lo;
in onProgram()
537
color_lo
= color_hi;
in onProgram()
541
fb[stops.size()] = { 0.0f,
color_lo
};
in onProgram()
Completed in 5 milliseconds