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

  /external/chromium_org/third_party/skia/tools/
picture_utils.cpp 49 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
  /external/skia/tools/
picture_utils.cpp 49 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 112 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),
chop_transparency_main.cpp 60 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
68 setup_bitmap(&dst, size.width(), size.height());
  /external/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 112 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),
chop_transparency_main.cpp 60 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
68 setup_bitmap(&dst, size.width(), size.height());
  /external/chromium_org/third_party/skia/tests/
PDFPrimitivesTest.cpp 245 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/
PDFPrimitivesTest.cpp 245 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/experimental/PdfViewer/src/
SkPdfRenderer.cpp 234 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color = SK_ColorWHITE) { function
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 234 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color = SK_ColorWHITE) { function
    [all...]
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 480 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);
    [all...]
  /external/skia/gm/
gmmain.cpp 480 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);
    [all...]

Completed in 1091 milliseconds