HomeSort by relevance Sort by last modified time
    Searched full:paint3 (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 233 GrPaint paint3; local
234 paint3.addColorEffect(pmToUPMEffect2);
235 context->drawRectToRect(paint3, kDstRect, kSrcRect);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 242 GrPaint paint3; local
243 paint3.addColorProcessor(pmToUPM2);
244 context->drawRectToRect(paint3, kDstRect, kSrcRect);
  /external/chromium_org/third_party/skia/gm/
gradients.cpp 392 SkPaint paint1, paint2, paint3; local
395 paint3.setStyle(SkPaint::kFill_Style);
427 paint3.setShader(radial2);
430 canvas->drawCircle(cx, cy, radius, paint3);
  /external/skia/gm/
gradients.cpp 396 SkPaint paint1, paint2, paint3; local
399 paint3.setStyle(SkPaint::kFill_Style);
431 paint3.setShader(radial2);
434 canvas->drawCircle(cx, cy, radius, paint3);

Completed in 192 milliseconds