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

1 23 4

  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.h 31 kHeight = 0,
small_glyph_metrics.h 31 kHeight = 0,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer_unittest.cc 208 int kHeight = 720;
212 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
214 formats.push_back(cricket::VideoFormat(2 * kWidth, 2 * kHeight,
222 2 * kHeight,
227 renderer_.SetSize(2 * kWidth, 2 * kHeight, 0);
231 capturer_.set_screencast_max_pixels(kWidth * kHeight);
232 renderer_.SetSize(kWidth, kHeight, 0);
241 int kHeight = 720;
244 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
250 kHeight,
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fast_show_pickler_unittest.cc 65 const int kHeight = 10;
67 bitmap.setConfig(SkBitmap::kARGB_8888_Config, kWidth, kHeight);
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 50 static const int kHeight = 480;
161 webrtc::DesktopSize(kWidth, kHeight)));
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
svc_test.cc 29 static const uint32_t kHeight = 288;
55 codec_enc_.g_h = kHeight;
261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
359 EXPECT_EQ(kHeight * 4 / 16, layer_height);
364 EXPECT_EQ(kHeight * 8 / 16, layer_height);
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
  /external/chromium_org/third_party/skia/bench/
TileBench.cpp 38 static const int kHeight = 300;
51 bm.allocN32Pixels(kWidth, kHeight, true);
  /external/libvpx/libvpx/test/
svc_test.cc 29 static const uint32_t kHeight = 288;
55 codec_enc_.g_h = kHeight;
261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
359 EXPECT_EQ(kHeight * 4 / 16, layer_height);
364 EXPECT_EQ(kHeight * 8 / 16, layer_height);
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
  /external/skia/bench/
TileBench.cpp 38 static const int kHeight = 300;
51 bm.allocN32Pixels(kWidth, kHeight, true);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 29 static const uint32_t kHeight = 288;
55 codec_enc_.g_h = kHeight;
261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
359 EXPECT_EQ(kHeight * 4 / 16, layer_height);
364 EXPECT_EQ(kHeight * 8 / 16, layer_height);
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_textures.cc 197 const int kHeight = 8;
203 kHeight,
215 kHeight,
227 kHeight,
239 const int kHeight = 8;
245 kHeight,
257 kHeight,
270 kHeight,
283 kHeight,
296 kHeight,
    [all...]
