Lines Matching refs:kImgWidth
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) {
424 col == kImgWidth - 1 || row == kImgHeight - 1) {
427 col == kImgWidth - 2 || row == kImgHeight - 2) {
435 int dest_row_stride = kImgWidth;
442 filter, SkISize::Make(kImgWidth, kImgHeight),
466 filter, SkISize::Make(kImgWidth, kImgHeight),