/** Function pointer that blends 32bit colors onto a 32bit destination. @param dst array of dst 32bit colors @param src array of src 32bit colors (w/ or w/o alpha) @param count number of colors to blend @param alpha global alpha to be applied to all src colors
*/ typedefvoid (*Proc32)(uint32_t dst[], const SkPMColor src[], int count, U8CPU alpha);
static Proc32 Factory32(unsigned flags32);
/** Blend a single color onto a row of S32 pixels, writing the result back to the same memory.
*/ staticvoid Color32(SkPMColor dst[], int count, SkPMColor color);
};
namespace SkOpts { externvoid (*blit_row_color32)(SkPMColor* dst, int count, SkPMColor color); externvoid (*blit_row_s32a_opaque)(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.