Home
last modified time | relevance | path

Searched refs:SkLazyPaint (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkCanvas.cpp142 typedef SkTLazy<SkPaint> SkLazyPaint; typedef
385 static SkPaint* set_if_needed(SkLazyPaint* lazy, const SkPaint& orig) { in set_if_needed()
540 SkLazyPaint fLazyPaintInit; // base paint storage in case we need to modify it
541 SkLazyPaint fLazyPaintPerLooper; // per-draw-looper storage, so the looper can modify it
2216 SkLazyPaint lazy; in onDrawImage()
2268 SkLazyPaint lazy; in onDrawImageRect()
2291 SkLazyPaint lazy; in onDrawBitmap()
2352 SkLazyPaint lazy; in internalDrawBitmapRect()
2385 SkLazyPaint lazy; in onDrawImageNine()
2411 SkLazyPaint lazy; in onDrawBitmapNine()
[all …]