Home
last modified time | relevance | path

Searched refs:fitInAtlas (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.h187 inline bool fitInAtlas(int width, int height) { in fitInAtlas() function
DVectorDrawableAtlas.cpp110 if (!fitInAtlas(currentVDRect.width(), currentVDRect.height())) { in repack()
163 bool notTooBig = fitInAtlas(width, height); in requestNewEntry()