Searched refs:srcMode (Results 1 – 4 of 4) sorted by relevance
/foundation/multimedia/media_standard/interfaces/innerkits/native/media/demo/player/ |
D | player_demo.cpp | 545 string srcMode; in SelectSource() local 546 (void)getline(cin, srcMode); in SelectSource() 547 if (srcMode == "" || srcMode == "0") { in SelectSource() 550 } else if (srcMode == "1") { in SelectSource() 553 } else if (srcMode == "2") { in SelectSource() 556 } else if (srcMode == "3") { in SelectSource()
|
/foundation/windowmanager/wmserver/src/ |
D | window_controller.cpp | 239 WindowMode srcMode = node->GetWindowMode(); in SetWindowMode() local 240 if (srcMode == dstMode) { in SetWindowMode() 244 …if ((srcMode == WindowMode::WINDOW_MODE_FULLSCREEN) && (dstMode == WindowMode::WINDOW_MODE_FLOATIN… in SetWindowMode() 251 if (WindowHelper::IsSplitWindowMode(srcMode)) { in SetWindowMode() 255 …} else if (!WindowHelper::IsSplitWindowMode(srcMode) && WindowHelper::IsSplitWindowMode(dstMode)) { in SetWindowMode()
|
/foundation/graphic/ui/frameworks/draw/ |
D | draw_utils.h | 282 ColorMode srcMode,
|
D | draw_utils.cpp | 539 ColorMode srcMode, in BlendWithSoftWare() argument 552 uint8_t srcByteSize = GetByteSizeByColorMode(srcMode); in BlendWithSoftWare() 557 uint8_t pxByteSize = GetPxSizeByColorMode(srcMode) >> 3; // 3 : right shift 3 bits in BlendWithSoftWare() 565 pipeLine.Construct(destMode, srcMode); in BlendWithSoftWare() 567 int16_t srcStep = NEON_STEP_8 * GetByteSizeByColorMode(srcMode); in BlendWithSoftWare() 579 COLOR_FILL_BLEND(dstBuf, destMode, srcBuf, srcMode, opa); in BlendWithSoftWare() 594 COLOR_FILL_BLEND(destTmp, destMode, srcTmp, srcMode, opa); in BlendWithSoftWare()
|