Searched refs:appendLine (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkEdgeClipper.h | 50 void appendLine(SkPoint p0, SkPoint p1);
|
H A D | SkEdgeClipper.cpp | 56 this->appendLine(lines[i], lines[i + 1]); in clipLine() 455 void SkEdgeClipper::appendLine(SkPoint p0, SkPoint p1) { in appendLine() function in SkEdgeClipper
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 886 private static void appendLine(StringBuilder sb, String line) { in appendLine() method in LocaleMatcherTest.TestCase 895 appendLine(sb, supportedLine); in toString() 896 appendLine(sb, defaultLine); in toString() 897 appendLine(sb, distanceLine); in toString() 898 appendLine(sb, thresholdLine); in toString() 900 appendLine(sb, matchLine); in toString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 928 private static void appendLine(StringBuilder sb, String line) { in appendLine() method in LocaleMatcherTest.TestCase 937 appendLine(sb, supportedLine); in toString() 938 appendLine(sb, defaultLine); in toString() 939 appendLine(sb, distanceLine); in toString() 940 appendLine(sb, thresholdLine); in toString() 942 appendLine(sb, matchLine); in toString()
|
Completed in 9 milliseconds