/external/skqp/tests/ |
DeviceTest.cpp | 37 static const int kHeight = 90; 39 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight); 44 bm.tryAllocN32Pixels(kWidth, kHeight); 50 SkASSERT(kHeight == special->height()); 52 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset()); 59 SkASSERT(kHeight == special->height()); 61 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset()); 67 SkASSERT(2*kHeight == special->height()); 68 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset()); 79 static const int kHeight = 90 [all...] |
GpuRectanizerTest.cpp | 18 static const int kHeight = 1024; 23 REPORTER_ASSERT(reporter, kHeight == rectanizer->height()); 48 GrRectanizerSkyline skylineRectanizer(kWidth, kHeight); 55 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); 67 rand.nextRangeU(1, kHeight / 2)));
|
TextBlobCacheTest.cpp | 44 static const int kHeight = 768; 60 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, kN32_SkColorType, kPremul_SkAlphaType); 124 info = SkImageInfo::MakeN32Premul(kWidth, kHeight);
|
VkUploadPixelsTests.cpp | 60 const int kHeight = 16; 61 SkAutoTMalloc<GrColor> srcBuffer(kWidth*kHeight); 62 SkAutoTMalloc<GrColor> dstBuffer(kWidth*kHeight); 64 fill_pixel_data(kWidth, kHeight, srcBuffer.get()); 70 surfDesc.fHeight = kHeight; 83 SkImageInfo dstInfo = SkImageInfo::Make(kWidth, kHeight, ct, kOpaque_SkAlphaType); 90 kHeight)); 96 memset(dstBuffer, 0, kWidth*kHeight*sizeof(GrColor)); 114 SkImageInfo dstInfo = SkImageInfo::Make(kWidth, kHeight, ct, kOpaque_SkAlphaType); 121 kHeight)); [all...] |
/external/skia/bench/ |
BitmapRectBench.cpp | 49 static const int kHeight = 128; 57 fBitmap.setInfo(SkImageInfo::MakeN32Premul(kWidth, kHeight)); 75 fSrcR.iset(0, 0, kWidth, kHeight); 76 fDstR.iset(0, 0, kWidth, kHeight);
|
RectanizerBench.cpp | 31 static const int kHeight = 1024; 79 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); 82 fRectanizer.reset(new GrRectanizerSkyline(kWidth, kHeight)); 94 rand.nextRangeU(1, kHeight / 2)); 97 GrNextPow2(rand.nextRangeU(1, kHeight / 2)));
|
TileBench.cpp | 36 static const int kHeight = 300; 49 bm.allocN32Pixels(kWidth, kHeight, true);
|
/external/skia/gm/ |
bigblurs.cpp | 32 return SkISize::Make(kWidth, kHeight); 109 static constexpr int kHeight = 2 * (kLastEnum_SkBlurStyle + 1) * kCloseUpSize;
|
bigtileimagefilter.cpp | 43 return SkISize::Make(kWidth, kHeight); 57 const SkRect bound = SkRect::MakeIWH(kWidth, kHeight); 62 SkRect::MakeIWH(kWidth, kHeight), 98 static constexpr int kHeight = 512;
|
filterbug.cpp | 14 static const int kHeight = 27; 17 bm.allocN32Pixels(kWidth, kHeight);
|
manypaths.cpp | 35 static const int kHeight = 600; 42 return SkISize::Make(kWidth, kHeight); 52 SkScalar y = rand.nextF() * kHeight - 100;
|
stringart.cpp | 17 constexpr int kHeight = 440; 35 return SkISize::Make(kWidth, kHeight); 40 SkScalar size = SkIntToScalar(SkMin32(kWidth, kHeight)); 41 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight));
|
textblobrandomfont.cpp | 86 return SkISize::Make(kWidth, kHeight); 98 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, canvas->imageInfo().colorType(), 141 static constexpr int kHeight = 1600;
|
/external/skia/tests/ |
TextBlobCacheTest.cpp | 44 static const int kHeight = 768; 60 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, kN32_SkColorType, kPremul_SkAlphaType); 124 info = SkImageInfo::MakeN32Premul(kWidth, kHeight);
|
VkUploadPixelsTests.cpp | 60 const int kHeight = 16; 61 SkAutoTMalloc<GrColor> srcBuffer(kWidth*kHeight); 62 SkAutoTMalloc<GrColor> dstBuffer(kWidth*kHeight); 64 fill_pixel_data(kWidth, kHeight, srcBuffer.get()); 70 surfDesc.fHeight = kHeight; 83 SkImageInfo dstInfo = SkImageInfo::Make(kWidth, kHeight, ct, kOpaque_SkAlphaType); 90 kHeight)); 96 memset(dstBuffer, 0, kWidth*kHeight*sizeof(GrColor)); 114 SkImageInfo dstInfo = SkImageInfo::Make(kWidth, kHeight, ct, kOpaque_SkAlphaType); 121 kHeight)); [all...] |
/external/skqp/bench/ |
BitmapRectBench.cpp | 49 static const int kHeight = 128; 57 fBitmap.setInfo(SkImageInfo::MakeN32Premul(kWidth, kHeight)); 75 fSrcR.iset(0, 0, kWidth, kHeight); 76 fDstR.iset(0, 0, kWidth, kHeight);
|
RectanizerBench.cpp | 31 static const int kHeight = 1024; 79 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); 82 fRectanizer.reset(new GrRectanizerSkyline(kWidth, kHeight)); 94 rand.nextRangeU(1, kHeight / 2)); 97 GrNextPow2(rand.nextRangeU(1, kHeight / 2)));
|
TileBench.cpp | 36 static const int kHeight = 300; 49 bm.allocN32Pixels(kWidth, kHeight, true);
|
/external/skqp/gm/ |
bigblurs.cpp | 32 return SkISize::Make(kWidth, kHeight); 109 static constexpr int kHeight = 2 * (kLastEnum_SkBlurStyle + 1) * kCloseUpSize;
|
bigtileimagefilter.cpp | 43 return SkISize::Make(kWidth, kHeight); 57 const SkRect bound = SkRect::MakeIWH(kWidth, kHeight); 62 SkRect::MakeIWH(kWidth, kHeight), 98 static constexpr int kHeight = 512;
|
filterbug.cpp | 13 static const int kHeight = 27; 16 bm.allocN32Pixels(kWidth, kHeight);
|
manypaths.cpp | 35 static const int kHeight = 600; 42 return SkISize::Make(kWidth, kHeight); 52 SkScalar y = rand.nextF() * kHeight - 100;
|
stringart.cpp | 17 constexpr int kHeight = 440; 35 return SkISize::Make(kWidth, kHeight); 40 SkScalar size = SkIntToScalar(SkMin32(kWidth, kHeight)); 41 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight));
|
textblobrandomfont.cpp | 86 return SkISize::Make(kWidth, kHeight); 98 SkImageInfo info = SkImageInfo::Make(kWidth, kHeight, canvas->imageInfo().colorType(), 141 static constexpr int kHeight = 1600;
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
video_metrics_unittest.cc | 19 static const int kHeight = 288; 57 kWidth, kHeight, &psnr_result_)); 63 kWidth, kHeight, &ssim_result_)); 69 kWidth, kHeight, &psnr_result_, 79 video_file_.c_str(), kWidth, kHeight, 86 video_file_.c_str(), kWidth, kHeight, 93 video_file_.c_str(), kWidth, kHeight, 101 kWidth, kHeight, &ssim_result_)); 107 kWidth, kHeight, &ssim_result_)); 113 non_existing_file_.c_str(), kWidth, kHeight, [all...] |