Home
last modified time | relevance | path

Searched refs:setScaledSize (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp436 mStagingProperties.setScaledSize(scaledWidth, scaledHeight); in draw()
H A DVectorDrawable.h589 void setScaledSize(int width, int height) { in setScaledSize() function
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp1195 vectorDrawable->mutateStagingProperties()->setScaledSize(CANVAS_WIDTH / 10, CANVAS_HEIGHT / 10); in RENDERTHREAD_SKIA_PIPELINE_TEST()