Searched refs:allocN32Pixels (Results 276 - 300 of 395) sorted by relevance

<<111213141516

/external/chromium_org/third_party/skia/tests/
H A DSkResourceCacheTest.cpp33 bitmap.allocN32Pixels(kBitmapSize, kBitmapSize);
/external/chromium_org/ui/gfx/image/
H A Dimage_unittest_util.cc57 bitmap.allocN32Pixels(width, height);
H A Dimage_skia_operations.cc41 bitmap.allocN32Pixels(pixel_size.width(), pixel_size.height());
167 alpha.allocN32Pixels(image_rep.pixel_width(),
/external/chromium_org/ui/message_center/views/
H A Dmessage_view.cc36 bitmap.allocN32Pixels(width, height);
/external/chromium_org/ui/views/controls/button/
H A Dimage_button_unittest.cc15 bitmap.allocN32Pixels(width, height);
/external/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp113 bitmap->allocN32Pixels(width, height);
/external/skia/experimental/nanomsg/
H A Dpicture_demo.cpp195 bitmap.allocN32Pixels(1000, 1000);
/external/skia/gm/
H A Dbitmapscroll.cpp29 bitmap->allocN32Pixels(quarterWidth*4, quarterHeight*4);
H A Dimagefiltersgraph.cpp97 fBitmap.allocN32Pixels(100, 100);
H A Dpictureshader.cpp40 fBitmap.allocN32Pixels(SkScalarRoundToInt(tileSize), SkScalarRoundToInt(tileSize));
H A Dshadertext.cpp15 bm->allocN32Pixels(w, h);
/external/skia/samplecode/
H A DSampleAARects.cpp17 bitmap.allocN32Pixels(n, n);
H A DSampleDither.cpp73 bm->allocN32Pixels(100, 100);
H A DSampleEncode.cpp35 device.allocN32Pixels(width, height);
H A DSamplePath.cpp76 bitmap.allocN32Pixels(300, 200);
H A DSampleShaderText.cpp14 bm->allocN32Pixels(w, h);
H A DSampleVertices.cpp33 bm.allocN32Pixels(size->fX, size->fY);
/external/skia/src/core/
H A DSkPictureShader.cpp88 if (!bm.allocN32Pixels(tileSize.width(), tileSize.height())) {
/external/skia/tests/
H A DClipperTest.cpp16 bm.allocN32Pixels(4, 4);
H A DDrawPathTest.cpp109 bm.allocN32Pixels(2700, 30*1024);
H A DGradientTest.cpp145 outBitmap.allocN32Pixels(10, 1);
H A DKtxTest.cpp31 bool pixelsAllocated = bm8888.allocN32Pixels(128, 128);
H A DLayerDrawLooperTest.cpp24 bm.allocN32Pixels(w, h);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc492 bitmap.allocN32Pixels(video_frame->visible_rect().width(),
642 bitmap->allocN32Pixels(copy_size.width(), copy_size.height());
/external/chromium_org/ui/gfx/
H A Dcanvas.cc128 result.allocN32Pixels(size.width(), size.height());
150 dots->allocN32Pixels(col_pixels, row_pixels);

Completed in 300 milliseconds

<<111213141516