HomeSort by relevance Sort by last modified time
    Searched defs:dstBitmap (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameImage2D.java 171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config);
172 Canvas canvas = new Canvas(dstBitmap);
181 dstImage.setBitmap(dstBitmap);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 453 SkBitmap dstBitmap;
454 dstBitmap.setConfig(SkBitmapConfig_for_SkMaskFormat(maskFormat),
457 dstBitmap.allocPixels();
459 dstBitmap.setPixels(glyph.fImage);
462 // Scale unscaledBitmap into dstBitmap.
463 SkCanvas canvas(dstBitmap);
473 // Copy the A8 dstBitmap into the A1 glyph.fImage.
476 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes());
478 // Copy the A8 dstBitmap into the LCD16 glyph.fImage
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 464 SkBitmap dstBitmap;
465 dstBitmap.setConfig(SkBitmapConfig_for_SkMaskFormat(maskFormat),
468 dstBitmap.allocPixels();
470 dstBitmap.setPixels(glyph.fImage);
473 // Scale unscaledBitmap into dstBitmap.
474 SkCanvas canvas(dstBitmap);
484 // Copy the A8 dstBitmap into the A1 glyph.fImage.
487 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes());
489 // Copy the A8 dstBitmap into the LCD16 glyph.fImage
    [all...]

Completed in 350 milliseconds