/aosp12/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | TextAnimation.cpp | 38 TestUtils::drawUtf8ToCanvas(&canvas, "Test string", paint, 400, i * 100); in createContent() 45 TestUtils::drawUtf8ToCanvas(&canvas, "This is a neat circle of text!", paint, path); in createContent()
|
H A D | SaveLayer2Animation.cpp | 54 TestUtils::drawUtf8ToCanvas(&canvas, offscreen.c_str(), mBluePaint, bounds.fLeft, in createContent() 61 TestUtils::drawUtf8ToCanvas(&canvas, onscreen.c_str(), mGreenPaint, bounds.fLeft, in createContent()
|
H A D | StretchyListViewAnimation.cpp | 143 TestUtils::drawUtf8ToCanvas(&canvas, buf, textPaint, itemHeight, dp(25)); in createListItem() 146 TestUtils::drawUtf8ToCanvas(&canvas, "I have a hole punch", textPaint, itemHeight, in createListItem() 149 TestUtils::drawUtf8ToCanvas(&canvas, "This is some more text on the card", textPaint, in createListItem()
|
H A D | ListViewAnimation.cpp | 93 TestUtils::drawUtf8ToCanvas(&canvas, buf, textPaint, itemHeight, dp(25)); in createListItem() 95 TestUtils::drawUtf8ToCanvas(&canvas, "This is some more text on the card", textPaint, in createListItem()
|
H A D | GlyphStressAnimation.cpp | 55 TestUtils::drawUtf8ToCanvas(canvas.get(), text, paint, 0, 100 * (i + 2)); in doFrame()
|
H A D | ListOfFadedTextAnimation.cpp | 39 TestUtils::drawUtf8ToCanvas(&canvas, "not that long long text", textPaint, dp(10), dp(30)); in createListItem()
|
H A D | TvApp.cpp | 125 TestUtils::drawUtf8ToCanvas(&canvas, text, paint, 10, 30); in createInfoNode() 127 TestUtils::drawUtf8ToCanvas(&canvas, text2, paint, 10, 54); in createInfoNode()
|
H A D | MagnifierAnimation.cpp | 46 TestUtils::drawUtf8ToCanvas(&canvas, "Test string", paint, 10, 400); in createContent()
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.cpp | 81 void TestUtils::drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint, float x, in drawUtf8ToCanvas() function in android::uirenderer::TestUtils 92 void TestUtils::drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint, in drawUtf8ToCanvas() function in android::uirenderer::TestUtils
|
H A D | TestUtils.h | 273 static void drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint, float x, 276 static void drawUtf8ToCanvas(Canvas* canvas, const char* text, const Paint& paint,
|