Home
last modified time | relevance | path

Searched defs:blendMode (Results 1 – 25 of 52) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_blendfillrect.c31 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB555()
54 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB565()
77 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB888()
100 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_ARGB8888()
123 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB()
168 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGBA()
197 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect()
264 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRects()
DSDL_blendpoint.c30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555()
53 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565()
76 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888()
99 SDL_BlendPoint_ARGB8888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, in SDL_BlendPoint_ARGB8888()
122 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB()
167 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA()
196 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint()
260 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoints()
DSDL_blendline.c32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2()
124 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555()
215 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565()
306 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4()
398 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGBA4()
490 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB888()
581 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_ARGB8888()
709 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLine()
734 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendLines()
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dshader_mask_layer.h20 ShaderMaskLayer(sk_sp<SkShader> shader, const SkRect& maskRect, SkBlendMode blendMode) in ShaderMaskLayer()
Dlayer_tree_builder.cpp82 double maskRectTop, double maskRectBottom, int32_t blendMode) in PushShaderMask()
/third_party/skia/tests/
DAdvancedBlendTest.cpp32 const SkBlendMode blendMode = (SkBlendMode)mode; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DDMSAATest.cpp29 SkBlendMode blendMode) { in draw_paint_with_aa()
39 SkBlendMode blendMode) { in draw_paint_with_dmsaa()
DBulkRectTest.cpp51 SkBlendMode blendMode, bool addOneByOne, in fillrectop_creation_test()
99 SkBlendMode blendMode, bool addOneByOne, in textureop_creation_test()
/third_party/skia/modules/svg/src/
DSkSVGFeBlend.cpp41 const SkBlendMode blendMode = GetBlendMode(this->getMode()); in onMakeImageFilter() local
/third_party/flutter/skia/tests/
DAdvancedBlendTest.cpp32 const SkBlendMode blendMode = (SkBlendMode)mode; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DImageFilter.java78 public static ImageFilter blend(BlendMode blendMode, @Nullable ImageFilter background, in blend()
118 … private static native long nBlend(int blendMode, long native_background, long native_foreground); in nBlend()
/third_party/skia/tools/gpu/
DProxyUtils.cpp102 SkBlendMode blendMode, in CreateProgramInfo()
/third_party/skia/experimental/graphite/src/
DDrawList.cpp17 SkBlendMode blendMode, in PaintParams()
DDrawList.h47 SkBlendMode blendMode() const { return fBlendMode; } in blendMode() function
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestdraw2.c34 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; variable
Dtestsprite2.c39 static SDL_BlendMode blendMode = SDL_BLENDMODE_BLEND; variable
Dtestintersections.c35 static SDL_BlendMode blendMode = SDL_BLENDMODE_NONE; variable
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c180 int blendMode; member
897 GLES2_ShaderCacheEntry *fragment, SDL_BlendMode blendMode) in GLES2_CacheProgram()
1014 GLES2_CacheShader(SDL_Renderer *renderer, GLES2_ShaderType type, SDL_BlendMode blendMode) in GLES2_CacheShader()
1133 GLES2_SelectProgram(SDL_Renderer *renderer, GLES2_ImageSource source, SDL_BlendMode blendMode) in GLES2_SelectProgram()
1344 GLES2_SetBlendMode(GLES2_DriverContext *data, int blendMode) in GLES2_SetBlendMode()
1386 const int blendMode = renderer->blendMode; in GLES2_SetDrawingState() local
1558 SDL_BlendMode blendMode; in GLES2_SetupCopy() local
DSDL_shaders_gles2.c811 const GLES2_Shader *GLES2_GetShader(GLES2_ShaderType type, SDL_BlendMode blendMode) in GLES2_GetShader()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c572 SDL_BlendMode blendMode; in SDL_CreateTextureFromSurface() local
690 SDL_SetTextureBlendMode(SDL_Texture * texture, SDL_BlendMode blendMode) in SDL_SetTextureBlendMode()
708 SDL_GetTextureBlendMode(SDL_Texture * texture, SDL_BlendMode *blendMode) in SDL_GetTextureBlendMode()
1381 SDL_SetRenderDrawBlendMode(SDL_Renderer * renderer, SDL_BlendMode blendMode) in SDL_SetRenderDrawBlendMode()
1390 SDL_GetRenderDrawBlendMode(SDL_Renderer * renderer, SDL_BlendMode *blendMode) in SDL_GetRenderDrawBlendMode()
DSDL_sysrender.h57 SDL_BlendMode blendMode; /**< The texture blend mode */ member
162 SDL_BlendMode blendMode; /**< The drawing blend mode */ member
/third_party/skia/modules/canvaskit/tests/
Dcanvas.spec.js311 const blendMode = CanvasKit.BlendMode[blendModeName]; constant
351 function drawRectangle(x1, y1, x2, y2, color, blendMode=CanvasKit.BlendMode.srcOver) { argument
/third_party/skia/src/core/
DSkOverdrawCanvas.cpp95 const SkPoint texCoords[4], SkBlendMode blendMode, in onDrawPatch()
144 SkBlendMode blendMode, const SkPaint& paint) { in onDrawVerticesObject()
/third_party/flutter/skia/src/core/
DSkOverdrawCanvas.cpp84 const SkPoint texCoords[4], SkBlendMode blendMode, in onDrawPatch()
134 SkBlendMode blendMode, const SkPaint& paint) { in onDrawVerticesObject()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c426 SDL_SetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode blendMode) in SDL_SetSurfaceBlendMode()
463 SDL_GetSurfaceBlendMode(SDL_Surface * surface, SDL_BlendMode *blendMode) in SDL_GetSurfaceBlendMode()

123