Searched defs:kHeight (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble_view.cc21 const int kWidth = 350, kHeight = 100; member in namespace:__anon2043
69 return gfx::Size(kWidth, kHeight);
/external/chromium_org/cc/debug/
H A Dbenchmark_instrumentation.h20 const char kHeight[] = "height"; member in namespace:cc::benchmark_instrumentation
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_extension_api.cc30 const char kHeight[] = "height"; member in namespace:__anon5222
45 if (args->HasKey(kHeight))
46 EXTENSION_FUNCTION_VALIDATE(args->GetInteger(kHeight, &height));
/external/chromium_org/remoting/host/
H A Dscreen_capturer_fake.cc13 // ScreenCapturerFake generates a white picture of size kWidth x kHeight
17 static const int kHeight = ScreenCapturerFake::kHeight; member in namespace:remoting
22 COMPILE_ASSERT(kBoxWidth < kWidth && kBoxHeight < kHeight, bad_box_size);
24 (kBoxHeight % kSpeed == 0) && (kHeight % kSpeed == 0),
123 size_.set(kWidth, kHeight);
H A Dscreen_capturer_fake.h21 // ScreenCapturerFake generates a picture of size kWidth x kHeight.
23 static const int kHeight = 600; member in class:remoting::ScreenCapturerFake
H A Dvideo_scheduler_unittest.cc51 static const int kHeight = 480; member in namespace:remoting
160 webrtc::DesktopSize(kWidth, kHeight)));
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac_unittest.cc17 const int kHeight = 300; member in namespace:skia
23 NULL, kWidth, kHeight, /*is_opaque=*/true));
36 rect.set(0, 0, kWidth, kHeight);
46 EXPECT_EQ(kHeight, clip_rect.height());
56 rect.set(0, 0, kWidth, kHeight);
66 EXPECT_EQ(kHeight, clip_rect.height());
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.h31 kHeight = 0, enumerator in enum:sfntly::BigGlyphMetrics::Offset::__anon25181
H A Dsmall_glyph_metrics.h31 kHeight = 0, enumerator in enum:sfntly::SmallGlyphMetrics::Offset::__anon25187
/external/skia/gm/
H A Dblurquickreject.cpp29 return SkISize::Make(kWidth, kHeight);
77 static const int kHeight = 300; member in class:BlurQuickRejectGM
H A Dselftest.cpp22 const static int kHeight = 200; member in class:SelfTestGM
29 SkISize onISize() { return skiagm::make_isize(kWidth, kHeight); }
35 canvas->drawRectCoords(0, 0, SkIntToScalar(kWidth), SkIntToScalar(kHeight), paint);
H A Dbleed.cpp80 return SkISize::Make(kWidth, kHeight);
159 static const int kHeight = 340; member in class:BleedGM
H A Dmegalooper.cpp47 return SkISize::Make(kWidth, kHeight);
51 for (int y = 100; y < kHeight; y += 200) {
71 static const int kHeight = 800; member in class:MegaLooperGM
/external/skia/tests/
H A DARGBImageEncoderTest.cpp34 const int kHeight = 5; local
36 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel
49 bitmap.setConfig(configs[configIndex], kWidth, kHeight);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittests.cc55 const GLint kHeight = 2; local
64 kWidth * kHeight * kBytesPerPixel,
68 glReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, 0);
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics_unittest.cc21 static const int kHeight = 288; member in namespace:webrtc
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_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_unittest.cc93 const uint32 kHeight = 12; local
98 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 1, &size, &unpadded_row_size,
100 EXPECT_EQ(kWidth * kHeight * 3, size);
104 kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, 1, &size, &unpadded_row_size,
106 EXPECT_EQ(kWidth * kHeight * 4, size);
110 kWidth, kHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, 1, &size,
112 EXPECT_EQ(kWidth * kHeight * 1, size);
116 kWidth, kHeight, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, 1, &size,
118 EXPECT_EQ(kWidth * kHeight * 2, size);
122 kWidth, kHeight, GL_BGRA_EX
150 const uint32 kHeight = 12; local
188 const uint32 kHeight = 12; local
[all...]
/external/libvpx/libvpx/test/
H A Dsvc_test.cc29 static const uint32_t kHeight = 288; member in class:__anon20555::SvcTest
55 codec_enc_.g_h = kHeight;
237 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
265 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
337 EXPECT_EQ(kHeight * 4 / 16, layer_height);
342 EXPECT_EQ(kHeight * 8 / 16, layer_height);
/external/skia/bench/
H A DBitmapRectBench.cpp49 static const int kHeight = 128; member in class:BitmapRectBench
57 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, kWidth, kHeight);
74 fSrcR.iset(0, 0, kWidth, kHeight);
75 fDstR.iset(0, 0, kWidth, kHeight);
H A DTileBench.cpp39 static const int kHeight = 300; member in class:ConstXTileBench
54 bm.setConfig(SkBitmap::kARGB_8888_Config, kWidth, kHeight);
/external/chromium_org/gpu/command_buffer/service/
H A Drenderbuffer_manager_unittest.cc140 const GLsizei kHeight = 64; local
141 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight);
145 EXPECT_EQ(kHeight, renderbuffer1->height());
149 EXPECT_EQ(kWidth * kHeight * 4u * 4u, renderbuffer1->EstimatedSize());
155 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight);
214 const GLsizei kHeight = 64; local
215 manager_->SetInfo(renderbuffer1.get(), kSamples, kFormat, kWidth, kHeight);
247 const GLsizei kHeight = 64; local
248 manager_->SetInfo(renderbuffer1.get(), kSamples, kFormat, kWidth, kHeight);
258 renderbuffer1.get(), kSamples + 1, kFormat, kWidth, kHeight);
[all...]
/external/chromium_org/media/base/
H A Dvideo_frame_unittest.cc92 const int kHeight = 31; local
95 gfx::Size size(kWidth, kHeight);
108 EXPECT_EQ(frame->rows(plane), kHeight);
126 const int kHeight = 48; local
130 gfx::Size size(kWidth, kHeight);
166 const int kHeight = 2; local
171 VideoFrame::CreateBlackFrame(gfx::Size(kWidth, kHeight));
181 EXPECT_EQ(kHeight, frame->coded_size().height());
/external/chromium_org/remoting/base/
H A Dutil_unittest.cc13 static const int kHeight = 24 ; variable
25 yuv_buffer_size_ = (kYStride + kUvStride) * kHeight;
28 uplane_ = yplane_ + (kYStride * kHeight);
29 vplane_ = uplane_ + (kUvStride * kHeight / 2);
31 rgb_buffer_size_ = kWidth * kHeight * kBytesPerPixel;
62 for (int y = 0; y < kHeight; ++y) {
100 kHeight,
112 SkISize::Make(kWidth, kHeight),
113 SkIRect::MakeWH(kWidth, kHeight),
126 RunTest(SkISize::Make(kWidth, kHeight), SkIRec
[all...]
/external/chromium_org/ui/gfx/
H A Dcolor_analysis_unittest.cc219 const int kHeight = 16; local
221 EXPECT_EQ(1 + 1 * kWidth, sampler.GetSample(kWidth, kHeight));
222 EXPECT_EQ(1 + 4 * kWidth, sampler.GetSample(kWidth, kHeight));
223 EXPECT_EQ(1 + 7 * kWidth, sampler.GetSample(kWidth, kHeight));
224 EXPECT_EQ(1 + 10 * kWidth, sampler.GetSample(kWidth, kHeight));
226 EXPECT_EQ(4 + 1 * kWidth, sampler.GetSample(kWidth, kHeight));
227 EXPECT_EQ(4 + 4 * kWidth, sampler.GetSample(kWidth, kHeight));
228 EXPECT_EQ(4 + 7 * kWidth, sampler.GetSample(kWidth, kHeight));
229 EXPECT_EQ(4 + 10 * kWidth, sampler.GetSample(kWidth, kHeight));
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer_unittest.cc17 static const int kHeight = 240; member in namespace:media
18 static const gfx::Rect kNaturalRect(0, 0, kWidth, kHeight);
87 : natural_frame_(VideoFrame::CreateBlackFrame(gfx::Size(kWidth, kHeight))),
89 gfx::Size(kWidth * 2, kHeight * 2))),
91 gfx::Size(kWidth / 2, kHeight / 2))),
98 fast_path_device_(SkBitmap::kARGB_8888_Config, kWidth, kHeight, true),
100 slow_path_device_(SkBitmap::kARGB_8888_Config, kWidth, kHeight, false),
109 EXPECT_EQ(cropped_frame()->natural_size().width() * kHeight,
306 EXPECT_EQ(SK_ColorGREEN, GetColorAt(fast_path_canvas(), 0, kHeight - 1));
308 kHeight
[all...]

Completed in 528 milliseconds

12