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

/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp590 SkPoint* texsPtr = texs; local
598 texsPtr->set(x, y);
599 texsPtr += 1;
602 texsPtr->set(w, y);
603 texsPtr += 1;
606 SkASSERT(texsPtr - texs == ptCount);

Completed in 24 milliseconds