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

/frameworks/base/core/jni/android/graphics/
H A DCanvas.cpp621 SkPoint* texsPtr = texs; local
629 texsPtr->set(x, y);
630 texsPtr += 1;
633 texsPtr->set(w, y);
634 texsPtr += 1;
637 SkASSERT(texsPtr - texs == ptCount);

Completed in 58 milliseconds