HomeSort by relevance Sort by last modified time
    Searched refs:kHeight (Results 1 - 5 of 5) 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/chromium/chrome/browser/chromeos/
setting_level_bubble_view.cc 21 const int kWidth = 350, kHeight = 100;
69 return gfx::Size(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/skia/tests/
CanvasTest.cpp 66 static const int kHeight = 2;
114 bm->setConfig(config, kWidth, kHeight);
295 pts[2].set(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
296 pts[3].set(0, SkIntToScalar(kHeight));
311 SkCanvas* testCanvas = testPicture->beginRecording(kWidth, kHeight);
519 testStep->draw(referencePicture.beginRecording(kWidth, kHeight),
522 testStep->draw(initialPicture.beginRecording(kWidth, kHeight),
526 initialPicture.draw(roundTripPicture.beginRecording(kWidth, kHeight));
578 kHeight);
582 kHeight);
    [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);

Completed in 242 milliseconds