Searched refs:offsetBase (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/layout/
H A DContextualSubstSubtables.h42 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
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_ng/src/hb-old/
H A Dharfbuzz-shaper.cpp61 HB_Fixed offsetBase = HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4; local
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;
/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;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1390 int32_t offsetBase = stackSize; local
1394 if (offsetBase % size)
1395 offsetBase += size - (offsetBase % size);
1399 for (offset = offsetBase; offset < stackSize; offset += size) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp1390 int32_t offsetBase = stackSize; local
1394 if (offsetBase % size)
1395 offsetBase += size - (offsetBase % size);
1399 for (offset = offsetBase; offset < stackSize; offset += size) {

Completed in 157 milliseconds