Searched refs:tmpSrc (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 167 ColorType* tmpSrc = reinterpret_cast<ColorType*>(srcBuf); in FlushWithModeCopy() local 170 *tmpDst++ = PixelFormatUtils::ARGB8888ToARGB1555((tmpSrc++)->full); in FlushWithModeCopy() 193 ColorType* tmpSrc = reinterpret_cast<ColorType*>(srcBuf); in FlushWithModeBlend() local 196 uint8_t alpha = tmpSrc->alpha * config_.opacity / OPA_OPAQUE; in FlushWithModeBlend() 202 dst->red = (tmpSrc->red * alpha / OPA_OPAQUE) >> 3; in FlushWithModeBlend() 203 dst->green = (tmpSrc->green * alpha / OPA_OPAQUE) >> 3; in FlushWithModeBlend() 204 dst->blue = (tmpSrc->blue * alpha / OPA_OPAQUE) >> 3; in FlushWithModeBlend() 209 (tmpSrc->red) >> 3, (tmpSrc->green) >> 3, (tmpSrc in FlushWithModeBlend() [all...] |
H A D | lite_wm.cpp | 603 const uint16_t* tmpSrc = srcbuf; in DrawMouseCursor() local 606 if ((*tmpSrc) & 0x8000) { in DrawMouseCursor() 608 *tmpDst = *tmpSrc; in DrawMouseCursor() 610 *tmpDst = PixelFormatUtils::ARGB1555ToARGB8888(*tmpSrc); in DrawMouseCursor() 613 tmpSrc++; in DrawMouseCursor()
|
/foundation/communication/dsoftbus/core/discovery/coap/common/src/ |
H A D | disc_coap_parser.c | 81 char tmpSrc[DISC_MAX_CUST_DATA_LEN] = {0}; in DiscCoapParseKeyValueStr() 82 if (memcpy_s(tmpSrc, DISC_MAX_CUST_DATA_LEN, src, strlen(src)) != EOK) { in DiscCoapParseKeyValueStr() 90 char *curStr = strtok_s(tmpSrc, delimiter, &remainStr); in DiscCoapParseKeyValueStr()
|
/foundation/communication/dsoftbus/core/common/security/permission/common/ |
H A D | permission_entry.c | 279 char *tmpSrc = NULL; in PrintAnonymousMessage() local 281 Anonymize(src, &tmpSrc); in PrintAnonymousMessage() 283 COMM_LOGD(COMM_PERM, "src=%{public}s, dest=%{public}s", AnonymizeWrapper(tmpSrc), AnonymizeWrapper(tmpDest)); in PrintAnonymousMessage() 284 AnonymizeFree(tmpSrc); in PrintAnonymousMessage()
|
Completed in 4 milliseconds