/external/pdfium/core/src/fxcrt/ |
fx_basic_memmgr_unittest.cpp | 15 const size_t kWidth = 640; 16 const size_t kOverflowIntAlloc2D = kMaxIntAlloc / kWidth + 10; 41 EXPECT_DEATH_IF_SUPPORTED((void)FX_Alloc2D(int, kWidth, kOverflowIntAlloc2D),
|
/external/skia/tests/ |
ARGBImageEncoderTest.cpp | 23 const int kWidth = 3; 26 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel 39 bitmap.allocPixels(SkImageInfo::Make(kWidth, kHeight, gColorTypes[ctIndex], 46 canvas.drawIRect(SkIRect::MakeLTRB(0, 0, kWidth, 1), paint); 48 canvas.drawIRect(SkIRect::MakeLTRB(0, 1, kWidth, 2), paint);
|
GpuRectanizerTest.cpp | 17 static const int kWidth = 1024; 22 REPORTER_ASSERT(reporter, kWidth == rectanizer->width()); 48 GrRectanizerSkyline skylineRectanizer(kWidth, kHeight); 55 GrRectanizerPow2 pow2Rectanizer(kWidth, kHeight); 66 rects.push(SkISize::Make(rand.nextRangeU(1, kWidth / 2),
|
RecordReplaceDrawTest.cpp | 22 static const int kWidth = 100; 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); 98 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight)); 103 canvas->drawRect(SkRect::MakeWH(SkIntToScalar(kWidth / 2), SkIntToScalar(kHeight / 2)), 116 SkIRect::MakeWH(kWidth, kHeight) [all...] |
/external/libvpx/libvpx/test/ |
active_map_test.cc | 24 static const int kWidth = 208; 53 map.cols = (kWidth + 15) / 16; 61 map.cols = (kWidth + 15) / 16; 80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
big_glyph_metrics.h | 32 kWidth = 1,
|
small_glyph_metrics.h | 32 kWidth = 1,
|
/external/skia/gm/ |
bigtileimagefilter.cpp | 43 return SkISize::Make(kWidth, kHeight); 57 SkRect bound = SkRect::MakeWH(SkIntToScalar(kWidth), SkIntToScalar(kHeight)); 61 SkRect::MakeWH(SkIntToScalar(kWidth), SkIntToScalar(kHeight)), 94 static const int kWidth = 512;
|
blurquickreject.cpp | 30 return SkISize::Make(kWidth, kHeight); 77 static const int kWidth = 300;
|
blurredclippedcircle.cpp | 31 return SkISize::Make(kWidth, kHeight); 46 SkIntToScalar(kWidth), SkIntToScalar(kHeight)); 83 static const int kWidth = 1164;
|
glyph_pos_align.cpp | 15 static const int kWidth = 480; 22 DEF_SIMPLE_GM_BG(glyph_pos_align, canvas, kWidth, kHeight, SK_ColorBLACK) { 27 const SkPoint pts[] = {{0, 0}, {kWidth, kHeight}};
|
lcdoverlap.cpp | 20 static const int kWidth = 750; 50 SkISize onISize() override { return SkISize::Make(kWidth, kHeight); } 80 SkScalar offsetX = kWidth / 4.0f;
|
selftest.cpp | 21 const static int kWidth = 300; 29 SkISize onISize() { return SkISize::Make(kWidth, kHeight); } 35 canvas->drawRectCoords(0, 0, SkIntToScalar(kWidth), SkIntToScalar(kHeight), paint);
|
stlouisarch.cpp | 22 SkISize onISize() override { return SkISize::Make((int)kWidth, (int)kHeight); } 28 bigQuad->quadTo(kWidth/2, kHeight, kWidth, 0); 35 degenBigQuad->quadTo(0, yPos, kWidth, yPos); 43 kWidth, kHeight, 44 kWidth, 0); 53 kWidth, yPos); 59 bigConic->conicTo(kWidth/2, kHeight, kWidth, 0, .5); 66 degenBigConic->conicTo(0, yPos, kWidth, yPos, .5) [all...] |
stringart.cpp | 14 static const int kWidth = 640; 32 return SkISize::Make(kWidth, kHeight); 37 SkScalar size = SkIntToScalar(SkMin32(kWidth, kHeight)); 38 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight));
|
textblobblockreordering.cpp | 46 return SkISize::Make(kWidth, kHeight); 82 static const int kWidth = 275;
|
textblobcolortrans.cpp | 59 return SkISize::Make(kWidth, kHeight); 92 static const int kWidth = 675;
|
textblobgeometrychange.cpp | 27 return SkISize::Make(kWidth, kHeight); 52 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f); 72 static const int kWidth = 200;
|
textblobtransforms.cpp | 60 return SkISize::Make(kWidth, kHeight); 163 static const int kWidth = 1000;
|
textblobuseaftergpufree.cpp | 29 return SkISize::Make(kWidth, kHeight); 53 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f); 65 static const int kWidth = 200;
|
bigblurs.cpp | 31 return SkISize::Make(kWidth, kHeight); 108 static const int kWidth = 5 * kCloseUpSize;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
active_map_test.cc | 24 static const int kWidth = 208; 53 map.cols = (kWidth + 15) / 16; 61 map.cols = (kWidth + 15) / 16; 80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
|
/external/skia/bench/ |
BitmapRectBench.cpp | 49 static const int kWidth = 128; 58 fBitmap.setInfo(SkImageInfo::MakeN32Premul(kWidth, kHeight)); 76 fSrcR.iset(0, 0, kWidth, kHeight); 77 fDstR.iset(0, 0, kWidth, kHeight); 85 fDstR.fRight += SK_Scalar1 / (kWidth * 60);
|
RectanizerBench.cpp | 30 static const int kWidth = 1024; 79 fRectanizer.reset(new GrRectanizerPow2(kWidth, kHeight)); 82 fRectanizer.reset(new GrRectanizerSkyline(kWidth, kHeight)); 93 size = SkISize::Make(rand.nextRangeU(1, kWidth / 2), 96 size = SkISize::Make(GrNextPow2(rand.nextRangeU(1, kWidth / 2)),
|
TileBench.cpp | 37 static const int kWidth = 1; 51 bm.allocN32Pixels(kWidth, kHeight, true);
|