Home
last modified time | relevance | path

Searched refs:yStart (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp137 int16_t yStart = mask.GetTop() - arcInfo.center.y; in DrawCircleNoEndpoint() local
139 CalculatedYStartAndYEnd(yStart, yEnd); in DrawCircleNoEndpoint()
145 for (y_ = yEnd; y_ > yStart; y_--) { in DrawCircleNoEndpoint()
189 void DrawArc::CalculatedYStartAndYEnd(int16_t& yStart, int16_t& yEnd) in CalculatedYStartAndYEnd() argument
191 if ((yStart >= 0) && (yEnd >= 0)) { in CalculatedYStartAndYEnd()
192 int16_t tmp = yStart; in CalculatedYStartAndYEnd()
193 yStart = -yEnd; in CalculatedYStartAndYEnd()
195 } else if ((yStart < 0) && (yEnd > 0)) { in CalculatedYStartAndYEnd()
196 yStart = MATH_MIN(yStart, in CalculatedYStartAndYEnd()
[all...]
H A Ddraw_arc.h151 void CalculatedYStartAndYEnd(int16_t& yStart, int16_t& yEnd);
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp543 IF_TRUE_RETURN_VAL_WITH_MSG((dst.yStart == nullptr || dst.uvStart == nullptr), in CopyRawYuvData()
545 IF_TRUE_RETURN_VAL_WITH_MSG((src.yStart == nullptr || src.uvStart == nullptr), in CopyRawYuvData()
550 ret = memcpy_s(dst.yStart + dst.yOffset + row * dst.stride, static_cast<size_t>(dirtyWidth), in CopyRawYuvData()
551 src.yStart + src.yOffset + row * src.stride, static_cast<size_t>(dirtyWidth)); in CopyRawYuvData()
578 dst.yStart = static_cast<uint8_t*>(output_->GetVirAddr()); in AssembleOutput()
580 dst.uvStart = dst.yStart + uvOffsetForOutput_; in AssembleOutput()
583 src.yStart = buffer->GetAddr(); in AssembleOutput()
585 src.uvStart = src.yStart + srcUvOffset; in AssembleOutput()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp891 Point yStart = yAxis_.GetStartPoint(); in GradientColor() local
892 yStart.y = enableReverse_ ? (yStart.y + gradientBottom_) : (yStart.y - gradientBottom_); in GradientColor()
898 int16_t startY = enableReverse_ ? topY : yStart.y; in GradientColor()
899 int16_t endY = enableReverse_ ? yStart.y : topY; in GradientColor()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h48 uint8_t* yStart = 0; member
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h491 int32_t yStart = std::max(posY_, rect.posY_); in IsOverlap() local
494 return (yStart < yEnd) && (xStart < xEnd); in IsOverlap()

Completed in 6 milliseconds