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:edge3
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afcjk.c
2056
AF_Edge edge1, edge2,
edge3
;
in af_cjk_hint_edges()
local
2064
edge3
= edges + 4;
in af_cjk_hint_edges()
2070
edge3
= edges + 9;
in af_cjk_hint_edges()
2074
dist2 =
edge3
->opos - edge2->opos;
in af_cjk_hint_edges()
2082
edge3
->link ==
edge3
+ 1 && span < 8 )
in af_cjk_hint_edges()
2084
delta =
edge3
->pos - ( 2 * edge2->pos - edge1->pos );
in af_cjk_hint_edges()
2085
edge3
->pos -= delta;
in af_cjk_hint_edges()
2086
if (
edge3
->link )
in af_cjk_hint_edges()
2087
edge3
in af_cjk_hint_edges()
[all...]
H
A
D
aflatin.c
3358
AF_Edge edge1, edge2,
edge3
;
in af_latin_hint_edges()
local
3366
edge3
= edges + 4;
in af_latin_hint_edges()
3372
edge3
= edges + 9;
in af_latin_hint_edges()
3376
dist2 =
edge3
->opos - edge2->opos;
in af_latin_hint_edges()
3384
delta =
edge3
->pos - ( 2 * edge2->pos - edge1->pos );
in af_latin_hint_edges()
3385
edge3
->pos -= delta;
in af_latin_hint_edges()
3386
if (
edge3
->link )
in af_latin_hint_edges()
3387
edge3
->link->pos -= delta;
in af_latin_hint_edges()
3396
edge3
->flags |= AF_EDGE_DONE;
in af_latin_hint_edges()
3397
if (
edge3
in af_latin_hint_edges()
[all...]
/third_party/skia/samplecode/
H
A
D
SamplePatch.cpp
118
SkPoint*
edge3
= edge2 + nu;
in draw()
local
124
eval_patch_edge(fPts + 9,
edge3
, nv);
in draw()
125
edge3
[nv] = edge0[0]; // the last shall be first
in draw()
141
r[0] =
edge3
[nv - row];
in draw()
/third_party/ffmpeg/tests/fate/
H
A
D
vcodec.mak
56
dnxhd-
edge3
-hr \
96
fate-vsynth%-dnxhd-
edge3
-hr: ENCOPTS = -s 257x121 -profile:v dnxhr_hq \
98
fate-vsynth%-dnxhd-
edge3
-hr: DECOPTS = -sws_flags area+accurate_rnd+bitexact
Completed in 11 milliseconds