Home
last modified time | relevance | path

Searched refs:kTestPad (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Dtexelsubset.cpp75 int w = kTestPad + 2*kN*(kImageSize.width() + 2*kDrawPad + kTestPad);
76 int h = kTestPad + 2*kN*(kImageSize.height() + 2*kDrawPad + kTestPad);
138 SkScalar y = kDrawPad + kTestPad;
142 SkScalar x = kDrawPad + kTestPad;
175 x += localRect.width() + kTestPad;
195 SkScalarFloorToScalar(drawRect.right() + kTestPad/2.f) + 0.5f;
198 x += localRect.width() + kTestPad;
201 SkScalar midY = SkScalarFloorToScalar(drawRect.bottom() + kTestPad/
219 inline static constexpr SkScalar kTestPad = 10.f; global() member in skiagm::TexelSubset
[all...]
H A Dyuvtorgbsubset.cpp132 SkScalar y = kTestPad;
135 SkScalar x = kTestPad;
158 x += rect.width() + kTestPad;
161 y += rect.height() + kTestPad;
171 inline static constexpr SkScalar kTestPad = 10.f; member in skiagm::YUVtoRGBSubsetEffect

Completed in 2 milliseconds