Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrikeSpec.cpp89 if (ShouldDrawAsPath(canonicalizedPaint, font, SkMatrix::I())) { in MakeCanonicalized()
115 bool SkStrikeSpec::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkStrikeSpec
DSkStrikeSpec.h91 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
DSkGlyphRunPainter.cpp102 if (SkStrikeSpec::ShouldDrawAsPath(paint, runFont, deviceMatrix)) { in drawForBitmapDevice()
/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()
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp462 SkStrikeSpec::ShouldDrawAsPath(paint, SkFont(), SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
502 !SkStrikeSpec::ShouldDrawAsPath(SkPaint(), font, SkMatrix::I())); in make_blob_causing_fallback()