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

/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1056 // make the minimum one be leftGlyph and the maximum one be rightGlyph.
1058 le_int32 leftGlyph = fGlyphCount; local
1066 if (minGlyph < leftGlyph) {
1067 leftGlyph = minGlyph;
1080 rightGlyph = last - leftGlyph;
1081 leftGlyph = last - swap;
1084 leftGlyph -= glyphBase;
1093 fVisualRunLastX -= fStyleRunInfo[run].positions[leftGlyph * 2];
1100 le_int32 glyphCount = rightGlyph - leftGlyph;
1105 LE_ARRAY_COPY(glyphs, &fStyleRunInfo[run].glyphs[leftGlyph], glyphCoun
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFaceSkia.cpp124 static hb_position_t harfBuzzGetGlyphHorizontalKerning(hb_font_t*, void* fontData, hb_codepoint_t leftGlyph, hb_codepoint_t rightGlyph, void*) argument
134 const uint16_t glyphs[2] = { static_cast<uint16_t>(leftGlyph), static_cast<uint16_t>(rightGlyph) };

Completed in 170 milliseconds