Searched refs:tempBM (Results 1 - 1 of 1) sorted by last modified time

/external/skia/gm/
H A Ddrawbitmaprect.cpp86 SkBitmap tempBM; local
88 image->asLegacyBitmap(&tempBM, SkImage::kRO_LegacyBitmapMode);
91 tempBM.setImmutable();
92 *resultBM = tempBM;

Completed in 70 milliseconds