Lines Matching refs:kTestPad
75 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/2.f) + 0.5f;
204 y += localRect.height() + kTestPad;
209 SkScalar midY = SkScalarFloorToScalar(drawRect.bottom() + kTestPad/2.f) + 0.5f;
219 inline static constexpr SkScalar kTestPad = 10.f;