/** Function pointer that blends 32bit colors onto a 32bit destination. @paramdstarrayofdst32bitcolors @paramsrcarrayofsrc32bitcolors(w/orw/oalpha) @paramcountnumberofcolorstoblend @paramalphaglobalalphatobeappliedtoallsrccolors
*/ 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 backtothesamememory.
*/ 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.