Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBitmapDevice.cpp180 #define LOOP_TILER(code, boundsPtr) \ macro
361 LOOP_TILER( drawPoints(mode, count, pts, paint, nullptr), nullptr) in drawPoints()
365 LOOP_TILER( drawRect(r, paint), Bounder(r, paint)) in drawRect()
380 LOOP_TILER( drawRRect(rrect, paint), Bounder(rrect.getBounds(), paint)) in drawRRect()
413 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, sampling, paint), bounds) in drawBitmap()
543 LOOP_TILER( drawGlyphRunList(glyphRunList, paint, &fGlyphPainter), nullptr ) in onDrawGlyphRunList()
/third_party/flutter/skia/src/core/
DSkBitmapDevice.cpp180 #define LOOP_TILER(code, boundsPtr) \ macro
352 LOOP_TILER( drawPoints(mode, count, pts, paint, nullptr), nullptr) in drawPoints()
356 LOOP_TILER( drawRect(r, paint), Bounder(r, paint)) in drawRect()
376 LOOP_TILER( drawRRect(rrect, paint), Bounder(rrect.getBounds(), paint)) in drawRRect()
408 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, paint), bounds) in drawBitmap()
542 LOOP_TILER( drawGlyphRunList(glyphRunList, &fGlyphPainter), nullptr ) in drawGlyphRunList()