HomeSort by relevance Sort by last modified time
    Searched defs:kHeight (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/libvpx/libvpx/test/
active_map_test.cc 25 static const int kHeight = 144;
56 map.rows = (kHeight + 15) / 16;
64 map.rows = (kHeight + 15) / 16;
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30, 1,
  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.h 31 kHeight = 0,
small_glyph_metrics.h 31 kHeight = 0,
  /external/skia/gm/
blurquickreject.cpp 30 return SkISize::Make(kWidth, kHeight);
77 static constexpr int kHeight = 300;
blurredclippedcircle.cpp 33 return SkISize::Make(kWidth, kHeight);
48 SkIntToScalar(kWidth), SkIntToScalar(kHeight));
86 static constexpr int kHeight = 802;
glyph_pos_align.cpp 16 constexpr int kHeight = 600;
22 DEF_SIMPLE_GM_BG(glyph_pos_align, canvas, kWidth, kHeight, SK_ColorBLACK) {
27 const SkPoint pts[] = {{0, 0}, {kWidth, kHeight}};
lcdoverlap.cpp 22 constexpr int kHeight = 750;
51 SkISize onISize() override { return SkISize::Make(kWidth, kHeight); }
80 SkScalar offsetY = kHeight / 4.0f;
stlouisarch.cpp 22 SkISize onISize() override { return SkISize::Make((int)kWidth, (int)kHeight); }
28 bigQuad->quadTo(kWidth/2, kHeight, kWidth, 0);
33 SkScalar yPos = kHeight / 2 + 10;
42 bigCubic->cubicTo(0, kHeight,
43 kWidth, kHeight,
49 SkScalar yPos = kHeight / 2;
59 bigConic->conicTo(kWidth/2, kHeight, kWidth, 0, .5);
64 SkScalar yPos = kHeight / 2 - 10;
73 canvas->translate(0, -kHeight);
86 const SkScalar kHeight = 256
    [all...]
textblobblockreordering.cpp 47 return SkISize::Make(kWidth, kHeight);
83 static constexpr int kHeight = 200;
textblobcolortrans.cpp 60 return SkISize::Make(kWidth, kHeight);
80 for (int y = 0; y + SkScalarFloorToInt(bounds.height()) < kHeight;
94 static constexpr int kHeight = 1600;
textblobgeometrychange.cpp 28 return SkISize::Make(kWidth, kHeight);
55 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f);
70 static constexpr int kHeight = 200;
textblobtransforms.cpp 61 return SkISize::Make(kWidth, kHeight);
165 static constexpr int kHeight = 1200;
textblobuseaftergpufree.cpp 30 return SkISize::Make(kWidth, kHeight);
54 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f);
67 static constexpr int kHeight = 200;
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));
  /external/skia/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)));
VkUploadPixelsTests.cpp 57 const int kHeight = 16;
58 SkAutoTMalloc<GrColor> srcBuffer(kWidth*kHeight);
59 SkAutoTMalloc<GrColor> dstBuffer(kWidth*kHeight);
61 fill_pixel_data(kWidth, kHeight, srcBuffer.get());
67 surfDesc.fHeight = kHeight;
82 SkImageInfo dstInfo = SkImageInfo::Make(kWidth, kHeight, ct, kOpaque_SkAlphaType);
89 kHeight));
95 memset(dstBuffer, 0, kWidth*kHeight*sizeof(GrColor));
116 SkImageInfo dstInfo = SkImageInfo::Make(kWidth, kHeight, ct, kOpaque_SkAlphaType);
123 kHeight));
    [all...]
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);
  /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);

Completed in 465 milliseconds

1 2 3 4