Home
last modified time | relevance | path

Searched defs:glyphIndex (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/layout/
DLEGlyphStorage.cpp254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const in getGlyphID()
273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) in setGlyphID()
292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const in getCharIndex()
311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) in setCharIndex()
349 le_uint32 LEGlyphStorage::getAuxData(le_int32 glyphIndex, LEErrorCode &success) const in getAuxData()
368 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) in setAuxData()
406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success… in getGlyphPosition()
426 void LEGlyphStorage::setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) in setPosition()
441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode … in adjustPosition()
Dloengine.cpp136 le_int32 glyphIndex, in le_getGlyphPosition()
DLayoutEngine.cpp187 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) … in getGlyphPosition()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp420 size_t glyphIndex = shaping.m_logs[localOffset]; in firstGlyphForCharacter() local
795 int glyphIndex = shaping.m_logs[i]; in adjustSpaceAdvances() local
874 int glyphIndex = shaping.m_logs[i]; in applySpacing() local
944 int glyphIndex = shaping.m_logs[i]; in containsMissingGlyphs() local
DFontLinux.cpp259 … for (int glyphIndex = 0; static_cast<unsigned>(glyphIndex) < controller.length(); ++glyphIndex) { in glyphIndexForXPositionInScriptRun() local
298 const int glyphIndex = glyphIndexForXPositionInScriptRun(controller, targetX); in offsetForPositionForComplexText() local
DFontChromiumWin.cpp395 int glyphIndex = 0; // The starting glyph of the current chunk. in drawGlyphsWin() local
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp1087 int glyphIndex; in glyphIndexForXPositionInScriptRun() local
1152 const int glyphIndex = glyphIndexForXPositionInScriptRun(walker, x); in offsetForPositionForComplexText() local
/external/skia/src/ports/
DSkFontHost_FreeType.cpp424 FT_UInt glyphIndex; in populate_glyph_to_unicode() local
934 FT_UInt glyphIndex; in generateGlyphToChar() local