Searched defs:kTestPad (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dtexturedomaineffect.cpp40 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; member in class:skiagm::TextureDomainEffect
162 const SkScalar TextureDomainEffect::kTestPad = 10.f; member in class:skiagm::TextureDomainEffect
H A Dyuvtorgbeffect.cpp95 static const SkScalar kTestPad = 10.f; variable
104 SkScalar y = kDrawPad + kTestPad + space * kColorSpaceOffset;
105 SkScalar x = kDrawPad + kTestPad;
124 x += renderRect.width() + kTestPad;
/external/skia/gm/
H A Dtexturedomaineffect.cpp98 static const SkScalar kTestPad = 10.f; variable
119 SkScalar y = kDrawPad + kTestPad;
122 SkScalar x = kDrawPad + kTestPad;
142 x += renderRect.width() + kTestPad;
144 y += renderRect.height() + kTestPad;

Completed in 88 milliseconds