HomeSort by relevance Sort by last modified time
    Searched refs:unitedAttachmentRect (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 189 HB_GlyphMetrics unitedAttachmentRect = attachmentRect;
190 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x);
191 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y);
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;
194 attachmentRect = unitedAttachmentRect;
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 389 HB_GlyphMetrics unitedAttachmentRect = attachmentRect;
390 unitedAttachmentRect.x = HB_MIN(attachmentRect.x, markMetrics.x);
391 unitedAttachmentRect.y = HB_MIN(attachmentRect.y, markMetrics.y);
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;
394 attachmentRect = unitedAttachmentRect;
    [all...]

Completed in 615 milliseconds