Searched refs:ShouldDrawAsPath (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphRunPainter.h | 81 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
|
D | SkGlyphRunPainter.cpp | 119 bool SkGlyphRunListPainter::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkGlyphRunListPainter 183 if (ShouldDrawAsPath(runPaint, runFont, deviceMatrix)) { in drawForBitmapDevice() 467 } else if (SkGlyphRunListPainter::ShouldDrawAsPath(runPaint, runFont, viewMatrix)) { in processGlyphRunList()
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.h | 117 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
|
D | SkGlyphRunPainter.cpp | 105 bool SkGlyphRunListPainter::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkGlyphRunListPainter 169 if (ShouldDrawAsPath(runPaint, runFont, deviceMatrix)) { in drawForBitmapDevice() 800 } else if (SkGlyphRunListPainter::ShouldDrawAsPath(runPaint, runFont, viewMatrix)) { in generateFromGlyphRunList() 932 if (SkGlyphRunListPainter::ShouldDrawAsPath(runPaint, glyphRun.font(), runMatrix)) { in processGlyphRun()
|