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

  /external/skia/gm/
samplerstress.cpp 131 SkPaint paint2; local
132 paint2.setColor(SK_ColorBLACK);
133 paint2.setAntiAlias(true);
134 paint2.setTextSize(72);
135 paint2.setStyle(SkPaint::kStroke_Style);
136 paint2.setStrokeWidth(1);
139 paint2);
141 paint2.setColor(SK_ColorGRAY);
143 canvas->drawPath(path, paint2);
gradients.cpp 377 SkPaint paint1, paint2, paint3; local
379 paint2.setStyle(SkPaint::kFill_Style);
411 paint2.setShader(radial1);
416 canvas->drawCircle(cx, cy, radius, paint2);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 384 Paint paint2 = new Paint(); local
385 paint2.setColor(color);
386 paint2.setStrokeWidth(6);
387 paint2.setXfermode(new PorterDuffXfermode(mode));
410 canvas.drawPath(gHistoPath, paint2);
411 paint2.setStrokeWidth(2);
412 paint2.setStyle(Paint.Style.STROKE);
413 paint2.setARGB(255, 200, 200, 200);
414 canvas.drawPath(gHistoPath, paint2);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 228 GrPaint paint2; local
229 paint2.addColorEffect(upmToPMEffect);
230 context->drawRectToRect(paint2, kDstRect, kSrcRect);
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 228 GrPaint paint2; local
229 paint2.addColorEffect(upmToPMEffect);
230 context->drawRectToRect(paint2, kDstRect, kSrcRect);

Completed in 496 milliseconds