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:midY
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/gm/
H
A
D
orientation.cpp
62
SkScalar
midY
= kImgH / 2.f;
in make_images()
local
H
A
D
texelsubset.cpp
201
SkScalar
midY
= SkScalarFloorToScalar(drawRect.bottom() + kTestPad/2.f) + 0.5f;
variable
209
SkScalar
midY
= SkScalarFloorToScalar(drawRect.bottom() + kTestPad/2.f) + 0.5f;
variable
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H
A
D
MultiWindow.cpp
124
float
midY
= (top + bottom) * 0.5f;
variable
/third_party/skia/src/utils/win/
H
A
D
SkDWriteGeometrySink.cpp
108
float
midY
= cubic[0].y + dy10 * 3 / 2;
in check_quadratic()
local
/third_party/skia/src/pathops/
H
A
D
SkReduceOrder.cpp
137
double
midY
= cubic[0].fY + dy10 * 3 / 2;
in check_quadratic()
local
/third_party/skia/tests/
H
A
D
BlurTest.cpp
194
int
midY
= dst.fBounds.y() + dst.fBounds.height()/2;
in ground_truth_2d()
local
247
SkScalar
midY
= path.getBounds().centerY();
in blur_path()
local
H
A
D
RoundRectTest.cpp
1097
float
midY
= maxTop + 0.5f * innerHeight;
in test_inner_bounds()
local
Completed in 6 milliseconds