Searched refs:ShouldDrawTextAsPaths (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/core/ |
D | SkDraw_text.cpp | 16 bool SkDraw::ShouldDrawTextAsPaths(const SkFont& font, const SkPaint& paint, in ShouldDrawTextAsPaths() function in SkDraw
|
D | SkDraw.h | 125 static bool ShouldDrawTextAsPaths(const SkFont&, const SkPaint&, const SkMatrix&,
|
D | SkFont.cpp | 149 SkDraw::ShouldDrawTextAsPaths(font, fPaint, SkMatrix::I())) in SkCanonicalizeFont()
|
/external/skqp/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 405 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/ |
D | SkRemoteGlyphCacheTest.cpp | 595 REPORTER_ASSERT(reporter, !SkDraw::ShouldDrawTextAsPaths(font, SkPaint(), SkMatrix::I()));
|