Lines Matching refs:ubyte4
218 ubyte4 color) { in allocateAndFillSourceBuffer()
325 auto generator = [=](Point) { return ubyte4(r, g, b, a); }; in expectBufferColor()
329 using ColorGenerator = std::function<ubyte4(Point location)>;
355 const ubyte4 colors = generator(location); in expectBufferColor()
381 auto generator = [=](Point) { return ubyte4(0, 0, 0, a); }; in expectAlpha()
389 const ShadowSettings& shadow, const ubyte4& casterColor, in expectShadowColor()
390 const ubyte4& backgroundColor) { in expectShadowColor()
430 const ubyte4& backgroundColor) { in expectShadowColorWithoutCaster()
588 const ubyte4& casterColor, const ubyte4& backgroundColor);
591 const ubyte4& backgroundColor);
951 unordered_map<ui::Dataspace, ubyte4> dataspaceToColorMap; in fillBufferColorTransformAndSourceDataspace()
997 unordered_map<ui::Dataspace, ubyte4> dataspaceToColorMap; in fillBufferColorTransformAndOutputDataspace()
1325 const ShadowSettings& shadow, const ubyte4& casterColor, in drawShadow()
1326 const ubyte4& backgroundColor) { in drawShadow()
1363 const ubyte4& backgroundColor) { in drawShadowWithoutCaster()
1505 return ubyte4(static_cast<uint8_t>(targetRGB.r), static_cast<uint8_t>(targetRGB.g), in tonemap()
1569 const ubyte4 backgroundColor(static_cast<uint8_t>(255), static_cast<uint8_t>(255), in TEST_P()
2092 const ubyte4 backgroundColor(static_cast<uint8_t>(255), static_cast<uint8_t>(255), in TEST_P()
2110 const ubyte4 casterColor(static_cast<uint8_t>(255), static_cast<uint8_t>(0), in TEST_P()
2112 const ubyte4 backgroundColor(static_cast<uint8_t>(255), static_cast<uint8_t>(255), in TEST_P()
2133 const ubyte4 casterColor(static_cast<uint8_t>(255), static_cast<uint8_t>(0), in TEST_P()
2135 const ubyte4 backgroundColor(static_cast<uint8_t>(255), static_cast<uint8_t>(255), in TEST_P()
2157 const ubyte4 casterColor(static_cast<uint8_t>(255), static_cast<uint8_t>(0), in TEST_P()
2159 const ubyte4 backgroundColor(static_cast<uint8_t>(255), static_cast<uint8_t>(255), in TEST_P()
2182 const ubyte4 casterColor(static_cast<uint8_t>(255), static_cast<uint8_t>(0), in TEST_P()
2184 const ubyte4 backgroundColor(static_cast<uint8_t>(255), static_cast<uint8_t>(255), in TEST_P()
2208 const ubyte4 casterColor(255, 0, 0, 255); in TEST_P()
2209 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_P()
2555 const auto greenBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 255, 0, 255)); in TEST_P()
2556 const auto blueBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 0, 255, 255)); in TEST_P()
2557 const auto redBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(255, 0, 0, 255)); in TEST_P()
2633 const auto greenBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 255, 0, 255)); in TEST_P()
2634 const auto blueBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 0, 255, 255)); in TEST_P()
2635 const auto redBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(255, 0, 0, 255)); in TEST_P()
2712 const auto greenBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 255, 0, 255)); in TEST_P()
2713 const auto blueBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 0, 255, 255)); in TEST_P()
2714 const auto redBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(255, 0, 0, 255)); in TEST_P()
2776 const auto greenBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 255, 0, 255)); in TEST_P()
2777 const auto blueBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 0, 255, 255)); in TEST_P()
2778 const auto redBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(255, 0, 0, 255)); in TEST_P()
2833 const auto greenBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 255, 0, 255)); in TEST_P()
2834 const auto blueBuffer = allocateAndFillSourceBuffer(1, 1, ubyte4(0, 0, 255, 255)); in TEST_P()
2986 const auto greenBuffer = allocateAndFillSourceBuffer(2, 1, ubyte4(0, 255, 0, 255)); in TEST_P()
3051 const auto redBuffer = allocateAndFillSourceBuffer(2, 1, ubyte4(255, 0, 0, 255)); in TEST_P()
3119 const auto redBuffer = allocateAndFillSourceBuffer(2, 1, ubyte4(255, 0, 0, 255)); in TEST_P()