Home
last modified time | relevance | path

Searched refs:clusterator (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPDFPrimitivesTest.cpp405 SkClusterator clusterator(run); in DEF_TEST() local
418 REPORTER_ASSERT(reporter, clusterator.next() == expectation); in DEF_TEST()
428 SkClusterator clusterator(run); in DEF_TEST() local
438 REPORTER_ASSERT(reporter, clusterator.next() == expectation); in DEF_TEST()
/external/skqp/tests/
DPDFPrimitivesTest.cpp405 SkClusterator clusterator(run); in DEF_TEST() local
418 REPORTER_ASSERT(reporter, clusterator.next() == expectation); in DEF_TEST()
428 SkClusterator clusterator(run); in DEF_TEST() local
438 REPORTER_ASSERT(reporter, clusterator.next() == expectation); in DEF_TEST()
/external/skia/src/pdf/
DSkPDFDevice.cpp1088 SkClusterator clusterator(glyphRun); in internalDrawGlyphRun() local
1129 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()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1101 SkClusterator clusterator(glyphRun); in internalDrawGlyphRun() local
1142 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()