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

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 74 HB_GlyphMetrics attachmentRect;
75 memset(&attachmentRect, 0, sizeof(attachmentRect));
124 attachmentRect = baseMetrics;
133 p.x += attachmentRect.x - markMetrics.x;
134 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y;
139 p.x += attachmentRect.x - markMetrics.x;
140 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 274 HB_GlyphMetrics attachmentRect;
275 memset(&attachmentRect, 0, sizeof(attachmentRect));
324 attachmentRect = baseMetrics;
333 p.x += attachmentRect.x - markMetrics.x;
334 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y;
339 p.x += attachmentRect.x - markMetrics.x;
340 p.y += (attachmentRect.y + attachmentRect.height) - markMetrics.y
    [all...]

Completed in 477 milliseconds