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

/external/skia/src/pdf/
H A DSkPDFBitmap.cpp65 static U8CPU SkGetG32Component(uint32_t value, SkColorType ct) { function
77 rgb[1] = SkUnPreMultiply::ApplyScale(s, SkGetG32Component(color, ct));
108 g += SkGetG32Component(color, ct);
194 *dst++ = SkGetG32Component(color, colorType);
/external/skqp/src/pdf/
H A DSkPDFBitmap.cpp65 static U8CPU SkGetG32Component(uint32_t value, SkColorType ct) { function
77 rgb[1] = SkUnPreMultiply::ApplyScale(s, SkGetG32Component(color, ct));
108 g += SkGetG32Component(color, ct);
194 *dst++ = SkGetG32Component(color, colorType);

Completed in 86 milliseconds