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

  /external/skia/tools/
picture_utils.h 44 void setup_bitmap(SkBitmap* bitmap, int width, int height);
picture_utils.cpp 88 void setup_bitmap(SkBitmap* bitmap, int width, int height) { function in namespace:sk_tools
PictureRenderer.cpp 139 sk_tools::setup_bitmap(&bitmap, width, height);
278 sk_tools::setup_bitmap(&bitmap, size.width(), size.height());
375 setup_bitmap(*out, fPicture->width(), fPicture->height());
407 setup_bitmap(*out, fPicture->width(), fPicture->height());
611 setup_bitmap(*out, fPicture->width(), fPicture->height());
612 setup_bitmap(&bitmap, fTileWidth, fTileHeight);
696 setup_bitmap(&bitmap, SkScalarFloorToInt(fRects[0].width()), SkScalarFloorToInt(fRects[0].height()));
795 setup_bitmap(*out, fPicture->width(), fPicture->height());
  /external/skia/tests/
PDFPrimitivesTest.cpp 246 static void setup_bitmap(SkBitmap* bitmap, int width, int height) { function
275 setup_bitmap(&bitmap, 1, 1);
292 setup_bitmap(&bitmap, 10, 10);
307 setup_bitmap(&bitmap, 32, 32);
  /external/skia/gm/
gmmain.cpp 455 static void setup_bitmap(const ConfigData& gRec, SkISize& size, function in class:GMMain
541 setup_bitmap(gRec, size, bitmap);
581 setup_bitmap(gRec, size, bitmap);
592 setup_bitmap(gRec, tileSize, &tileBM);
    [all...]

Completed in 228 milliseconds