Home
last modified time | relevance | path

Searched refs:ShouldDrawAsPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkGlyphRunPainter.h81 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
DSkGlyphRunPainter.cpp119 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/
DSkGlyphRunPainter.h117 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
DSkGlyphRunPainter.cpp105 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()