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:fromCoord
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-var-avar-table.hh
53
// F2DOT14
fromCoord
; /* A normalized coordinate value obtained using
65
#define
fromCoord
coords[from_offset]
in map()
macro
75
return value - arrayZ[0].
fromCoord
+ arrayZ[0].toCoord;
in map()
78
if (value <= arrayZ[0].
fromCoord
)
in map()
79
return value - arrayZ[0].
fromCoord
+ arrayZ[0].toCoord;
in map()
83
for (i = 1; i < count && value > arrayZ[i].
fromCoord
; i++)
in map()
86
if (value >= arrayZ[i].
fromCoord
)
in map()
87
return value - arrayZ[i].
fromCoord
+ arrayZ[i].toCoord;
in map()
89
if (unlikely (arrayZ[i-1].
fromCoord
== arrayZ[i].
fromCoord
))
in map()
96
#undef
fromCoord
map()
macro
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H
A
D
ttgxvar.h
42
FT_Fixed
fromCoord
;
member
H
A
D
ttgxvar.c
430
segment->correspondence[j].
fromCoord
=
in ft_var_load_avar()
436
segment->correspondence[j].
fromCoord
/ 65536.0,
in ft_var_load_avar()
1962
if ( normalized[i] < av->correspondence[j].
fromCoord
)
in ft_var_to_normalized()
1967
FT_MulDiv( normalized[i] - av->correspondence[j - 1].
fromCoord
,
in ft_var_to_normalized()
1970
av->correspondence[j].
fromCoord
-
in ft_var_to_normalized()
1971
av->correspondence[j - 1].
fromCoord
) +
in ft_var_to_normalized()
2029
av->correspondence[j].
fromCoord
-
in ft_var_to_design()
2030
av->correspondence[j - 1].
fromCoord
,
in ft_var_to_design()
2033
av->correspondence[j - 1].
fromCoord
;
in ft_var_to_design()
Completed in 6 milliseconds