HomeSort by relevance Sort by last modified time
    Searched full:currange (Results 1 - 11 of 11) sorted by null

  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 150 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* curRange;
166 curRange = appendRange(&result, firstIndex);
189 } else if (curRange->fAdvance.count() ==
192 resetRange(curRange, gId);
195 finishRange(curRange, gId - 1,
197 prevRange = curRange;
198 curRange = appendRange(&curRange->fNext, gId);
207 finishRange(curRange,
210 prevRange = curRange;
    [all...]
  /external/libxml2/
genChRanges.py 139 currange = (value, value) variable
160 currange = (start, end) variable
161 # common path - 'currange' has the range, now take care of it
163 if currange[1] < 0x100: # single-byte
164 for ch in range(currange[0],currange[1]+1):
171 if currange in Functs[name][1]:
175 Functs[name][1].append(currange)
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 158 tcu::IVec2 curRange = newRange;
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
161 curRange = unionRanges(curRange, *oldListIter);
165 newList.push_back(curRange);
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 158 tcu::IVec2 curRange = newRange;
159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter))
161 curRange = unionRanges(curRange, *oldListIter);
165 newList.push_back(curRange);
  /external/freetype/src/truetype/
ttinterp.h 178 FT_Int curRange; /* current code range number */
ttinterp.c 166 exec->curRange = range;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 190 FT_Int curRange; /* current code range number */
ttinterp.c 305 exec->curRange = range;
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js 271 function eofNL(curRange, i, current) {
278 curRange.push('\\ No newline at end of file');
282 var oldRangeStart = 0, newRangeStart = 0, curRange = [],
296 curRange = contextLines(prev.lines.slice(-4));
297 oldRangeStart -= curRange.length;
298 newRangeStart -= curRange.length;
301 curRange.push.apply(curRange, lines.map(function(entry) { return (current.added?'+':'-') + entry; }));
302 eofNL(curRange, i, current);
314 curRange.push.apply(curRange, contextLines(lines))
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 1330 milliseconds