Home
last modified time | relevance | path

Searched refs:kConvertTextToPaths_Flag (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/include/svg/
H A DSkSVGCanvas.h23 kConvertTextToPaths_Flag = 0x01, // emit text as <path>s enumerator
/aosp_15_r20/external/skia/tests/
H A DSVGDeviceTest.cpp414 check_text(SkSVGCanvas::kConvertTextToPaths_Flag, /*expect_path=*/true); in DEF_TEST()
/aosp_15_r20/external/skia/src/svg/
H A DSkSVGDevice.cpp1143 (fFlags & SkSVGCanvas::kConvertTextToPaths_Flag) || paint.getPathEffect(); in onDrawGlyphRunList()