Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkStrikeSpec.cpp89 if (ShouldDrawAsPath(canonicalizedPaint, font, SkMatrix::I())) { in MakeCanonicalized()
126 bool SkStrikeSpec::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkStrikeSpec
DSkStrikeSpec.h81 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
DSkGlyphRunPainter.cpp175 if (SkStrikeSpec::ShouldDrawAsPath(runPaint, runFont, deviceMatrix)) { in drawForBitmapDevice()
483 } else if (SkStrikeSpec::ShouldDrawAsPath(runPaint, runFont, viewMatrix)) { in processGlyphRunList()
/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.cpp463 SkStrikeSpec::ShouldDrawAsPath(paint, SkFont(), SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
503 !SkStrikeSpec::ShouldDrawAsPath(SkPaint(), font, SkMatrix::I())); in make_blob_causing_fallback()
/third_party/flutter/skia/tests/
DSkRemoteGlyphCacheTest.cpp445 SkStrikeSpec::ShouldDrawAsPath(paint, SkFont(), SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
486 !SkStrikeSpec::ShouldDrawAsPath(SkPaint(), font, SkMatrix::I())); in make_blob_causing_fallback()