Lines Matching defs:width
1077 int32_t width = 0;
1081 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType);
1086 opt.size.width = width;
1095 uint64_t stride = static_cast<uint64_t>(width) << 2;
1115 size_t width = 0;
1119 bool isGetFavicon = nativeWebviewCtl->GetFavicon(&data, width, height, colorType, alphaType);
1124 opt.size.width = static_cast<int32_t>(width);
1133 uint64_t stride = static_cast<uint64_t>(width) << 2;