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

/external/skia/src/core/
H A DSkCanvas.cpp142 typedef SkTLazy<SkPaint> SkLazyPaint; typedef
385 static SkPaint* set_if_needed(SkLazyPaint* lazy, const SkPaint& orig) {
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;
2268 SkLazyPaint lazy;
2291 SkLazyPaint lazy;
2352 SkLazyPaint lazy;
2385 SkLazyPaint lazy;
2411 SkLazyPaint laz
[all...]

Completed in 53 milliseconds