Home
last modified time | relevance | path

Searched refs:ty2 (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_clip.cpp51 int32_t ty2 = y2; in LineClipY() local
72 ty2 = clipBox_.GetTop(); in LineClipY()
79 ty2 = clipBox_.GetBottom(); in LineClipY()
82 RasterDepictInt::GetXCoordinateValue(tx2), RasterDepictInt::GetYCoordinateValue(ty2)); in LineClipY()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp83 const float ty2 = (aabbMax.y - start.y) * invDirection.y; in IntersectAabb() local
85 tmin = Math::max(tmin, Math::min(ty1, ty2)); in IntersectAabb()
86 tmax = Math::min(tmax, Math::max(ty1, ty2)); in IntersectAabb()

Completed in 3 milliseconds