/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | TextAnimation.cpp | 40 TestUtils::drawUtf8ToCanvas(&canvas, "Test string", paint, 400, i * 100); in createContent() 47 TestUtils::drawUtf8ToCanvas(&canvas, "This is a neat circle of text!", paint, path); in createContent()
|
H A D | SaveLayer2Animation.cpp | 55 TestUtils::drawUtf8ToCanvas(&canvas, offscreen.c_str(), mBluePaint, bounds.fLeft, in createContent() 62 TestUtils::drawUtf8ToCanvas(&canvas, onscreen.c_str(), mGreenPaint, bounds.fLeft, in createContent()
|
H A D | ListViewAnimation.cpp | 102 TestUtils::drawUtf8ToCanvas(&canvas, buf, textPaint, itemHeight, dp(25)); in createListItem() 104 TestUtils::drawUtf8ToCanvas(&canvas, "This is some more text on the card", textPaint, in createListItem()
|
H A D | StretchyListViewAnimation.cpp | 152 TestUtils::drawUtf8ToCanvas(&canvas, buf, textPaint, itemHeight, dp(25)); in createListItem() 155 TestUtils::drawUtf8ToCanvas(&canvas, "I have a hole punch", textPaint, itemHeight, in createListItem() 158 TestUtils::drawUtf8ToCanvas(&canvas, "This is some more text on the card", textPaint, in createListItem()
|
H A D | GlyphStressAnimation.cpp | 57 TestUtils::drawUtf8ToCanvas(canvas.get(), text, paint, 0, 100 * (i + 2)); in doFrame()
|
H A D | ListOfFadedTextAnimation.cpp | 40 TestUtils::drawUtf8ToCanvas(&canvas, "not that long long text", textPaint, dp(10), dp(30)); in createListItem()
|
H A D | TvApp.cpp | 130 TestUtils::drawUtf8ToCanvas(&canvas, text, paint, 10, 30); in createInfoNode() 132 TestUtils::drawUtf8ToCanvas(&canvas, text2, paint, 10, 54); in createInfoNode()
|
H A D | MagnifierAnimation.cpp | 84 TestUtils::drawUtf8ToCanvas(&canvas, "Test string", paint, 10, 400); in createContent()
|
/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.cpp | 87 void TestUtils::drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint, float x, in drawUtf8ToCanvas() function in android::uirenderer::TestUtils 98 void TestUtils::drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint, in drawUtf8ToCanvas() function in android::uirenderer::TestUtils
|
H A D | TestUtils.h | 286 static void drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint, float x, 289 static void drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint,
|