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

  /external/skia/src/core/
SkDevice.h 381 void privateResize(int w, int h) {
SkBitmapDevice.cpp 132 this->privateResize(fBitmap.info().width(), fBitmap.info().height());
SkCanvas.cpp 66 this->privateResize(bounds.width(), bounds.height());
    [all...]
  /external/skqp/src/core/
SkDevice.h 381 void privateResize(int w, int h) {
SkBitmapDevice.cpp 132 this->privateResize(fBitmap.info().width(), fBitmap.info().height());
SkCanvas.cpp 66 this->privateResize(bounds.width(), bounds.height());
    [all...]

Completed in 4939 milliseconds