Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Ddrawbitmaprect.cpp95 SkBitmap tempBM; in makebm() local
97 image->asLegacyBitmap(&tempBM); in makebm()
100 tempBM.setImmutable(); in makebm()
101 *resultBM = tempBM; in makebm()
/third_party/skia/gm/
Ddrawbitmaprect.cpp96 SkBitmap tempBM; in makebm() local
98 image->asLegacyBitmap(&tempBM); in makebm()
101 tempBM.setImmutable(); in makebm()
102 *resultBM = tempBM; in makebm()