Home | History | Annotate | Download | only in gm

Lines Matching refs:kPointSize

68         static const int kPointSize = 55;
96 makebm(&bmp, SkBitmap::kARGB_8888_Config, kPointSize / 2, kPointSize / 2);
104 fillPaint.setTextSize(SkIntToScalar(kPointSize));
110 outlinePaint.setTextSize(SkIntToScalar(kPointSize));
115 static SkScalar kPadY = 0.5f * kPointSize;
116 static SkScalar kPadX = 1.5f * kPointSize;
120 strokePaint.setStrokeWidth(kPointSize * 0.1f);
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;
172 1.2f * w, 2.f * kPointSize),
177 canvas->translate(0.f, kPointSize + kPadY);
178 columnH += kPointSize + kPadY;
187 canvas->translate(0.f, kPointSize + kPadY);
188 columnH += kPointSize + kPadY;