Home
last modified time | relevance | path

Searched refs:COLOR_BURN (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h40 COLOR_BURN, member in OHOS::Ace::Testing::BlendMode
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h48 COLOR_BURN, // darken destination to reflect source member in OHOS::Ace::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h49 COLOR_BURN, member in OHOS::Rosen::Drawing::BlendMode
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h57 COLOR_BURN,
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp709 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 Drs_properties_def.h93 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 Djs_enum.cpp68 { "COLOR_BURN", static_cast<int32_t>(BlendMode::COLOR_BURN) },

Completed in 4 milliseconds