Home
last modified time | relevance | path

Searched refs:yIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drect_modifier.cpp70 uint32_t yIndex = xIndex + 1; in SetRectRadiusWithArray() local
72 auto radiusY = CalcDimension(radiusValues[yIndex], (DimensionUnit)radiusUnits[yIndex]); in SetRectRadiusWithArray()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp278 int32_t yIndex = 0; in DecompressJpegToNV12() local
288 … outputData[yIndex++] = static_cast<uint8_t>((y < 0) ? 0 : (y > YUV_PARAM) ? YUV_PARAM : y); in DecompressJpegToNV12()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp1091 const int32_t yIndex = 1; in CheckHasTransformMatrix() local
1104 Vector3F scaleVector(transform.scale[xIndex], transform.scale[yIndex], transform.scale[zIndex]); in CheckHasTransformMatrix()
1109 Vector3F skewVector(transform.skew[xIndex], transform.skew[yIndex], transform.skew[zIndex]); in CheckHasTransformMatrix()
1114 Vector4F perspectiveVector(transform.perspective[xIndex], transform.perspective[yIndex], in CheckHasTransformMatrix()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1749 let yIndex = 2;
1750 this.procTouch(touch[msgIndex], touch[xIndex], touch[yIndex]);