/external/skia/src/core/ |
D | SkAdvancedTypefaceMetrics.cpp | 150 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* curRange; in getAdvanceData() local 166 curRange = appendRange(&result, firstIndex); in getAdvanceData() 189 } else if (curRange->fAdvance.count() == in getAdvanceData() 192 resetRange(curRange, gId); in getAdvanceData() 195 finishRange(curRange, gId - 1, in getAdvanceData() 197 prevRange = curRange; in getAdvanceData() 198 curRange = appendRange(&curRange->fNext, gId); in getAdvanceData() 207 finishRange(curRange, in getAdvanceData() 210 prevRange = curRange; in getAdvanceData() 211 curRange = appendRange(&curRange->fNext, gId); in getAdvanceData() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fBufferWriteTests.cpp | 158 tcu::IVec2 curRange = newRange; in addRangeToList() local 159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter)) in addRangeToList() 161 curRange = unionRanges(curRange, *oldListIter); in addRangeToList() 165 newList.push_back(curRange); in addRangeToList()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferWriteTests.cpp | 158 tcu::IVec2 curRange = newRange; in addRangeToList() local 159 while (oldListIter != oldList.end() && rangesIntersect(curRange, *oldListIter)) in addRangeToList() 161 curRange = unionRanges(curRange, *oldListIter); in addRangeToList() 165 newList.push_back(curRange); in addRangeToList()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.js | 257 function eofNL(curRange, i, current) { argument 264 curRange.push('\\ No newline at end of file'); 268 var oldRangeStart = 0, newRangeStart = 0, curRange = [], 282 curRange = contextLines(prev.lines.slice(-4)); 283 oldRangeStart -= curRange.length; 284 newRangeStart -= curRange.length; 287 …curRange.push.apply(curRange, lines.map(function(entry) { return (current.added?'+':'-') + entry; … 288 eofNL(curRange, i, current); 300 curRange.push.apply(curRange, contextLines(lines)); 308 ret.push.apply(ret, curRange); [all …]
|
/external/freetype/src/truetype/ |
D | ttinterp.h | 178 FT_Int curRange; /* current code range number */ member
|
D | ttinterp.c | 166 exec->curRange = range; in TT_Goto_CodeRange() 1672 exc->curRange = aRange; in Ins_Goto_CodeRange() 3655 rec->range = exc->curRange; in Ins_FDEF() 3924 pCrec->Caller_Range = exc->curRange; in Ins_CALL() 4012 pCrec->Caller_Range = exc->curRange; in Ins_LOOPCALL() 4074 def->range = exc->curRange; in Ins_IDEF() 7465 call->Caller_Range = exc->curRange; in Ins_UNKNOWN() 8203 callrec->Caller_Range = exc->curRange; in TT_RunIns() 8271 exc->curRange == tt_coderange_glyph ) in TT_RunIns()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.h | 178 FT_Int curRange; /* current code range number */ member
|
D | ttinterp.c | 159 exec->curRange = range; in TT_Goto_CodeRange() 1665 exc->curRange = aRange; in Ins_Goto_CodeRange() 3645 rec->range = exc->curRange; in Ins_FDEF() 3914 pCrec->Caller_Range = exc->curRange; in Ins_CALL() 4002 pCrec->Caller_Range = exc->curRange; in Ins_LOOPCALL() 4064 def->range = exc->curRange; in Ins_IDEF() 7455 call->Caller_Range = exc->curRange; in Ins_UNKNOWN() 8193 callrec->Caller_Range = exc->curRange; in TT_RunIns() 8261 exc->curRange == tt_coderange_glyph ) in TT_RunIns()
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 271 function eofNL(curRange, i, current) { argument 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)); 322 ret.push.apply(ret, curRange); [all …]
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.js | 271 function eofNL(curRange, i, current) { argument 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)); 322 ret.push.apply(ret, curRange); [all …]
|