Home | History | Annotate | Download | only in core

Lines Matching refs:config8888

114                                   SkCanvas::Config8888 config8888) {
134 SkCopyBitmapToConfig8888(bmpPixels, bitmap.rowBytes(), config8888, subset);
140 SkCanvas::Config8888 config8888) {
145 // check whether we have to handle a config8888 that doesn't match SkPMColor
147 SkCanvas::kNative_Premul_Config8888 != config8888 &&
148 kPMColorAlias != config8888) {
150 // We're going to have to convert from a config8888 to the native config
177 // copy pixels to dstBmp and convert from config8888 to native config.
184 config8888);