OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kImgWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc
89
static const int
kImgWidth
= 512;
96
SkISize image_size = SkISize::Make(
kImgWidth
, kImgHeight);
98
&input,
kImgWidth
, kImgHeight, kChannelIndex, kChannelCount,
102
const int dest_row_stride =
kImgWidth
;
110
kImgWidth
, kChannelCount, kStrideSlack);
154
static const int
kImgWidth
= 200;
161
SkISize image_size = SkISize::Make(
kImgWidth
, kImgHeight);
163
&input,
kImgWidth
, kImgHeight, kChannelIndex, kChannelCount,
167
const int dest_row_stride =
kImgWidth
;
173
kImgWidth
, kChannelCount, kStrideSlack)
[
all
...]
convolver_unittest.cc
333
static const int
kImgWidth
= 1024;
342
const int src_row_stride =
kImgWidth
* kChannelCount + kStrideSlack;
345
const int signal_x =
kImgWidth
/ 2;
354
const int dest_row_stride =
kImgWidth
;
361
filter, SkISize::Make(
kImgWidth
, kImgHeight),
371
filter, SkISize::Make(
kImgWidth
, kImgHeight),
387
filter, SkISize::Make(
kImgWidth
, kImgHeight),
402
static const int
kImgWidth
= 600;
412
int src_row_stride =
kImgWidth
* kChannelCount + kStrideSlack;
421
if (channel != kChannel || col >
kImgWidth
) {
[
all
...]
Completed in 63 milliseconds