HomeSort by relevance Sort by last modified time
    Searched refs:kHeight (Results 1 - 10 of 10) sorted by null

  /external/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 21 static const int kHeight = 288;
51 kWidth, kHeight, &psnr_result_));
57 kWidth, kHeight, &ssim_result_));
63 kWidth, kHeight, &psnr_result_,
73 kWidth, kHeight, &ssim_result_));
79 kWidth, kHeight, &ssim_result_));
85 kWidth, kHeight,
93 kWidth, kHeight, &ssim_result_));
99 kWidth, kHeight, &ssim_result_));
105 kWidth, kHeight,
    [all...]
  /external/skia/tests/
RoundRectTest.cpp 12 static const SkScalar kHeight = 100.0f;
51 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
64 SkPoint halfPoint = { SkScalarHalf(kWidth), SkScalarHalf(kHeight) };
153 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
189 static const SkScalar kHeightTol = SkScalarHalf(kHeight) * (SK_Scalar1 - SK_ScalarRoot2Over2);
198 { kWidth + kEps - kWidthTol, kHeight + kEps - kHeightTol }, // out
199 { kWidth - kEps - kWidthTol, kHeight - kEps - kHeightTol }, // in
201 { kWidthTol - kEps, kHeight + kEps - kHeightTol }, //out
202 { kWidthTol + kEps, kHeight - kEps - kHeightTol }, // in
212 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
    [all...]
BitmapTransformerTest.cpp 35 const int kHeight = 333;
39 bitmap.setConfig(unsupportedConfig, kWidth, kHeight);
48 const int kHeight = 5;
50 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel
59 bitmap.setConfig(supportedConfig, kWidth, kHeight);
81 REPORTER_ASSERT(fReporter, transformer.bytesNeededTotal() == kWidth * kHeight * 4);
CanvasTest.cpp 96 static const int kHeight = 2;
150 bm->setConfig(config, kWidth, kHeight);
473 pts[2].set(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
474 pts[3].set(0, SkIntToScalar(kHeight));
490 SkCanvas* testCanvas = testPicture->beginRecording(kWidth, kHeight);
736 kHeight, recordFlags);
740 kHeight, recordFlags);
757 SkISize pageSize = SkISize::Make(kWidth, kHeight);
    [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 34 const int kHeight = 720; \
36 align_buffer_16(src_y, kWidth * kHeight); \
37 align_buffer_16(src_u, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \
38 align_buffer_16(src_v, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \
39 align_buffer_16(dst_argb_c, kStride * kHeight); \
40 align_buffer_16(dst_argb_opt, kStride * kHeight); \
42 for (int i = 0; i < kHeight; ++i) \
45 for (int i = 0; i < kHeight / SUBSAMP_Y; ++i) \
55 kWidth, NEG kHeight); \
62 kWidth, NEG kHeight); \
    [all...]
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.cc 21 const int kWidth = 350, kHeight = 100;
69 return gfx::Size(kWidth, kHeight);
  /external/skia/bench/
TileBench.cpp 39 static const int kHeight = 300;
54 bm.setConfig(SkBitmap::kARGB_8888_Config, kWidth, kHeight);
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 462 const int kHeight = 20;
464 GdkPixmap* pm = gdk_pixmap_new(window->window, kWidth, kHeight, -1);
465 GdkRectangle rect = { 0, 0, kWidth, kHeight };
466 unsigned char data[3 * kWidth * kHeight];
473 kWidth, kHeight, GTK_ORIENTATION_HORIZONTAL);
477 scrollbar, "trough-upper", 0, 0, kWidth, kHeight);
480 FALSE, 8, kWidth, kHeight,
482 gdk_pixbuf_get_from_drawable(pb, pm, NULL, 0, 0, 0, 0, kWidth, kHeight);
486 for (int y = 2; y < kHeight - 2; ++y) {
507 color->red = components[0] * 65535 / (255 * (kHeight - 4))
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 370 const int kHeight = static_cast<int>((11-0.25-0.56)*kDPI);
375 default_settings.printable_size = gfx::Size(kWidth, kHeight);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 414 int kHeight = fKernelSize.height();
418 code->appendf("\t\tfor (int y = 0; y < %d; y++) {\n", kHeight);

Completed in 215 milliseconds