Searched refs:outRowBytes (Results 1 – 2 of 2) sorted by relevance
86 static SkImageInfo getBitmapInfo(JNIEnv*, jobject bitmap, uint32_t* outRowBytes,
249 SkImageInfo GraphicsJNI::getBitmapInfo(JNIEnv* env, jobject bitmap, uint32_t* outRowBytes, in getBitmapInfo() argument256 if (outRowBytes) { in getBitmapInfo()257 *outRowBytes = localBitmap->rowBytes(); in getBitmapInfo()