Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkImage.cpp159 src = SkRect::MakeIWH(this->width(), this->height()); in onNewImage()
/external/skia/samplecode/
DSampleFilterQuality.cpp123 SkRect r = SkRect::MakeIWH(width, height); in draw_box_frame()
/external/skia/include/core/
DSkRect.h411 static SkRect SK_WARN_UNUSED_RESULT MakeIWH(int w, int h) { in MakeIWH() function
/external/skia/dm/
DDMSrcSink.cpp518 SkRect bounds = SkRect::MakeIWH(srcW, srcH); in auto_compute_translate()
/external/skia/src/core/
DSkDraw.cpp1303 const SkRect srcBounds = SkRect::MakeIWH(bitmap.width(), bitmap.height()); in drawBitmap()