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

12

/external/skia/tests/
H A DARGBImageEncoderTest.cpp23 const int kHeight = 5; local
25 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel
38 bitmap.allocPixels(SkImageInfo::Make(kWidth, kHeight, gColorTypes[ctIndex],
H A DGpuRectanizerTest.cpp18 static const int kHeight = 1024; variable
23 REPORTER_ASSERT(reporter, kHeight == rectanizer->height());
48 GrRectanizerSkyline skylineRectanizer(kWidth, kHeight);
55 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight);
67 rand.nextRangeU(1, kHeight / 2)));
H A DRecordReplaceDrawTest.cpp23 static const int kHeight = 100; variable
41 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
43 canvas->drawRect(SkRect::MakeWH(SkIntToScalar(kWidth), SkIntToScalar(kHeight)), SkPaint());
44 canvas->clipRect(SkRect::MakeWH(SkIntToScalar(kWidth), SkIntToScalar(kHeight)));
50 SkRecorder canvas(&rerecord, kWidth, kHeight);
75 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
84 SkRecorder canvas(&rerecord, kWidth, kHeight);
99 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight),
106 canvas->drawRect(SkRect::MakeWH(SkIntToScalar(kWidth / 2), SkIntToScalar(kHeight / 2)),
116 SkIRect::MakeWH(kWidth, kHeight),
[all...]
/external/libvpx/libvpx/test/
H A Dactive_map_test.cc25 static const int kHeight = 144; member in class:__anon9374::ActiveMapTest
54 map.rows = (kHeight + 15) / 16;
62 map.rows = (kHeight + 15) / 16;
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
H A Dvp9_end_to_end_test.cc22 const unsigned int kHeight = 90; member in namespace:__anon9429
174 kWidth, kHeight,
H A Dy4m_test.cc26 static const unsigned int kHeight = 90; member in namespace:__anon9440
96 ASSERT_EQ(y4m_.pic_h, (int)kHeight);
98 ASSERT_EQ(img()->d_h, kHeight);
166 kWidth, kHeight,
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.h31 kHeight = 0, enumerator in enum:sfntly::BigGlyphMetrics::Offset::__anon13641
H A Dsmall_glyph_metrics.h31 kHeight = 0, enumerator in enum:sfntly::SmallGlyphMetrics::Offset::__anon13647
/external/skia/gm/
H A Dblurquickreject.cpp30 return SkISize::Make(kWidth, kHeight);
78 static const int kHeight = 300; member in class:BlurQuickRejectGM
H A Dlargeglyphblur.cpp28 return SkISize::Make(kWidth, kHeight);
61 static const int kHeight = 600; member in class:skiagm::LargeGlyphBlur
H A Dselftest.cpp22 const static int kHeight = 200; member in class:SelfTestGM
29 SkISize onISize() { return SkISize::Make(kWidth, kHeight); }
35 canvas->drawRectCoords(0, 0, SkIntToScalar(kWidth), SkIntToScalar(kHeight), paint);
H A Dstlouisarch.cpp21 SkISize onISize() override { return SkISize::Make((int)kWidth, (int)kHeight); }
27 bigQuad->quadTo(kWidth/2, kHeight, kWidth, 0);
32 SkScalar yPos = kHeight / 2 + 10;
41 bigCubic->cubicTo(0, kHeight,
42 kWidth, kHeight,
48 SkScalar yPos = kHeight / 2;
58 bigConic->conicTo(kWidth/2, kHeight, kWidth, 0, .5);
63 SkScalar yPos = kHeight / 2 - 10;
72 canvas->translate(0, -kHeight);
85 const SkScalar kHeight member in class:skiagm::StLouisArchGM
[all...]
H A Dstringart.cpp15 static const int kHeight = 480; variable
32 return SkISize::Make(kWidth, kHeight);
37 SkScalar size = SkIntToScalar(SkMin32(kWidth, kHeight));
38 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight));
H A Dtextblobcolortrans.cpp59 return SkISize::Make(kWidth, kHeight);
78 for (int y = 0; y + SkScalarFloorToInt(bounds.height()) < kHeight;
92 static const int kHeight = 1600; member in class:skiagm::TextBlobColorTrans
H A Dtextblobgeometrychange.cpp27 return SkISize::Make(kWidth, kHeight);
52 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f);
73 static const int kHeight = 200; member in class:skiagm::TextBlobGeometryChange
H A Dtextblobtransforms.cpp60 return SkISize::Make(kWidth, kHeight);
164 static const int kHeight = 1200; member in class:skiagm::TextBlobTransforms
H A Dbigblurs.cpp31 return SkISize::Make(kWidth, kHeight);
109 static const int kHeight = 2 * (kLastEnum_SkBlurStyle + 1) * kCloseUpSize; member in class:skiagm::BigBlursGM
H A Dglyph_pos_align.cpp16 static const int kHeight = 600; variable
29 SkISize onISize() override { return SkISize::Make(kWidth, kHeight); }
38 const SkPoint pts[] = {{0, 0}, {kWidth, kHeight}};
H A Dconstcolorprocessor.cpp37 return SkISize::Make(kWidth, kHeight);
170 if (y + height > kHeight) {
187 static const int kHeight = 500; member in class:skiagm::ConstColorProcessor
H A Dmegalooper.cpp48 return SkISize::Make(kWidth, kHeight);
52 for (int y = 100; y < kHeight; y += 200) {
72 static const int kHeight = 800; member in class:MegaLooperGM
/external/skia/bench/
H A DRectanizerBench.cpp31 static const int kHeight = 1024; member in class:RectanizerBench
79 fRectanizer.reset(SkNEW_ARGS(GrRectanizerPow2, (kWidth, kHeight)));
82 fRectanizer.reset(SkNEW_ARGS(GrRectanizerSkyline, (kWidth, kHeight)));
94 rand.nextRangeU(1, kHeight / 2));
97 GrNextPow2(rand.nextRangeU(1, kHeight / 2)));
H A DBitmapRectBench.cpp50 static const int kHeight = 128; member in class:BitmapRectBench
58 fBitmap.setInfo(SkImageInfo::MakeN32Premul(kWidth, kHeight));
76 fSrcR.iset(0, 0, kWidth, kHeight);
77 fDstR.iset(0, 0, kWidth, kHeight);
H A DTileBench.cpp38 static const int kHeight = 300; member in class:ConstXTileBench
51 bm.allocN32Pixels(kWidth, kHeight, true);
/external/webrtc/src/modules/audio_processing/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/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...]

Completed in 1917 milliseconds

12