Searched refs:subW (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DBitmapCopyTest.cpp389 int subW = 2; local
396 src.setConfig(gPairs[i].fConfig, 2 * subW + 1, subH);
398 src.setConfig(gPairs[i].fConfig, subW, subH);
414 r.set(1, 0, 1 + subW, subH); // 2x2 extracted bitmap
429 SkBitmap::ComputeRowBytes(src.config(), subW) * 2;
437 Coordinates coords(subW * subH);
438 for (int x = 0; x < subW; ++x)
441 int index = y * subW + x;
455 bufBm.setConfig(gPairs[i].fConfig, subW, subH,
456 SkBitmap::ComputeRowBytes(subset.config(), subW) *
[all...]

Completed in 56 milliseconds