Searched refs:paint2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dsamplerstress.cpp127 SkPaint paint2; local
128 paint2.setColor(SK_ColorBLACK);
129 paint2.setAntiAlias(true);
130 paint2.setTextSize(72);
131 paint2.setStyle(SkPaint::kStroke_Style);
132 paint2.setStrokeWidth(1);
135 paint2);
137 paint2.setColor(SK_ColorGRAY);
139 canvas->drawPath(path, paint2);
H A Dgradients.cpp396 SkPaint paint1, paint2, paint3; local
398 paint2.setStyle(SkPaint::kFill_Style);
430 paint2.setShader(radial1);
435 canvas->drawCircle(cx, cy, radius, paint2);
/external/skia/gm/
H A Dsamplerstress.cpp127 SkPaint paint2; local
128 paint2.setColor(SK_ColorBLACK);
129 paint2.setAntiAlias(true);
130 paint2.setTextSize(72);
131 paint2.setStyle(SkPaint::kStroke_Style);
132 paint2.setStrokeWidth(1);
135 paint2);
137 paint2.setColor(SK_ColorGRAY);
139 canvas->drawPath(path, paint2);
H A Dgradients.cpp396 SkPaint paint1, paint2, paint3; local
398 paint2.setStyle(SkPaint::kFill_Style);
430 paint2.setShader(radial1);
435 canvas->drawCircle(cx, cy, radius, paint2);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp228 GrPaint paint2; local
229 paint2.addColorEffect(upmToPMEffect);
230 context->drawRectToRect(paint2, kDstRect, kSrcRect);
/external/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp228 GrPaint paint2; local
229 paint2.addColorEffect(upmToPMEffect);
230 context->drawRectToRect(paint2, kDstRect, kSrcRect);
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp293 SkPaint paint2; local
294 paint2.unflatten(reader);
295 REPORTER_ASSERT(reporter, paint2 == paint);
/external/skia/tests/
H A DPaintTest.cpp293 SkPaint paint2; local
294 paint2.unflatten(reader);
295 REPORTER_ASSERT(reporter, paint2 == paint);

Completed in 125 milliseconds