HomeSort by relevance Sort by last modified time
    Searched refs:skBitmap (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 20 #include "SkBitmap.h"
252 SkBitmap skBitmap;
253 GraphicsJNI::getSkBitmap(env, jbitmap, &skBitmap);
255 SkAutoLockPixels alp(skBitmap);
257 const int stride = skBitmap.width() * 4;
259 FPDF_BITMAP bitmap = FPDFBitmap_CreateEx(skBitmap.width(), skBitmap.height(),
260 FPDFBitmap_BGRA, skBitmap.getPixels(), stride);
283 skBitmap.notifyPixelsChanged()
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 5 #include "SkBitmap.h"
359 void Bitmap::getSkBitmap(SkBitmap* outBitmap) {
486 static FromColorProc ChooseFromColorProc(const SkBitmap& bitmap) {
504 int x, int y, int width, int height, const SkBitmap& dstBitmap) {
654 static ToColorProc ChooseToColorProc(const SkBitmap& src) {
728 SkBitmap bitmap;
747 SkBitmap src;
750 SkBitmap result;
762 SkBitmap src;
764 SkBitmap result
857 SkBitmap skbitmap; local
    [all...]

Completed in 579 milliseconds