• Home
  • Raw
  • Download

Lines Matching refs:looper

495         if (SkDrawLooper* looper = paint.getLooper()) {  in AutoDrawLooper()  local
497 looper->contextSize()); in AutoDrawLooper()
498 fLooperContext = looper->createContext(canvas, buffer); in AutoDrawLooper()
604 AutoDrawLooper looper(this, fProps, paint, skipLayerForFilter, bounds); \
605 while (looper.next(SkDrawFilter::kBitmap_Type)) { \
611 AutoDrawLooper looper(this, fProps, paint, true); \
612 while (looper.next(type)) { \
617 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
618 while (looper.next(type)) { \
623 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
624 while (looper.next(type)) { \
1390 paint = &looper.paint(); in internalDrawDevice()
2014 iter.fDevice->drawPaint(iter, looper.paint()); in internalDrawPaint()
2047 iter.fDevice->drawPoints(iter, mode, count, pts, looper.paint()); in onDrawPoints()
2072 iter.fDevice->drawRect(iter, r, looper.paint()); in onDrawRect()
2092 iter.fDevice->drawOval(iter, oval, looper.paint()); in onDrawOval()
2122 iter.fDevice->drawRRect(iter, rrect, looper.paint()); in onDrawRRect()
2142 iter.fDevice->drawDRRect(iter, outer, inner, looper.paint()); in onDrawDRRect()
2175 iter.fDevice->drawPath(iter, path, looper.paint()); in onDrawPath()
2238 const SkPaint& pnt = looper.paint(); in onDrawImage()
2277 iter.fDevice->drawImageRect(iter, image, src, dst, looper.paint(), constraint); in onDrawImageRect()
2322 const SkPaint& pnt = looper.paint(); in onDrawBitmap()
2330 iter.fDevice->drawBitmap(iter, bitmap, matrix, looper.paint()); in onDrawBitmap()
2361 iter.fDevice->drawBitmapRect(iter, bitmap, src, dst, looper.paint(), constraint); in internalDrawBitmapRect()
2393 iter.fDevice->drawImageNine(iter, image, center, dst, looper.paint()); in onDrawImageNine()
2419 iter.fDevice->drawBitmapNine(iter, bitmap, center, dst, looper.paint()); in onDrawBitmapNine()
2522 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in onDrawText()
2538 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in onDrawPosText()
2554 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in onDrawPosTextH()
2568 matrix, looper.paint()); in onDrawTextOnPath()
2596 SkDeviceFilteredPaint dfp(iter.fDevice, looper.paint()); in onDrawTextBlob()
2644 looper.paint()); in onDrawVertices()