Searched refs:clusterator (Results 1 – 4 of 4) sorted by relevance
405 SkClusterator clusterator(run); in DEF_TEST() local418 REPORTER_ASSERT(reporter, clusterator.next() == expectation); in DEF_TEST()428 SkClusterator clusterator(run); in DEF_TEST() local438 REPORTER_ASSERT(reporter, clusterator.next() == expectation); in DEF_TEST()
1088 SkClusterator clusterator(glyphRun); in internalDrawGlyphRun() local1129 if (clusterator.reversedChars()) { in internalDrawGlyphRun()1132 SK_AT_SCOPE_EXIT(if (clusterator.reversedChars()) { out->writeText("EMC\n"); } ); in internalDrawGlyphRun()1136 while (SkClusterator::Cluster c = clusterator.next()) { in internalDrawGlyphRun()
1101 SkClusterator clusterator(glyphRun); in internalDrawGlyphRun() local1142 if (clusterator.reversedChars()) { in internalDrawGlyphRun()1145 SK_AT_SCOPE_EXIT(if (clusterator.reversedChars()) { out->writeText("EMC\n"); } ); in internalDrawGlyphRun()1149 while (SkClusterator::Cluster c = clusterator.next()) { in internalDrawGlyphRun()