Searched refs:isGraphemeBreak (Results 1 - 5 of 5) sorted by relevance

/frameworks/minikin/include/minikin/
H A DGraphemeBreak.h36 static bool isGraphemeBreak(const float* advances, const uint16_t* buf, size_t start,
/frameworks/minikin/tests/perftests/
H A DGraphemeBreak.cpp41 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex);
56 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex);
71 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex);
/frameworks/minikin/libs/minikin/
H A DMeasurement.cpp57 if (GraphemeBreak::isGraphemeBreak(
90 if (GraphemeBreak::isGraphemeBreak(advances, buf, start, count, i)) {
107 if (GraphemeBreak::isGraphemeBreak(advances, buf, start, count, i)) {
H A DGraphemeBreak.cpp59 bool GraphemeBreak::isGraphemeBreak(const float* advances, const uint16_t* buf, size_t start, function in class:minikin::GraphemeBreak
214 while (!isGraphemeBreak(advances, buf, start, count, offset)) {
224 while (!isGraphemeBreak(advances, buf, start, count, offset)) {
229 if (!isGraphemeBreak(advances, buf, start, count, offset)) {
/frameworks/minikin/tests/unittest/
H A DGraphemeBreakTests.cpp29 return GraphemeBreak::isGraphemeBreak(nullptr, buf, 0, size, offset);
38 return GraphemeBreak::isGraphemeBreak(advances, buf, 0, size, offset);
311 EXPECT_TRUE(GraphemeBreak::isGraphemeBreak(nullptr, string, 2, 3, 2));
312 EXPECT_FALSE(GraphemeBreak::isGraphemeBreak(nullptr, string, 2, 3, 3));
313 EXPECT_TRUE(GraphemeBreak::isGraphemeBreak(nullptr, string, 2, 3, 4));
314 EXPECT_TRUE(GraphemeBreak::isGraphemeBreak(nullptr, string, 2, 3, 5));

Completed in 71 milliseconds