Searched refs:kPadY (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dshadertext2.cpp115 static SkScalar kPadY = 0.5f * kPointSize; local
137 canvas->translate(0, kPadY / 2 + kPointSize);
144 canvas->translate(0.f, 2 * kPointSize + 2.5f * kPadY);
159 canvas->translate(0, kPadY / 2 + kPointSize);
160 columnH += kPadY / 2 + kPointSize;
177 canvas->translate(0.f, kPointSize + kPadY);
178 columnH += kPointSize + kPadY;
187 canvas->translate(0.f, kPointSize + kPadY);
188 columnH += kPointSize + kPadY;
194 canvas->drawLine(0.f, -kPadY,
[all...]
H A Dcomplexclip2.cpp62 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
88 static const int kPadY = 20; member in class:skiagm::ComplexClip2GM
120 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
H A Ddrawbitmaprect.cpp104 static const int kPadY = 40; local
112 SK_Scalar1 * kPadY / 2);
123 canvas->translate(0, SK_Scalar1 * kPadY / 2 + titleHeight);
153 canvas->translate(0, dstRect.height() + SK_Scalar1 * kPadY);

Completed in 106 milliseconds