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:upShift
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkEdge.cpp
329
static inline int SkFDot6UpShift(SkFDot6 x, int
upShift
) {
in SkFDot6UpShift()
argument
330
SkASSERT((SkLeftShift(x,
upShift
) >>
upShift
) == x);
in SkFDot6UpShift()
331
return SkLeftShift(x,
upShift
);
in SkFDot6UpShift()
415
int
upShift
= 6; // largest safe value
in setCubicWithoutUpdate()
local
416
int downShift = shift +
upShift
- 10;
in setCubicWithoutUpdate()
419
upShift
= 10 - shift;
in setCubicWithoutUpdate()
427
SkFixed B = SkFDot6UpShift(3 * (x1 - x0),
upShift
);
in setCubicWithoutUpdate()
428
SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2),
upShift
);
in setCubicWithoutUpdate()
429
SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0,
upShift
);
in setCubicWithoutUpdate()
[all...]
Completed in 2 milliseconds