HomeSort by relevance Sort by last modified time
    Searched refs:kPadX (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/gm/
shadertext2.cpp 104 static SkScalar kPadX = 1.5f * kPointSize;
136 canvas->translate(maxLabelW + kPadX / 2.f, 0.f);
183 canvas->translate(w + kPadX, 0.f);
187 canvas->translate(kPadX / 2, 0.f);
191 SkScalar fillX = -outlinePaint.measureText(kFillLabel, strlen(kFillLabel)) - kPadX;
192 SkScalar strokeX = kPadX;
complexclip2.cpp 72 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
98 static const int kPadX = 20;
150 canvas->translate(kPadX * SK_Scalar1 + (fWidth + kPadX * SK_Scalar1)*j,
drawbitmaprect.cpp 99 static const int kPadX = 30;
107 canvas->translate(SK_Scalar1 * kPadX / 2,
145 canvas->translate(dstRect.width() + SK_Scalar1 * kPadX, 0);
147 if ((dstRect.width() + kPadX) * rowCount > gSize) {
  /external/skia/gm/
shadertext2.cpp 104 static SkScalar kPadX = 1.5f * kPointSize;
136 canvas->translate(maxLabelW + kPadX / 2.f, 0.f);
183 canvas->translate(w + kPadX, 0.f);
187 canvas->translate(kPadX / 2, 0.f);
191 SkScalar fillX = -outlinePaint.measureText(kFillLabel, strlen(kFillLabel)) - kPadX;
192 SkScalar strokeX = kPadX;
complexclip2.cpp 72 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
98 static const int kPadX = 20;
150 canvas->translate(kPadX * SK_Scalar1 + (fWidth + kPadX * SK_Scalar1)*j,
drawbitmaprect.cpp 99 static const int kPadX = 30;
107 canvas->translate(SK_Scalar1 * kPadX / 2,
145 canvas->translate(dstRect.width() + SK_Scalar1 * kPadX, 0);
147 if ((dstRect.width() + kPadX) * rowCount > gSize) {
  /external/chromium_org/ui/gfx/
color_analysis.cc 170 const int kPadX = 1;
172 int x = kPadX +
173 (calls_ / kNumberOfClusters) * ((width - 2 * kPadX) / kNumberOfClusters);

Completed in 337 milliseconds