Searched refs:ShouldDrawAsPath (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkStrikeSpec.cpp | 99 if (ShouldDrawAsPath(canonicalizedPaint, font, SkMatrix::I())) { in MakeCanonicalized() 120 bool SkStrikeSpec::ShouldDrawAsPath( in ShouldDrawAsPath() function in SkStrikeSpec
|
D | SkStrikeSpec.h | 97 static bool ShouldDrawAsPath(const SkPaint& paint, const SkFont& font, const SkMatrix& matrix);
|
D | SkGlyphRunPainter.cpp | 101 if (SkStrikeSpec::ShouldDrawAsPath(paint, runFont, deviceMatrix)) { in drawForBitmapDevice()
|
/third_party/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 471 SkStrikeSpec::ShouldDrawAsPath(paint, SkFont(), SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 511 !SkStrikeSpec::ShouldDrawAsPath(SkPaint(), font, SkMatrix::I())); in make_blob_causing_fallback()
|