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

  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 24 extern "C" SkBitmap* gDumpBitmap;
26 SkBitmap* gDumpBitmap = NULL;
40 if (NULL == gDumpBitmap || NULL == gDumpCanvas) {
52 if (gDumpBitmap->copyTo(&bitmap, SkBitmap::kARGB_8888_Config)) {
  /external/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 24 extern "C" SkBitmap* gDumpBitmap;
26 SkBitmap* gDumpBitmap = NULL;
40 if (NULL == gDumpBitmap || NULL == gDumpCanvas) {
52 if (gDumpBitmap->copyTo(&bitmap, SkBitmap::kARGB_8888_Config)) {

Completed in 480 milliseconds