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:stripeHeight
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/fuzz/
H
A
D
FuzzMain.cpp
537
const int
stripeHeight
= 37;
in fuzz_img()
local
538
const int numStripes = (height +
stripeHeight
- 1) /
stripeHeight
;
in fuzz_img()
552
const int linesToSkip = std::min(
stripeHeight
, height - i *
stripeHeight
);
in fuzz_img()
556
const int startY = (i + 1) *
stripeHeight
;
in fuzz_img()
557
const int linesToRead = std::min(
stripeHeight
, height - startY);
in fuzz_img()
571
const int startY = i *
stripeHeight
;
in fuzz_img()
572
const int linesToRead = std::min(
stripeHeight
, height - startY);
in fuzz_img()
576
const int linesToSkip = std::min(
stripeHeight
, heigh
in fuzz_img()
[all...]
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
644
const int
stripeHeight
= 37;
in draw()
local
645
const int numStripes = (height +
stripeHeight
- 1) /
stripeHeight
;
in draw()
661
const int linesToSkip = std::min(
stripeHeight
, height - i *
stripeHeight
);
in draw()
665
const int startY = (i + 1) *
stripeHeight
;
in draw()
666
const int linesToRead = std::min(
stripeHeight
, height - startY);
in draw()
680
const int startY = i *
stripeHeight
;
in draw()
681
const int linesToRead = std::min(
stripeHeight
, height - startY);
in draw()
686
const int linesToSkip = std::min(
stripeHeight
, heigh
in draw()
[all...]
/third_party/skia/tests/
H
A
D
CodecTest.cpp
152
const int
stripeHeight
= height / numStripes;
in test_in_stripes()
local
156
for (int y = oddEven *
stripeHeight
; y < height; y += 2 *
stripeHeight
) {
in test_in_stripes()
158
std::min(y +
stripeHeight
, height));
in test_in_stripes()
Completed in 11 milliseconds