Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DNinePatchImpl.cpp185 bool yIsStretchable = (y0 == 0); in NinePatch_Draw() local
229 for (j = yIsStretchable ? 1 : 0; in NinePatch_Draw()
231 j++, yIsStretchable = !yIsStretchable) { in NinePatch_Draw()
240 if (yIsStretchable) { in NinePatch_Draw()