Searched defs:itemWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapFillrate.cpp58 int itemWidth = 2 * width / 3; local
60 auto card = TestUtils::createNode(left, top, left + itemWidth , top + itemHeight,
61 [this, itemWidth, itemHeight, color](RenderProperties& props, Canvas& canvas) {
62 sk_sp<Bitmap> bitmap = mAllocator(itemWidth, itemHeight, kRGBA_8888_SkColorType,

Completed in 42 milliseconds