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

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

Completed in 78 milliseconds