Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DParagraph.h185 TextRange fClusterTextRange; member
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp8066 REPORTER_ASSERT(reporter, foundCluster && glyphInfo.fClusterTextRange.start == 0); in UNIX_ONLY_TEST()
8068 REPORTER_ASSERT(reporter, foundCluster && glyphInfo.fClusterTextRange.start == len / 2); in UNIX_ONLY_TEST()
8073 REPORTER_ASSERT(reporter, foundClosest && glyphInfo.fClusterTextRange.start == 0 && in UNIX_ONLY_TEST()
8074 glyphInfo.fClusterTextRange.end == 1); in UNIX_ONLY_TEST()
8076 REPORTER_ASSERT(reporter, foundClosest && glyphInfo.fClusterTextRange.start == 61 && in UNIX_ONLY_TEST()
8077 glyphInfo.fClusterTextRange.end == 62); in UNIX_ONLY_TEST()
8080 REPORTER_ASSERT(reporter, foundClosest && glyphInfo.fClusterTextRange.start == 228 && in UNIX_ONLY_TEST()
8081 glyphInfo.fClusterTextRange.end == 229); in UNIX_ONLY_TEST()
8228 REPORTER_ASSERT(reporter, glyphInfo.fClusterTextRange.start == 0); in UNIX_ONLY_TEST()
8229 REPORTER_ASSERT(reporter, glyphInfo.fClusterTextRange.end == len); in UNIX_ONLY_TEST()