Home
last modified time | relevance | path

Searched defs:atlas (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableAtlasTests.cpp29 VectorDrawableAtlas atlas(100 * 100); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
91 VectorDrawableAtlas atlas(100 * 100); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
115 VectorDrawableAtlas atlas(100 * 100); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/frameworks/base/libs/hwui/
DVectorDrawable.cpp489 void Tree::updateCache(sp<skiapipeline::VectorDrawableAtlas>& atlas, GrContext* context) { in updateCache()
529 sp<skiapipeline::VectorDrawableAtlas> atlas = mAtlas.promote(); in getSurface() local
DRecordingCanvas.cpp455 sk_sp<const SkImage> atlas; member
661 void DisplayListData::drawAtlas(const SkImage* atlas, const SkRSXform xforms[], const SkRect texs[], in drawAtlas()
971 void RecordingCanvas::onDrawAtlas(const SkImage* atlas, const SkRSXform xforms[], in onDrawAtlas()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp214 sp<VectorDrawableAtlas> atlas = mRenderThread.cacheManager().acquireVectorDrawableAtlas(); in renderVectorDrawableCache() local