Home
last modified time | relevance | path

Searched refs:tmpSrc (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp167 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 Dlite_wm.cpp603 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 Ddisc_coap_parser.c81 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 Dpermission_entry.c279 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