Searched defs:SkGetR32Component (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFBitmap.cpp62 static U8CPU SkGetR32Component(uint32_t value, SkColorType ct) { function
76 rgb[0] = SkUnPreMultiply::ApplyScale(s, SkGetR32Component(color, ct));
107 r += SkGetR32Component(color, ct);
193 *dst++ = SkGetR32Component(color, colorType);
/external/skqp/src/pdf/
H A DSkPDFBitmap.cpp62 static U8CPU SkGetR32Component(uint32_t value, SkColorType ct) { function
76 rgb[0] = SkUnPreMultiply::ApplyScale(s, SkGetR32Component(color, ct));
107 r += SkGetR32Component(color, ct);
193 *dst++ = SkGetR32Component(color, colorType);

Completed in 50 milliseconds