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:startY
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
StatsLayer.cpp
128
int
startY
= SkScalarTruncToInt(rect.fBottom);
in onPaint()
local
H
A
D
TouchGesture.cpp
196
void TouchGesture::updateZoom(float scale, float startX, float
startY
, float lastX, float lastY) {
in updateZoom()
argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H
A
D
vktTessellationCommonEdgeTests.cpp
81
const int
startY
= static_cast<int>(0.15f * (float)image.getHeight());
in verifyResult()
local
/third_party/skia/src/codec/
H
A
D
SkSampledCodec.cpp
204
const int
startY
= samplingOffsetY + subsetY;
in sampledDecode()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H
A
D
vktTessellationCommonEdgeTests.cpp
81
const int
startY
= static_cast<int>(0.15f * (float)image.getHeight());
in verifyResult()
local
/third_party/skia/src/core/
H
A
D
SkMaskFilter.cpp
145
int
startY
= std::max(0, r.top() - outerR.top());
in draw_nine_clipped()
local
158
int
startY
= outerR.bottom() - r.bottom();
in draw_nine_clipped()
local
/third_party/skia/fuzz/
H
A
D
FuzzMain.cpp
556
const int
startY
= (i + 1) * stripeHeight;
in fuzz_img()
local
571
const int
startY
= i * stripeHeight;
in fuzz_img()
local
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
665
const int
startY
= (i + 1) * stripeHeight;
in draw()
local
680
const int
startY
= i * stripeHeight;
in draw()
local
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
2720
UINT_32
startY
;
member
Completed in 17 milliseconds