OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kRows
(Results
1 - 5
of
5
) sorted by null
/external/skia/gm/
patchgrid.cpp
109
static const int
kRows
= 3;
113
SkPatchGrid grid(
kRows
, kCols, SkPatchGrid::kColors_VertexType, nullptr);
114
for (int i = 0; i <
kRows
; i++) {
complexclip2.cpp
39
fTotalHeight =
kRows
* fHeight + SK_Scalar1 * (
kRows
+ 1) * kPadY;
96
for (int i = 0; i <
kRows
; ++i) {
99
fOps[j*
kRows
+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
105
static const int
kRows
= 5;
148
for (int i = 0; i <
kRows
; ++i) {
176
fOps[j*
kRows
+i][k],
181
fOps[j*
kRows
+i][k],
186
fOps[j*
kRows
+i][k],
203
SkRegion::Op fOps[
kRows
* kCols][5]
[
all
...]
/external/gemmlowp/internal/
kernel.h
159
static const int
kRows
= Lhs::Cell::kWidth * Lhs::kCells;
output.h
59
static const int
kRows
= tRows;
/external/skia/bench/
PatchGridBench.cpp
96
static const int
kRows
= 3;
99
fGrid.reset(
kRows
, kCols, SkPatchGrid::kColors_VertexType, nullptr);
100
for (int i = 0; i <
kRows
; i++) {
Completed in 74 milliseconds