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

1 23

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 274 kWidth, kHeight, 1, 1,
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 976 const int kHeight = 20;
979 const int kPaddedSize = kPaddedWidth * kHeight;
984 kWidth, kHeight, kRowBytes);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 286 const int kHeight = 100;
292 webView->resize(WebSize(kWidth, kHeight));
297 bitmap.setConfig(SkBitmap::kARGB_8888_Config, kWidth, kHeight);
302 webView->paint(&canvas, WebRect(0, 0, kWidth, kHeight));
305 SkColor color = bitmap.getColor(kWidth / 2, kHeight / 2);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 480 int kHeight = fKernelSize.height();
484 builder->fsCodeAppendf("\t\tfor (int y = 0; y < %d; y++) {\n", kHeight);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 480 int kHeight = fKernelSize.height();
484 builder->fsCodeAppendf("\t\tfor (int y = 0; y < %d; y++) {\n", kHeight);
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 240 const char kHeight[] = "height";
    [all...]
  /external/chromium_org/remoting/host/
client_session_unittest.cc 498 int expected_y[3] = { 0, 50, ScreenCapturerFake::kHeight - 1 };
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h     [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]

Completed in 209 milliseconds

1 23