Home
last modified time | relevance | path

Searched refs:make_nopixels (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkCanvas.cpp558 static SkBitmap make_nopixels(int width, int height) { in make_nopixels() function
567 : INHERITED(make_nopixels(bounds.width(), bounds.height())) in SkNoPixelsBitmapDevice()