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

  /external/lldb/tools/debugserver/source/
DNBDataRef.h 114 uint32_t Dump(offset_t startOffset, offset_t endOffset, uint64_t offsetBase, DNBDataRef::Type type, uint32_t numPerLine, const char *typeFormat = NULL);
DNBDataRef.cpp 327 uint64_t offsetBase,
348 str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", (uint64_t)(offsetBase + (offset - startOffset)));
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.h 43 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
ContextualSubstSubtables.cpp 119 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack)
132 const CoverageTable *coverageTable = (const CoverageTable *) (offsetBase + coverageTableOffset);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shaper.cpp 263 HB_Fixed offsetBase = HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
265 offsetBase += HB_FIXED_CONSTANT(4);
267 offsetBase += size;
268 //qreal offsetBase = (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
269 // qDebug("offset = %f", offsetBase);
286 HB_Fixed offset = offsetBase;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp     [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 331 self.offsetBase = file.tell() - 1
332 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot
343 offset = self.offsets[index] + self.offsetBase
    [all...]

Completed in 285 milliseconds