Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkStrikeSpec.cpp99 if (ShouldDrawAsPath(canonicalizedPaint, font, SkMatrix::I())) { in MakeCanonicalized()
120 bool SkStrikeSpec::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkStrikeSpec
DSkStrikeSpec.h97 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
DSkGlyphRunPainter.cpp101 if (SkStrikeSpec::ShouldDrawAsPath(paint, runFont, deviceMatrix)) { in drawForBitmapDevice()
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp471 SkStrikeSpec::ShouldDrawAsPath(paint, SkFont(), SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
511 !SkStrikeSpec::ShouldDrawAsPath(SkPaint(), font, SkMatrix::I())); in make_blob_causing_fallback()