Searched refs:writeX (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | WritePixelsTest.cpp | 204 const SkBitmap& bitmap, int writeX, int writeY) { in check_write() argument 230 SkIRect writeRect = SkIRect::MakeXYWH(writeX, writeY, bitmap.width(), bitmap.height()); in check_write() 235 int bx = cx - writeX; in check_write()
|
/third_party/flutter/skia/tests/ |
D | WritePixelsTest.cpp | 204 const SkBitmap& bitmap, int writeX, int writeY) { in check_write() argument 230 SkIRect writeRect = SkIRect::MakeXYWH(writeX, writeY, bitmap.width(), bitmap.height()); in check_write() 235 int bx = cx - writeX; in check_write()
|