Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDevice.h382 void privateResize(int w, int h) { in privateResize() function
DSkBitmapDevice.cpp128 this->privateResize(fBitmap.info().width(), fBitmap.info().height()); in replaceBitmapBackendForRasterSurface()
DSkCanvas.cpp65 this->privateResize(bounds.width(), bounds.height()); in resetForNextPicture()