Home
last modified time | relevance | path

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

/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/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
DDevice.cpp281 auto blendMode = paint.asBlendMode(); in drawShape() local
/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()
DSkDraw_vertices.cpp308 void SkDraw::drawFixedVertices(const SkVertices* vertices, SkBlendMode blendMode, in drawFixedVertices()
/third_party/skia/fuzz/
DFuzzCanvas.cpp180 SkBlendMode blendMode; in make_fuzz_shader() local
780 SkBlendMode blendMode; in make_fuzz_imageFilter() local
1384 SkBlendMode blendMode; in fuzz_canvas() local
1419 SkBlendMode blendMode; in fuzz_canvas() local
1427 SkBlendMode blendMode; in fuzz_canvas() local
/third_party/skia/src/pdf/
DSkPDFDevice.cpp1135 static bool treat_as_regular_pdf_blend_mode(SkBlendMode blendMode) { in treat_as_regular_pdf_blend_mode()
1223 SkBlendMode blendMode = paint.getBlendMode_or(SkBlendMode::kSrcOver); in setUpContentEntry() local
1281 SkBlendMode blendMode, in finishContentEntry()
/third_party/skia/src/gpu/ops/
DTextureOp.cpp1180 SkBlendMode blendMode, in Make()
1316 SkBlendMode blendMode, in Make()
/third_party/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp654 const GrXPFactory* GrPorterDuffXPFactory::Get(SkBlendMode blendMode) { in Get()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp255 BlendMode blendMode; member
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp649 SkBlendMode blendMode, in drawTexture()
697 SkBlendMode blendMode, in drawTexturedQuad()
/third_party/skia/modules/canvaskit/
Dinterface.js488 /* optional */ blendMode, /* optional */ colors, argument