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:v_last
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftoutln.c
50
FT_Vector
v_last
;
in FT_EXPORT_DEF()
local
94
v_last
= outline->points[last];
in FT_EXPORT_DEF()
95
v_last
.x = SCALED(
v_last
.x );
in FT_EXPORT_DEF()
96
v_last
.y = SCALED(
v_last
.y );
in FT_EXPORT_DEF()
115
v_start =
v_last
;
in FT_EXPORT_DEF()
123
v_start.x = ( v_start.x +
v_last
.x ) / 2;
in FT_EXPORT_DEF()
124
v_start.y = ( v_start.y +
v_last
.y ) / 2;
in FT_EXPORT_DEF()
126
/*
v_last
in FT_EXPORT_DEF()
[all...]
H
A
D
ftstroke.c
2047
FT_Vector
v_last
;
in FT_EXPORT_DEF()
local
2088
v_last
= outline->points[last];
in FT_EXPORT_DEF()
2107
v_start =
v_last
;
in FT_EXPORT_DEF()
2114
v_start.x = ( v_start.x +
v_last
.x ) / 2;
in FT_EXPORT_DEF()
2115
v_start.y = ( v_start.y +
v_last
.y ) / 2;
in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/smooth/
H
A
D
ftgrays.c
1655
FT_Vector
v_last
;
in FT_Outline_Decompose()
local
1699
v_last
= outline->points[last];
in FT_Outline_Decompose()
1700
v_last
.x = SCALED(
v_last
.x );
in FT_Outline_Decompose()
1701
v_last
.y = SCALED(
v_last
.y );
in FT_Outline_Decompose()
1720
v_start =
v_last
;
in FT_Outline_Decompose()
1728
v_start.x = ( v_start.x +
v_last
.x ) / 2;
in FT_Outline_Decompose()
1729
v_start.y = ( v_start.y +
v_last
.y ) / 2;
in FT_Outline_Decompose()
1731
v_last
in FT_Outline_Decompose()
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H
A
D
ftraster.c
1749
FT_Vector
v_last
;
in Decompose_Curve()
local
1766
v_last
.x = SCALED( points[last].x );
in Decompose_Curve()
1767
v_last
.y = SCALED( points[last].y );
in Decompose_Curve()
1772
SWAP_(
v_last
.x,
v_last
.y );
in Decompose_Curve()
1797
v_start =
v_last
;
in Decompose_Curve()
1805
v_start.x = ( v_start.x +
v_last
.x ) / 2;
in Decompose_Curve()
1806
v_start.y = ( v_start.y +
v_last
.y ) / 2;
in Decompose_Curve()
1808
/*
v_last
= v_start; */
in Decompose_Curve()
/third_party/ffmpeg/libpostproc/
H
A
D
postprocess_altivec_template.c
304
const vector signed short
v_last
= vec_sel(vb8, vb9, v_cmp89);
in doVertLowPass_altivec()
local
327
const vector signed short v_sumsB6 = vec_add(temp61,
v_last
);
in doVertLowPass_altivec()
330
const vector signed short v_sumsB7 = vec_add(temp71,
v_last
);
in doVertLowPass_altivec()
333
const vector signed short v_sumsB8 = vec_add(temp81,
v_last
);
in doVertLowPass_altivec()
336
const vector signed short v_sumsB9 = vec_add(temp91,
v_last
);
in doVertLowPass_altivec()
Completed in 12 milliseconds