Home
last modified time | relevance | path

Searched refs:ShouldDrawTextAsPaths (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/core/
DSkDraw_text.cpp16 bool SkDraw::ShouldDrawTextAsPaths(const SkFont& font, const SkPaint& paint, in ShouldDrawTextAsPaths() function in SkDraw
DSkDraw.h125 static bool ShouldDrawTextAsPaths(const SkFont&, const SkPaint&, const SkMatrix&,
DSkFont.cpp149 SkDraw::ShouldDrawTextAsPaths(font, fPaint, SkMatrix::I())) in SkCanonicalizeFont()
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp405 REPORTER_ASSERT(reporter, SkDraw::ShouldDrawTextAsPaths(SkFont(), paint, SkMatrix::I())); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
445 REPORTER_ASSERT(reporter, !SkDraw::ShouldDrawTextAsPaths(font, SkPaint(), SkMatrix::I())); in make_blob_causing_fallback()
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp595 REPORTER_ASSERT(reporter, !SkDraw::ShouldDrawTextAsPaths(font, SkPaint(), SkMatrix::I()));