Home | History | Annotate | Download | only in Intersection

Lines Matching refs:rectWidth

875 static void create_sweep(uint8_t* result, int pixelRow, int pixelCol, SkScalar rectWidth) {
877 SkRect refRect = {pixelCol / 2 - rectWidth / 2, 5,
878 pixelCol / 2 + rectWidth / 2, pixelRow / 2 - 5};
1002 void CreateSweep(SkBitmap* sweep, SkScalar rectWidth) {
1010 create_sweep((uint8_t*) pixels, pixelRow, pixelCol, rectWidth);