HomeSort by relevance Sort by last modified time
    Searched refs:kDrawPad (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
yuvtorgbeffect.cpp 104 constexpr SkScalar kDrawPad = 10.f;
112 renderRect.outset(kDrawPad, kDrawPad);
114 SkScalar y = kDrawPad + kTestPad + space * kColorSpaceOffset;
115 SkScalar x = kDrawPad + kTestPad;
237 constexpr SkScalar kDrawPad = 10.f;
245 renderRect.outset(kDrawPad, kDrawPad);
247 SkScalar y = kDrawPad + kTestPad + space * kColorSpaceOffset;
248 SkScalar x = kDrawPad + kTestPad
    [all...]
texturedomaineffect.cpp 39 const SkScalar canvasWidth = kDrawPad +
40 (kTargetWidth + 2 * kDrawPad) * GrTextureDomain::kModeCount +
114 renderRect.outset(kDrawPad, kDrawPad);
116 SkScalar y = kDrawPad + kTestPad;
119 SkScalar x = kDrawPad + kTestPad;
149 static constexpr SkScalar kDrawPad = 10.f;

Completed in 282 milliseconds