Searched refs:srcIndex (Results 1 – 7 of 7) sorted by relevance
185 int srcIndex = nR * src.rowStride_ + nC; in SLRBox() local186 if (srcIndex < 0 || srcIndex >= maxSrcSize) { in SLRBox()187 IMAGE_LOGE("SLRBox src index error:%{public}d, %{public}d", srcIndex, maxSrcSize); in SLRBox()190 uint32_t color = *(srcArr + srcIndex); in SLRBox()
275 int32_t srcIndex = argv[0]->GetProperty(runtime, "srcIndex")->ToInt32(runtime); in SetPolyToPoly() local290 if (srcIndex < 0 || (pointCount + srcIndex) > static_cast<int32_t>(srcPoint.size())) { in SetPolyToPoly()292 srcIndex, pointCount, static_cast<int>(srcPoint.size())); in SetPolyToPoly()301 int srcLastIndex = pointCount + srcIndex; in SetPolyToPoly()302 for (int i = srcIndex; i < srcLastIndex; i++) { in SetPolyToPoly()
85 uint32_t srcIndex = srcRowStride * y + x * BYTES_PER_INT + i; in OnApplyRGBA8888() local87 … dstRgb[dstIndex] = (i == RGBA_ALPHA_INDEX) ? srcRgb[srcIndex] : lut[srcRgb[srcIndex]]; in OnApplyRGBA8888()
75 uint32_t srcIndex = srcRowStride * y + x * BYTES_PER_INT + i; in OnApplyRGBA8888() local77 … dstRgb[dstIndex] = (i == RGBA_ALPHA_INDEX) ? srcRgb[srcIndex] : lut[srcRgb[srcIndex]]; in OnApplyRGBA8888()
350 for (uint32_t srcIndex = 0; srcIndex < bindTypeVec.size(); srcIndex++) { in SyncAclByBindType() local351 if (sinkBindType[sinkIndex] == bindTypeVec[srcIndex]) { in SyncAclByBindType()
637 | srcIndex | number | 否 | 源点坐标起始索引。<br>默认值:0。|
638 | srcIndex | number | No | Start index of the source point coordinates.<br>Default value: **0**|