HomeSort by relevance Sort by last modified time
    Searched refs: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 105 sk_tools::setup_bitmap(&bitmap, width, height);
230 sk_tools::setup_bitmap(&bitmap, size.width(), size.height());
316 setup_bitmap(*out, fPicture->width(), fPicture->height());
348 setup_bitmap(*out, fPicture->width(), fPicture->height());
541 setup_bitmap(*out, fPicture->width(), fPicture->height());
542 setup_bitmap(&bitmap, fTileWidth, fTileHeight);
624 setup_bitmap(&bitmap, SkScalarFloorToInt(fRects[0].width()), SkScalarFloorToInt(fRects[0].height()));
721 setup_bitmap(*out, fPicture->width(), fPicture->height());
  /external/skia/tests/
PDFPrimitivesTest.cpp 244 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/gm/
gmmain.cpp 429 static void setup_bitmap(const ConfigData& gRec, SkISize& size, function in class:GMMain
515 setup_bitmap(gRec, size, bitmap);
555 setup_bitmap(gRec, size, bitmap);
566 setup_bitmap(gRec, tileSize, &tileBM);
    [all...]

Completed in 513 milliseconds