Home
last modified time | relevance | path

Searched refs:newCodepoints (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DTypefaceTest.cpp345 std::unique_ptr<SkUnichar[]> newCodepoints(new SkUnichar[codepointCount]); in DEF_TEST() local
346 SkFontPriv::GlyphsToUnichars(font, glyphs.get(), codepointCount, newCodepoints.get()); in DEF_TEST()
354 0xFFFF < originalCodepoints[i] && newCodepoints[i] == 0) in DEF_TEST()
361 REPORTER_ASSERT(reporter, originalCodepoints[i] == newCodepoints[i], in DEF_TEST()
363 originalCodepoints[i], newCodepoints[i], glyphs[i]); in DEF_TEST()
/third_party/skia/tests/
DTypefaceTest.cpp544 std::unique_ptr<SkUnichar[]> newCodepoints(new SkUnichar[codepointCount]); in DEF_TEST() local
545 SkFontPriv::GlyphsToUnichars(font, glyphs.get(), codepointCount, newCodepoints.get()); in DEF_TEST()
553 0xFFFF < originalCodepoints[i] && newCodepoints[i] == 0) in DEF_TEST()
560 REPORTER_ASSERT(reporter, originalCodepoints[i] == newCodepoints[i], in DEF_TEST()
562 originalCodepoints[i], newCodepoints[i], glyphs[i]); in DEF_TEST()