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

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp160 inline static const SkPaint* nonAAPaint(const SkPaint* origPaint, SkPaint* tmpPaint) { function in namespace:android::uirenderer::skiapipeline
179 mRecorder.drawImage(image, left, top, nonAAPaint(paint, &tmpPaint));
193 mRecorder.drawImage(image, 0, 0, nonAAPaint(paint, &tmpPaint));
208 mRecorder.drawImageRect(image, srcRect, dstRect, nonAAPaint(paint, &tmpPaint));
240 mRecorder.drawImageLattice(image.get(), lattice, dst, nonAAPaint(paint, &tmpPaint));

Completed in 690 milliseconds