Searched refs:tmpY (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 63 float tmpY = (y1 - y2 * FLOATNUM + y3) * subdivideStep2; in Init() local 72 savedDeltaFinalCoordinate_.y = tmpY + (y2 - y1) * (FLOATNUM * subdivideStep); in Init() 73 deltaFinalCoordinate_.y = tmpY + (y2 - y1) * (FLOATNUM * subdivideStep); in Init() 76 copyDeltaFinalCoordinate_.y = tmpY * FLOATNUM; in Init()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_ext_utils.cpp | 142 uint8_t *tmpY = tmpPixels.get(); in NV12Rotate() local 154 tmpY, tmpYStride, in NV12Rotate() 167 if (converter.I420ToNV12(tmpY, tmpYStride, tmpU, tmpUStride, tmpV, tmpVStride, in NV12Rotate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.cpp | 1089 auto tmpY = laneCrossOffset + ((crossSize + laneGutter_) / lanes_) * laneIndex; in LayoutListItem() local 1090 offset = offset + OffsetF(totalMainSize_ - pos.second.endPos, tmpY); in LayoutListItem() 1476 auto tmpY = laneCrossOffset + ((crossSize + laneGutter_) / lanes_) * laneIndex; in LayoutCacheItem() local 1477 offset = offset + OffsetF(totalMainSize_ - pos.second.endPos, tmpY); in LayoutCacheItem()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_chart.cpp | 826 int16_t tmpY = enableReverse_ ? (start.y + startY) : (startY - start.y); in DrawGradientColor() local 827 if (tmpY == linePoints.start.y) { in DrawGradientColor()
|
Completed in 7 milliseconds