HomeSort by relevance Sort by last modified time
    Searched defs:premultiply (Results 1 - 5 of 5) sorted by null

  /external/skia/src/codec/
SkSwizzler.cpp 820 const bool premultiply = (SkEncodedInfo::kOpaque_Alpha != encodedInfo.alpha()) && local
872 if (premultiply) {
    [all...]
SkPngCodec.cpp 267 // Contents depend on tableColorType and our choice of if/when to premultiply:
275 bool premultiply = needs_premul(dstInfo.alphaType(), this->getEncodedInfo().alpha()); local
279 PackColorProc proc = choose_pack_color_proc(premultiply, tableColorType);
    [all...]
  /external/skqp/src/codec/
SkSwizzler.cpp 820 const bool premultiply = (SkEncodedInfo::kOpaque_Alpha != encodedInfo.alpha()) && local
872 if (premultiply) {
    [all...]
SkPngCodec.cpp 267 // Contents depend on tableColorType and our choice of if/when to premultiply:
275 bool premultiply = needs_premul(dstInfo.alphaType(), this->getEncodedInfo().alpha()); local
279 PackColorProc proc = choose_pack_color_proc(premultiply, tableColorType);
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-sunxi/
display2.h 43 u32 premultiply; member in struct:de_bld

Completed in 4301 milliseconds