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

  /external/chromium_org/third_party/skia/gm/
yuvtorgbeffect.cpp 95 static const SkScalar kTestPad = 10.f;
104 SkScalar y = kDrawPad + kTestPad + space * kColorSpaceOffset;
105 SkScalar x = kDrawPad + kTestPad;
124 x += renderRect.width() + kTestPad;
texturedomaineffect.cpp 40 kTestPad * GrTextureDomain::kModeCount;
119 SkScalar y = kDrawPad + kTestPad;
122 SkScalar x = kDrawPad + kTestPad;
142 x += renderRect.width() + kTestPad;
144 y += renderRect.height() + kTestPad;
152 static const SkScalar kTestPad;
162 const SkScalar TextureDomainEffect::kTestPad = 10.f;

Completed in 27 milliseconds