Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp162 bool notTooBig = fitInAtlas(width, height); in requestNewEntry() local
164 if (notTooBig && mRectanizer->addRect(width, height, &pos)) { in requestNewEntry()
196 if (notTooBig && mConsecutiveFailures <= MAX_CONSECUTIVE_FAILURES) { in requestNewEntry()