gles2_cmd_decoder_unittest_framebuffers.cc 348 const GLsizei kHeight = 3;
352 static const int8 kSrcPixels[kWidth * kHeight * kBytesPerPixel] = {
368 kHeight,
389 kWidth, kHeight, kBytesPerPixel, kSrcPixels, kSrcPixels, kPackAlignment);
406 GLint read_end_y = std::max(0, std::min(kHeight, in_read_y + in_read_height));
441 if (y < 0 || y >= kHeight) {
477 const GLsizei kHeight = 3;
480 static const int8 kSrcPixels[kWidth * kHeight * kBytesPerPixel] = {
489 kWidth, kHeight, kBytesPerPixel, kSrcPixels, kSrcPixels, kPackAlignment);
502 ReadPixels(0, 0, kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, _)
    [all...]
  /external/chromium_org/third_party/skia/gm/
megalooper.cpp 48 return SkISize::Make(kWidth, kHeight);
52 for (int y = 100; y < kHeight; y += 200) {
72 static const int kHeight = 800;
  /external/skia/gm/
megalooper.cpp 48 return SkISize::Make(kWidth, kHeight);
52 for (int y = 100; y < kHeight; y += 200) {
72 static const int kHeight = 800;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 754 const int kHeight = 20;
757 GdkPixmap* pm = gdk_pixmap_new(gdk_window, kWidth, kHeight, -1);
758 GdkRectangle rect = { 0, 0, kWidth, kHeight };
759 unsigned char data[3 * kWidth * kHeight];
766 kWidth, kHeight, GTK_ORIENTATION_HORIZONTAL);
770 scrollbar, "trough-upper", 0, 0, kWidth, kHeight);
773 FALSE, 8, kWidth, kHeight,
775 gdk_pixbuf_get_from_drawable(pb, pm, NULL, 0, 0, 0, 0, kWidth, kHeight);
779 for (int y = 2; y < kHeight - 2; ++y) {
800 color->red = components[0] * 65535 / (255 * (kHeight - 4))
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 58 const GLint kHeight = 2;
67 kWidth * kHeight * kBytesPerPixel,
71 glReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, 0);
gl_copy_texture_CHROMIUM_unittest.cc 497 const GLsizei kWidth = 64, kHeight = 64;
499 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kWidth, kHeight,
506 uint8 pixels[kHeight][kWidth][4] = {{{1}}};
507 glReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
509 for (int y = 0; y < kHeight; ++y) {
  /external/chromium_org/media/cast/video_sender/
video_sender_unittest.cc 32 static const int kHeight = 240;
165 video_config.height = kHeight;
198 gfx::Size size(kWidth, kHeight);
207 gfx::Size size(kWidth, kHeight);
  /external/chromium_org/third_party/skia/tests/
CanvasTest.cpp 114 static const int kHeight = 2;
156 bm->allocN32Pixels(kWidth, kHeight);
161 SkSurface* surface = SkSurface::NewRasterPMColor(kWidth, kHeight);
484 pts[2].set(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
485 pts[3].set(0, SkIntToScalar(kHeight));
500 SkCanvas* testCanvas = recorder.beginRecording(kWidth, kHeight, NULL, 0);
724 SkCanvas* referenceCanvas = referenceRecorder.beginRecording(kWidth, kHeight,
729 SkCanvas* testCanvas = testRecorder.beginRecording(kWidth, kHeight,
745 SkISize pageSize = SkISize::Make(kWidth, kHeight);
    [all...]
RoundRectTest.cpp 13 static const SkScalar kHeight = 100.0f;
52 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
72 SkPoint halfPoint = { SkScalarHalf(kWidth), SkScalarHalf(kHeight) };
164 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
194 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
196 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight));
206 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
226 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
569 SkRect r = { 0, 0, kWidth, kHeight };
PictureTest.cpp 791 static const int kHeight = 100;
814 SkCanvas* c = recorder.beginRecording(kWidth, kHeight);
821 c->translate(kWidth/2, kHeight/2);
822 SkRect r = SkRect::MakeXYWH(0, 0, kWidth/2, kHeight/2);
849 SkImageInfo info = SkImageInfo::MakeN32Premul(kWidth, kHeight);
873 REPORTER_ASSERT(reporter, kWidth == info0.fSize.fWidth && kHeight == info0.fSize.fHeight);
880 REPORTER_ASSERT(reporter, kWidth == info1.fSize.fWidth && kHeight == info1.fSize.fHeight);
888 kHeight/2 == info2.fSize.fHeight); // bound reduces size
891 kHeight/2 == info2.fOffset.fY);
896 REPORTER_ASSERT(reporter, kWidth == info3.fSize.fWidth && kHeight == info3.fSize.fHeight)
    [all...]
  /external/chromium_org/ui/gfx/
color_analysis_unittest.cc 262 const int kHeight = 16;
264 EXPECT_EQ(1 + 1 * kWidth, sampler.GetSample(kWidth, kHeight));
265 EXPECT_EQ(1 + 4 * kWidth, sampler.GetSample(kWidth, kHeight));
266 EXPECT_EQ(1 + 7 * kWidth, sampler.GetSample(kWidth, kHeight));
267 EXPECT_EQ(1 + 10 * kWidth, sampler.GetSample(kWidth, kHeight));
269 EXPECT_EQ(4 + 1 * kWidth, sampler.GetSample(kWidth, kHeight));
270 EXPECT_EQ(4 + 4 * kWidth, sampler.GetSample(kWidth, kHeight));
271 EXPECT_EQ(4 + 7 * kWidth, sampler.GetSample(kWidth, kHeight));
272 EXPECT_EQ(4 + 10 * kWidth, sampler.GetSample(kWidth, kHeight));
  /external/skia/tests/
CanvasTest.cpp 114 static const int kHeight = 2;
156 bm->allocN32Pixels(kWidth, kHeight);
161 SkSurface* surface = SkSurface::NewRasterPMColor(kWidth, kHeight);
484 pts[2].set(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
485 pts[3].set(0, SkIntToScalar(kHeight));
500 SkCanvas* testCanvas = recorder.beginRecording(kWidth, kHeight, NULL, 0);
724 SkCanvas* referenceCanvas = referenceRecorder.beginRecording(kWidth, kHeight,
729 SkCanvas* testCanvas = testRecorder.beginRecording(kWidth, kHeight,
745 SkISize pageSize = SkISize::Make(kWidth, kHeight);
    [all...]
RoundRectTest.cpp 13 static const SkScalar kHeight = 100.0f;
52 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
72 SkPoint halfPoint = { SkScalarHalf(kWidth), SkScalarHalf(kHeight) };
164 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
194 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
196 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight));
206 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
226 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
569 SkRect r = { 0, 0, kWidth, kHeight };

Completed in 1450 milliseconds

1 23 4