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

  /frameworks/base/libs/hwui/
DisplayListRenderer.h 243 SkPaint* paintCopy = mPaintMap.valueFor(paint);
244 if (paintCopy == NULL || paintCopy->getGenerationID() != paint->getGenerationID()) {
245 paintCopy = new SkPaint(*paint);
247 mPaintMap.replaceValueFor(paint, paintCopy);
248 mPaints.add(paintCopy);
251 return paintCopy;
TextDropShadowCache.cpp 177 SkPaint paintCopy(*paint);
178 paintCopy.setTextAlign(SkPaint::kLeft_Align);
179 FontRenderer::DropShadow shadow = mRenderer->renderDropShadow(&paintCopy, text, 0,
OpenGLRenderer.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 800 SkPaint paintCopy(*paint);
801 drawFilter->filter(&paintCopy, SkDrawFilter::kText_Type);
802 flags = paintCopy.getFlags();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]

Completed in 35 milliseconds