Home
last modified time | relevance | path

Searched refs:nativeBitmap (Results 1 – 1 of 1) sorted by relevance

/external/neven/
DFaceDetector_jni.cpp213 SkBitmap const * nativeBitmap = in detect() local
223 SkAutoLockPixels alp(*nativeBitmap); in detect()
225 uint16_t const* src = (uint16_t const*)nativeBitmap->getPixels(); in detect()
226 int wpr = nativeBitmap->rowBytes() / 2; in detect()