Searched refs:skBitmap (Results 1 – 3 of 3) sorted by relevance
/external/skqp/gm/ |
D | composeshader.cpp | 245 SkBitmap skBitmap, skMask; variable 248 skBitmap.installPixels(imageInfo, dst32Storage.begin(), width * sizeof(int32_t), 253 sk_sp<SkImage> skSrc = SkImage::MakeFromBitmap(skBitmap);
|
/external/skia/gm/ |
D | composeshader.cpp | 267 SkBitmap skBitmap, skMask; local 270 skBitmap.installPixels(imageInfo, dst32Storage.begin(), width * sizeof(int32_t), 275 sk_sp<SkImage> skSrc = skBitmap.asImage();
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 625 SkBitmap* skBitmap, in Upsample() argument 708 skBitmap->installPixels(imageInfo, buffer, rowBytes); in Upsample() 1610 SkBitmap skBitmap; in CFX_SkiaDeviceDriver() local 1616 skBitmap.installPixels(imageInfo, pBitmap->GetBuffer(), pBitmap->GetPitch()); in CFX_SkiaDeviceDriver() 1617 m_pCanvas = new SkCanvas(skBitmap); in CFX_SkiaDeviceDriver() 2482 SkBitmap skBitmap; in StartDIBits() local 2484 if (!Upsample(pSource, dst8Storage, dst32Storage, &skBitmap, &width, &height, in StartDIBits() 2507 m_pBitmap->SetPixel(x, y, skBitmap.getColor(src.fX, src.fY)); in StartDIBits() 2511 m_pCanvas->drawBitmap(skBitmap, 0, 0, &paint); in StartDIBits() 2612 SkBitmap skBitmap, skMask; in DrawBitsWithMask() local [all …]
|