Searched refs:ShouldDrawAsPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkStrikeSpec.cpp | 89 if (ShouldDrawAsPath(canonicalizedPaint, font, SkMatrix::I())) { in MakeCanonicalized() 115 bool SkStrikeSpec::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkStrikeSpec
|
D | SkStrikeSpec.h | 91 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
|
D | SkGlyphRunPainter.cpp | 102 if (SkStrikeSpec::ShouldDrawAsPath(paint, runFont, deviceMatrix)) { in drawForBitmapDevice()
|
/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()
|
/external/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 462 SkStrikeSpec::ShouldDrawAsPath(paint, SkFont(), SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 502 !SkStrikeSpec::ShouldDrawAsPath(SkPaint(), font, SkMatrix::I())); in make_blob_causing_fallback()
|