Home
last modified time | relevance | path

Searched refs:bigBM (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/gm/
H A Dlazytiling.cpp111 SkBitmap bigBM; in create_bitmap() local
120 bigBM.allocPixels(bigInfo); in create_bitmap()
122 bigBM.eraseColor(SK_ColorBLACK); in create_bitmap()
126 size_t dstRB = bigBM.rowBytes(); in create_bitmap()
129 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, fullSize.height() - kTop - 1)); in create_bitmap()
136 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, kTop)); in create_bitmap()
141 bigBM.setAlphaType(kOpaque_SkAlphaType); in create_bitmap()
142 bigBM.setImmutable(); in create_bitmap()
145 return bigBM; in create_bitmap()

Completed in 2 milliseconds