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

1 2 3 4 5 6

  /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);
52 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f);
67 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;
  /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)));
  /external/skqp/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);
52 SkRect rect = SkRect::MakeLTRB(0.f, 0.f, SkIntToScalar(kWidth), kHeight / 2.f);
67 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;

Completed in 347 milliseconds

1 2 3 4 5 6