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

  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 72 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* appendRange(
166 curRange = appendRange(&result, firstIndex);
198 curRange = appendRange(&curRange->fNext, gId);
211 curRange = appendRange(&curRange->fNext, gId);
218 curRange = appendRange(&curRange->fNext, gId);
227 appendRange(&curRange->fNext,
233 curRange = appendRange(&curRange->fNext, gId);
289 template SkAdvancedTypefaceMetrics::WidthRange* appendRange(
300 template SkAdvancedTypefaceMetrics::VerticalAdvanceRange* appendRange(
SkAdvancedTypefaceMetrics.h 134 SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* appendRange(
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 32 appendRange(CUOffset, LowPC, HighPC);
56 appendRange(CUOffset, R.first, R.second);
70 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 30 // Call appendRange multiple times and then call construct.
31 void appendRange(uint32_t CUOffset, uint64_t LowPC, uint64_t HighPC);
  /external/icu/icu4c/source/i18n/
measfmt.cpp 957 static void appendRange(
965 static void appendRange(
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go     [all...]
parse_test.go 434 // AppendRange should collapse each of the new ranges
440 r = appendRange(r, i, i)
441 r = appendRange(r, i+'a'-'A', i+'a'-'A')
444 t.Errorf("appendRange interlaced A-Z a-z = %s, want AZaz", string(r))
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go     [all...]
parse_test.go 434 // AppendRange should collapse each of the new ranges
440 r = appendRange(r, i, i)
441 r = appendRange(r, i+'a'-'A', i+'a'-'A')
444 t.Errorf("appendRange interlaced A-Z a-z = %s, want AZaz", string(r))
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 446 appendRange(&info->fGlyphWidths, 0);
SkFontHost_FreeType.cpp 591 appendRange(&info->fGlyphWidths, 0);
597 appendRange(&info->fGlyphWidths, 0);
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]

Completed in 1197 milliseconds