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