Searched defs:texsPtr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp611 SkPoint* texsPtr = texs; local
619 texsPtr->set(x, y);
620 texsPtr += 1;
623 texsPtr->set(w, y);
624 texsPtr += 1;
627 SkASSERT(texsPtr - texs == ptCount);

Completed in 37 milliseconds