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

  /external/icu4c/layout/
ContextualSubstSubtables.h 42 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
ContextualSubstSubtables.cpp 119 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack)
131 const CoverageTable *coverageTable = (const CoverageTable *) (offsetBase + coverageTableOffset);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 61 HB_Fixed offsetBase = HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
63 offsetBase += HB_FIXED_CONSTANT(4);
65 offsetBase += size;
66 offsetBase = -offsetBase;
67 //qreal offsetBase = (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
68 // qDebug("offset = %f", offsetBase);
85 HB_Fixed offset = offsetBase;
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 262 HB_Fixed offsetBase = HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
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;
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 181 static JITCode compile(JSGlobalData* globalData, CodeBlock* codeBlock, CodePtr* functionEntryArityCheck = 0, void* offsetBase = 0)
183 return JIT(globalData, codeBlock, offsetBase).privateCompile(functionEntryArityCheck);
    [all...]

Completed in 372 milliseconds