Searched defs:offsetBase (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DContextualSubstSubtables.cpp119 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack)
131 const CoverageTable *coverageTable = (const CoverageTable *) (offsetBase + coverageTableOffset);
118 matchGlyphCoverages(const Offset *coverageTableOffsetArray, le_uint16 glyphCount, GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack) argument
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp262 HB_Fixed offsetBase = HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4; local
264 offsetBase += HB_FIXED_CONSTANT(4);
266 offsetBase += size;
267 //qreal offsetBase = (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
268 // qDebug("offset = %f", offsetBase);
285 HB_Fixed offset = offsetBase;

Completed in 162 milliseconds