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

/frameworks/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp606 SkPoint* texsPtr = texs; local
614 texsPtr->set(x, y);
615 texsPtr += 1;
618 texsPtr->set(w, y);
619 texsPtr += 1;
622 SkASSERT(texsPtr - texs == ptCount);

Completed in 22 milliseconds