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

/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp187 bool yIsStretchable = (y0 == 0); local
231 for (j = yIsStretchable ? 1 : 0;
233 j++, yIsStretchable = !yIsStretchable) {
242 if (yIsStretchable) {

Completed in 40 milliseconds