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 449 SkBitmap dstBitmap;
450 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
455 dstBitmap.allocPixels();
457 dstBitmap.setPixels(glyph.fImage);
460 // Scale unscaledBitmap into dstBitmap.
461 SkCanvas canvas(dstBitmap);
471 // Copy the A8 dstBitmap into the A1 glyph.fImage.
474 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes());
476 // Copy the A8 dstBitmap into the LCD16 glyph.fImage
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 449 SkBitmap dstBitmap;
450 dstBitmap.setInfo(SkImageInfo::Make(glyph.fWidth, glyph.fHeight,
455 dstBitmap.allocPixels();
457 dstBitmap.setPixels(glyph.fImage);
460 // Scale unscaledBitmap into dstBitmap.
461 SkCanvas canvas(dstBitmap);
471 // Copy the A8 dstBitmap into the A1 glyph.fImage.
474 packA8ToA1(dstMask, dstBitmap.getAddr8(0, 0), dstBitmap.rowBytes());
476 // Copy the A8 dstBitmap into the LCD16 glyph.fImage
    [all...]

Completed in 192 milliseconds