Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp211 typedef SkTLazy<SkPaint> SkLazyPaint; typedef
374 static SkPaint* set_if_needed(SkLazyPaint* lazy, const SkPaint& orig) { in set_if_needed()
517 SkLazyPaint fLazyPaintInit; // base paint storage in case we need to modify it
518 SkLazyPaint fLazyPaintPerLooper; // per-draw-looper storage, so the looper can modify it
1064 SkLazyPaint lazyP; in internalSaveLayer()
2192 SkLazyPaint lazy; in onDrawImage()
2238 SkLazyPaint lazy; in onDrawImageRect()
2261 SkLazyPaint lazy; in onDrawBitmap()
2321 SkLazyPaint lazy; in internalDrawBitmapRect()
2354 SkLazyPaint lazy; in onDrawImageNine()
[all …]