#include <SkBlitRow.h>
Definition at line 14 of file SkBlitRow.h.
◆ Proc32
Function pointer that blends 32bit colors onto a 32bit destination.
- Parameters
-
dst | array of dst 32bit colors |
src | array of src 32bit colors (w/ or w/o alpha) |
count | number of colors to blend |
alpha | global alpha to be applied to all src colors |
Definition at line 27 of file SkBlitRow.h.
◆ Flags32
Enumerator |
---|
kGlobalAlpha_Flag32 | |
kSrcPixelAlpha_Flag32 | |
Definition at line 16 of file SkBlitRow.h.
◆ Color32()
Blend a single color onto a row of S32 pixels, writing the result back to the same memory.
Definition at line 555 of file SkBlitRow_D32.cpp.
555 {
557 case 0: return;
559 }
561}
#define SkGetPackedA32(packed)
void(* memset32)(uint32_t[], uint32_t, int)
void(* blit_row_color32)(SkPMColor *dst, int count, SkPMColor color)
◆ Factory32()
Definition at line 540 of file SkBlitRow_D32.cpp.
540 {
544 nullptr,
546 };
547
550
553}
static void blit_row_s32_opaque(SkPMColor *dst, const SkPMColor *src, int count, U8CPU alpha)
static void blit_row_s32_blend(SkPMColor *dst, const SkPMColor *src, int count, U8CPU alpha)
static void blit_row_s32a_blend(SkPMColor *dst, const SkPMColor *src, int count, U8CPU alpha)
void(* Proc32)(uint32_t dst[], const SkPMColor src[], int count, U8CPU alpha)
FlutterSemanticsFlag flags
void(* blit_row_s32a_opaque)(SkPMColor *dst, const SkPMColor *src, int count, U8CPU alpha)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
The documentation for this class was generated from the following files: