Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-shaper.cpp34 #define HB_MIN(a, b) ((a) < (b) ? (a) : (b)) macro
390 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x); in positionCluster()
391 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y); in positionCluster()