Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp54 skiaDL->appendVD(nullptr); in TEST()
114 skiaDL.appendVD(&vectorDrawable); in TEST()
160 skiaDL.appendVD(&cleanVD); in RENDERTHREAD_SKIA_PIPELINE_TEST()
173 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_SKIA_PIPELINE_TEST()
230 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_SKIA_PIPELINE_TEST()
254 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_SKIA_PIPELINE_TEST()
274 skiaDL.appendVD(&dirtyVD, translate); in RENDERTHREAD_SKIA_PIPELINE_TEST()
296 skiaDL.appendVD(&dirtyVD, translate); in RENDERTHREAD_SKIA_PIPELINE_TEST()
318 skiaDL.appendVD(&dirtyVD, rotate); in RENDERTHREAD_SKIA_PIPELINE_TEST()
334 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h160 void appendVD(VectorDrawableRoot* r) { in appendVD() function
161 appendVD(r, SkMatrix::I()); in appendVD()
164 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD() function
DSkiaRecordingCanvas.cpp169 mDisplayList->appendVD(tree, mat); in drawVectorDrawable()