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:toCoord
(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
55
// F2DOT14
toCoord
; /* The modified, normalized coordinate value. */
66
#define
toCoord
coords[to_offset]
in map()
macro
75
return value - arrayZ[0].fromCoord + arrayZ[0].
toCoord
;
in map()
79
return value - arrayZ[0].fromCoord + arrayZ[0].
toCoord
;
in map()
87
return value - arrayZ[i].fromCoord + arrayZ[i].
toCoord
;
in map()
90
return arrayZ[i-1].
toCoord
;
in map()
93
return roundf (arrayZ[i-1].
toCoord
+ ((float) (arrayZ[i].
toCoord
- arrayZ[i-1].
toCoord
) *
in map()
95
#undef
toCoord
in map()
macro
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H
A
D
ttgxvar.h
43
FT_Fixed
toCoord
;
member
H
A
D
ttgxvar.c
432
segment->correspondence[j].
toCoord
=
in ft_var_load_avar()
437
segment->correspondence[j].
toCoord
/ 65536.0 ));
in ft_var_load_avar()
1968
av->correspondence[j].
toCoord
-
in ft_var_to_normalized()
1969
av->correspondence[j - 1].
toCoord
,
in ft_var_to_normalized()
1972
av->correspondence[j - 1].
toCoord
;
in ft_var_to_normalized()
2025
if ( design[i] < av->correspondence[j].
toCoord
)
in ft_var_to_design()
2028
FT_MulDiv( design[i] - av->correspondence[j - 1].
toCoord
,
in ft_var_to_design()
2031
av->correspondence[j].
toCoord
-
in ft_var_to_design()
2032
av->correspondence[j - 1].
toCoord
) +
in ft_var_to_design()
Completed in 6 milliseconds