OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_MAX
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
33
#define
HB_MAX
(a, b) ((a) > (b) ? (a) : (b))
192
unitedAttachmentRect.width =
HB_MAX
(attachmentRect.x + attachmentRect.width, markMetrics.x + markMetrics.width) - unitedAttachmentRect.x;
193
unitedAttachmentRect.height =
HB_MAX
(attachmentRect.y + attachmentRect.height, markMetrics.y + markMetrics.height) - unitedAttachmentRect.y;
[
all
...]
/external/harfbuzz/src/
harfbuzz-shaper.cpp
35
#define
HB_MAX
(a, b) ((a) > (b) ? (a) : (b))
392
unitedAttachmentRect.width =
HB_MAX
(attachmentRect.x + attachmentRect.width, markMetrics.x + markMetrics.width) - unitedAttachmentRect.x;
393
unitedAttachmentRect.height =
HB_MAX
(attachmentRect.y + attachmentRect.height, markMetrics.y + markMetrics.height) - unitedAttachmentRect.y;
[
all
...]
Completed in 29 milliseconds