HomeSort by relevance Sort by last modified time
    Searched refs:Sk4f_fromL32 (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkColor.cpp 111 return From4f(swizzle_rb_if_bgra(Sk4f_fromL32(c)));
SkPM4fPriv.h 28 static inline Sk4f Sk4f_fromL32(uint32_t px) {
SkLinearBitmapPipeline_sample.h 86 : Sk4f_fromL32(pixel));
120 : Sk4f_fromL32(pixel);
132 gammaType == kSRGB_SkGammaType ? Sk4f_fromS32(pixel) : Sk4f_fromL32(pixel));
    [all...]

Completed in 137 milliseconds