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:kNumRows
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/gm/
H
A
D
hardstop_gradients_many.cpp
29
const int
kNumRows
= 100;
variable
30
const int kCellHeight = kHeight /
kNumRows
;
56
for (int row = 1; row <=
kNumRows
; ++row) {
H
A
D
fillrect_gradient.cpp
29
const int
kNumRows
= 9;
variable
48
kNumRows
* (kCellSize + kPadSize));
H
A
D
androidblendmodes.cpp
40
return SkISize::Make(kNumCols * kBitmapSize,
kNumRows
* kBitmapSize);
119
static const int
kNumRows
= 5;
member in skiagm::AndroidBlendModesGM
H
A
D
strokedlines.cpp
34
constexpr int
kNumRows
= 8;
variable
129
return SkISize::Make(kNumColumns * (2*kRadius+2*kPad),
kNumRows
* (2*kRadius+2*kPad));
209
SkASSERT(
kNumRows
== fPaints.count() + fMatrices.count());
H
A
D
path_stroke_with_zero_length.cpp
120
static const int
kNumRows
= SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths);
variable
123
static const int kTotalHeight =
kNumRows
* (kCellHeight + kCellPad) + kCellPad;
H
A
D
perspshaders.cpp
54
return SkISize::Make(kCellSize*kNumCols, kCellSize*
kNumRows
);
164
inline static constexpr int
kNumRows
= 4;
member in skiagm::PerspShadersGM
H
A
D
trickycubicstrokes.cpp
31
static constexpr int
kNumRows
= 5;
variable
33
static constexpr int kTestHeight =
kNumRows
* kCellSize;
H
A
D
crop_imagefilter.cpp
305
static constexpr int
kNumRows
= 5;
member
327
for (int y = 1; y <
kNumRows
; ++y) {
in draw_example_grid()
/third_party/skia/bench/
H
A
D
TableBench.cpp
28
static const int
kNumRows
= 48;
member in TableBench
44
for (int row = 0; row <
kNumRows
; ++row) {
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
H
A
D
MultipleContexts.cpp
205
constexpr size_t
kNumRows
= 3;
variable
207
constexpr size_t kTileHeight = kWindowHeight /
kNumRows
;
211
size_t tileY = (mDrawCount / kNumCols) %
kNumRows
;
216
GLfloat tileY0 = static_cast<float>(tileY) / static_cast<float>(
kNumRows
);
Completed in 5 milliseconds