Home
last modified time | relevance | path

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

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