HomeSort by relevance Sort by last modified time
    Searched refs:SkNx_cast (Results 26 - 42 of 42) sorted by null

12

  /external/skqp/src/core/
SkNx.h 358 AI static SkNx<N,Dst> SkNx_cast(const SkNx<N,Src>& v) {
359 return { SkNx_cast<Dst>(v.fLo), SkNx_cast<Dst>(v.fHi) };
362 AI static SkNx<1,Dst> SkNx_cast(const SkNx<1,Src>& v) {
413 SkNx_cast<uint8_t>(SkNx_join(SkNx_join(a,b), SkNx_join(c,d))).store(p);
SkMipMap.cpp 28 return SkNx_cast<uint16_t>(Sk4b::Load(&x));
32 SkNx_cast<uint8_t>(x).store(&r);
SkPixmap.cpp 330 SkNx_cast<uint8_t>(p4 * Sk4f(255) + Sk4f(0.5f)).store(&c);
SkMaskBlurFilter.cpp 337 auto v = SkNx_cast<uint16_t>(Sk8b::Load(from));
343 Sk8b b = SkNx_cast<uint8_t>(v >> 8);
    [all...]
SkCanvas.cpp 615 SkNx_cast<float>(Sk4i::Load(&bounds.fLeft) + Sk4i(-1,-1,1,1)).store(&dst.fLeft);
    [all...]
  /external/skia/src/opts/
SkXfermode_opts.h 256 return SkNx_cast<float>(Sk4b::Load(&c)) * Sk4f(1.0f/255);
261 SkNx_cast<uint8_t>(f * Sk4f(255) + Sk4f(0.5f)).store(&c);
  /external/skqp/src/opts/
SkXfermode_opts.h 256 return SkNx_cast<float>(Sk4b::Load(&c)) * Sk4f(1.0f/255);
261 SkNx_cast<uint8_t>(f * Sk4f(255) + Sk4f(0.5f)).store(&c);
  /external/skia/samplecode/
SamplePathText.cpp 404 const Sk4i ipart = SkNx_cast<int>(t);
405 const Sk4f fpart = t - SkNx_cast<float>(ipart);
  /external/skia/src/utils/
SkPatchUtils.cpp 225 return From4f(swizzle_rb(SkNx_cast<float>(Sk4b::Load(&c)) * (1/255.0f)));
234 SkNx_cast<uint8_t>(swizzle_rb(this->to4f()) * Sk4f(255) + Sk4f(0.5f)).store(&color);
  /external/skqp/samplecode/
SamplePathText.cpp 404 const Sk4i ipart = SkNx_cast<int>(t);
405 const Sk4f fpart = t - SkNx_cast<float>(ipart);
  /external/skqp/src/utils/
SkPatchUtils.cpp 225 return From4f(swizzle_rb(SkNx_cast<float>(Sk4b::Load(&c)) * (1/255.0f)));
234 SkNx_cast<uint8_t>(swizzle_rb(this->to4f()) * Sk4f(255) + Sk4f(0.5f)).store(&color);
  /external/skia/src/core/
SkMipMap.cpp 29 return SkNx_cast<uint16_t>(Sk4b::Load(&x));
33 SkNx_cast<uint8_t>(x).store(&r);
SkPixmap.cpp 343 SkNx_cast<uint8_t>(p4 * Sk4f(255) + Sk4f(0.5f)).store(&c);
SkMaskBlurFilter.cpp 337 auto v = SkNx_cast<uint16_t>(Sk8b::Load(from));
343 Sk8b b = SkNx_cast<uint8_t>(v >> 8);
    [all...]
SkCanvas.cpp 615 SkNx_cast<float>(Sk4i::Load(&bounds.fLeft) + Sk4i(-1,-1,1,1)).store(&dst.fLeft);
    [all...]
  /external/skia/src/shaders/gradients/
SkGradientShader.cpp 542 auto rgb = SkNx_cast<float>(rgb255) * (1/255.0f);
    [all...]
  /external/skqp/src/shaders/gradients/
SkGradientShader.cpp 523 auto rgb = SkNx_cast<float>(rgb255) * (1/255.0f);
    [all...]

Completed in 1428 milliseconds

12