Searched refs:setup_bitmap (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dpicture_utils.h39 void setup_bitmap(SkBitmap* bitmap, int width, int height);
H A Dpicture_utils.cpp49 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
H A DPictureRenderer.cpp126 sk_tools::setup_bitmap(&bitmap, width, height);
283 setup_bitmap(&bitmap, size.width(), size.height());
392 setup_bitmap(*out, fPicture->width(), fPicture->height());
427 setup_bitmap(*out, fPicture->width(), fPicture->height());
639 setup_bitmap(*out, fPicture->width(), fPicture->height());
640 setup_bitmap(&bitmap, fTileWidth, fTileHeight);
727 setup_bitmap(&bitmap, SkScalarFloorToInt(fRects[0].width()), SkScalarFloorToInt(fRects[0].height()));
839 setup_bitmap(*out, fPicture->width(), fPicture->height());
/external/skia/tools/
H A Dpicture_utils.h39 void setup_bitmap(SkBitmap* bitmap, int width, int height);
H A Dpicture_utils.cpp49 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
H A DPictureRenderer.cpp126 sk_tools::setup_bitmap(&bitmap, width, height);
283 setup_bitmap(&bitmap, size.width(), size.height());
392 setup_bitmap(*out, fPicture->width(), fPicture->height());
427 setup_bitmap(*out, fPicture->width(), fPicture->height());
639 setup_bitmap(*out, fPicture->width(), fPicture->height());
640 setup_bitmap(&bitmap, fTileWidth, fTileHeight);
727 setup_bitmap(&bitmap, SkScalarFloorToInt(fRects[0].width()), SkScalarFloorToInt(fRects[0].height()));
839 setup_bitmap(*out, fPicture->width(), fPicture->height());
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp60 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
68 setup_bitmap(&dst, size.width(), size.height());
H A Dpdf_viewer_main.cpp112 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color) { function
158 setup_bitmap(&bitmap, 3 * (int)SkScalarToDouble(width), 3 * (int)SkScalarToDouble(height),
161 setup_bitmap(&bitmap, (int)SkScalarToDouble(width), (int)SkScalarToDouble(height),
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp60 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
68 setup_bitmap(&dst, size.width(), size.height());
H A Dpdf_viewer_main.cpp112 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color) { function
158 setup_bitmap(&bitmap, 3 * (int)SkScalarToDouble(width), 3 * (int)SkScalarToDouble(height),
161 setup_bitmap(&bitmap, (int)SkScalarToDouble(width), (int)SkScalarToDouble(height),
/external/chromium_org/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp245 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
273 setup_bitmap(&bitmap, 1, 1);
290 setup_bitmap(&bitmap, 10, 10);
305 setup_bitmap(&bitmap, 32, 32);
/external/skia/tests/
H A DPDFPrimitivesTest.cpp245 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
273 setup_bitmap(&bitmap, 1, 1);
290 setup_bitmap(&bitmap, 10, 10);
305 setup_bitmap(&bitmap, 32, 32);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp480 static void setup_bitmap(const ConfigData& gRec, SkISize& size, function in class:GMMain
566 setup_bitmap(gRec, size, bitmap);
609 setup_bitmap(gRec, size, bitmap);
620 setup_bitmap(gRec, tileSize, &tileBM);
1185 setup_bitmap(gRec, size, &bitmap);
1228 setup_bitmap(gRec, size, &bitmap);
/external/skia/gm/
H A Dgmmain.cpp480 static void setup_bitmap(const ConfigData& gRec, SkISize& size, function in class:GMMain
566 setup_bitmap(gRec, size, bitmap);
609 setup_bitmap(gRec, size, bitmap);
620 setup_bitmap(gRec, tileSize, &tileBM);
1185 setup_bitmap(gRec, size, &bitmap);
1228 setup_bitmap(gRec, size, &bitmap);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp234 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color = SK_ColorWHITE) { function
2909 setup_bitmap(output, SkScalarCeilToInt(width), SkScalarCeilToInt(height));
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp234 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color = SK_ColorWHITE) { function
2909 setup_bitmap(output, SkScalarCeilToInt(width), SkScalarCeilToInt(height));

Completed in 384 milliseconds