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

/frameworks/av/include/media/
H A DLinearMap.h288 // vArray: the v axis samples.
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, argument
316 diff = v - vArray[current];
332 int32_t vStep = vArray[previous] - vArray[current]; // positive
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h288 // vArray: the v axis samples.
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, argument
316 diff = v - vArray[current];
332 int32_t vStep = vArray[previous] - vArray[current]; // positive
/frameworks/base/libs/hwui/
H A DSkiaCanvasProxy.cpp193 const float* vArray = (const float*)vertices->positions(); local
196 mCanvas->drawVertices(vertices->mode(), floatCount, vArray, tArray, cArray,

Completed in 66 milliseconds