Searched refs:drawForBitmapDevice (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkDraw_text.cpp | 109 glyphPainter->drawForBitmapDevice(glyphRunList, *fMatrix, this); in drawGlyphRunList()
|
D | SkGlyphRunPainter.h | 61 void drawForBitmapDevice(
|
D | SkOverdrawCanvas.cpp | 64 fPainter.drawForBitmapDevice(glyphRunList, fOverdrawCanvas->getTotalMatrix(), this); in drawGlyphRunList()
|
D | SkGlyphRunPainter.cpp | 158 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice() function in SkGlyphRunListPainter
|
/third_party/skia/src/core/ |
D | SkGlyphRunPainter.h | 83 void drawForBitmapDevice(
|
D | SkDraw_text.cpp | 137 glyphPainter->drawForBitmapDevice(glyphRunList, paint, fMatrixProvider->localToDevice(), this); in drawGlyphRunList()
|
D | SkOverdrawCanvas.cpp | 69 fPainter.drawForBitmapDevice(glyphRunList, paint, fOverdrawCanvas->getTotalMatrix(), this); in onDrawGlyphRunList()
|
D | SkGlyphRunPainter.cpp | 80 void SkGlyphRunListPainter::drawForBitmapDevice( in drawForBitmapDevice() function in SkGlyphRunListPainter
|