HomeSort by relevance Sort by last modified time
    Searched refs:tempBM (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
drawbitmaprect.cpp 80 SkBitmap tempBM;
82 image->asLegacyBitmap(&tempBM);
85 tempBM.setImmutable();
86 *resultBM = tempBM;
  /external/skqp/gm/
drawbitmaprect.cpp 80 SkBitmap tempBM;
82 image->asLegacyBitmap(&tempBM, SkImage::kRO_LegacyBitmapMode);
85 tempBM.setImmutable();
86 *resultBM = tempBM;

Completed in 85 milliseconds