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
defs:midX
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkOpCubicHull.cpp
66
int
midX
= -1;
in convexHull()
local
[all...]
H
A
D
SkReduceOrder.cpp
128
double
midX
= cubic[0].fX + dx10 * 3 / 2;
in check_quadratic()
local
/third_party/skia/gm/
H
A
D
orientation.cpp
61
SkScalar
midX
= kImgW / 2.f;
in make_images()
local
H
A
D
texelsubset.cpp
194
SkScalar
midX
=
variable
H
A
D
circulararcs.cpp
211
SkScalar
midX
= SK_ARRAY_COUNT(arcs) * (kS + kPad) - kPad/2.f;
in DEF_SIMPLE_GM()
local
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H
A
D
MultiWindow.cpp
123
float
midX
= (left + right) * 0.5f;
variable
/third_party/skia/src/utils/win/
H
A
D
SkDWriteGeometrySink.cpp
100
float
midX
= cubic[0].x + dx10 * 3 / 2;
in check_quadratic()
local
/third_party/skia/tests/
H
A
D
BlurTest.cpp
193
int
midX
= dst.fBounds.x() + dst.fBounds.width()/2;
in ground_truth_2d()
local
246
SkScalar
midX
= path.getBounds().centerX();
in blur_path()
local
H
A
D
RoundRectTest.cpp
1096
float
midX
= maxLeft + 0.5f * innerWidth;
in test_inner_bounds()
local
Completed in 7 milliseconds