• Home
  • Raw
  • Download

Lines Matching refs:looper

419         if (SkDrawLooper* looper = paint.getLooper()) {  in AutoDrawLooper()  local
420 fLooperContext = looper->makeContext(canvas, &fAlloc); in AutoDrawLooper()
501 AutoDrawLooper looper(this, paint, skipLayerForFilter, bounds); \
502 while (looper.next()) { \
508 AutoDrawLooper looper(this, paint, true); \
509 while (looper.next()) { \
514 AutoDrawLooper looper(this, paint, false, bounds); \
515 while (looper.next()) { \
520 AutoDrawLooper looper(this, paint, false, bounds); \
521 while (looper.next()) { \
1297 paint = &looper.paint(); in internalDrawDevice()
2024 iter.fDevice->drawPaint(looper.paint()); in internalDrawPaint()
2060 iter.fDevice->drawPoints(mode, count, pts, looper.paint()); in onDrawPoints()
2084 iter.fDevice->drawRect(r, looper.paint()); in onDrawRect()
2123 iter.fDevice->drawRegion(region, looper.paint()); in onDrawRegion()
2141 iter.fDevice->drawOval(oval, looper.paint()); in onDrawOval()
2162 iter.fDevice->drawArc(oval, startAngle, sweepAngle, useCenter, looper.paint()); in onDrawArc()
2189 iter.fDevice->drawRRect(rrect, looper.paint()); in onDrawRRect()
2206 iter.fDevice->drawDRRect(outer, inner, looper.paint()); in onDrawDRRect()
2235 iter.fDevice->drawPath(path, looper.paint()); in onDrawPath()
2308 const SkPaint& pnt = looper.paint(); in onDrawImage()
2343 iter.fDevice->drawImageRect(image, src, dst, looper.paint(), constraint); in onDrawImageRect()
2384 const SkPaint& pnt = looper.paint(); in onDrawBitmap()
2393 iter.fDevice->drawBitmap(bitmap, x, y, looper.paint()); in onDrawBitmap()
2423 iter.fDevice->drawBitmapRect(bitmap, src, dst, looper.paint(), constraint); in internalDrawBitmapRect()
2451 iter.fDevice->drawImageNine(image, center, dst, looper.paint()); in onDrawImageNine()
2474 iter.fDevice->drawBitmapNine(bitmap, center, dst, looper.paint()); in onDrawBitmapNine()
2496 iter.fDevice->drawImageLattice(image, lattice, dst, looper.paint()); in onDrawImageLattice()
2528 iter.fDevice->drawBitmapLattice(bitmap, lattice, dst, looper.paint()); in onDrawBitmapLattice()
2552 fScratchGlyphRunBuilder->drawTextBlob(looper.paint(), *blob, {x, y}, iter.fDevice); in onDrawTextBlob()
2582 iter.fDevice->drawVertices(vertices, bones, boneCount, bmode, looper.paint()); in onDrawVerticesObject()