Searched refs:COLOR_BURN (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 40 COLOR_BURN, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 48 COLOR_BURN, // darken destination to reflect source member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 49 COLOR_BURN, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 57 COLOR_BURN,
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 709 skiaCanvas->DrawColor(0xFF000000, BlendMode::COLOR_BURN); in HWTEST_F() 934 skiaCanvas->DrawPatch(ctrlPoints, colors, texCoords, BlendMode::COLOR_BURN, paint); in HWTEST_F() 935 skiaCanvas->DrawPatch(nullptr, nullptr, nullptr, BlendMode::COLOR_BURN, paint); in HWTEST_F() 937 skiaCanvas->DrawPatch(nullptr, nullptr, nullptr, BlendMode::COLOR_BURN, paint); in HWTEST_F() 953 skiaCanvas->DrawVertices(vertices, BlendMode::COLOR_BURN, paint); in HWTEST_F() 955 skiaCanvas->DrawVertices(vertices, BlendMode::COLOR_BURN, paint); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 93 COLOR_BURN, // darken destination to reflect source member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 68 { "COLOR_BURN", static_cast<int32_t>(BlendMode::COLOR_BURN) },
|
Completed in 4 milliseconds