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

  /external/freetype/include/
ftcid.h 59 * Retrieve the Registry/Ordering/Supplement triple (also known as the
73 * supplement ::
74 * The supplement.
90 FT_Int *supplement);
t1tables.h 402 FT_Int supplement; member in struct:CID_FaceInfoRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftcid.h 59 * Retrieve the Registry/Ordering/Supplement triple (also known as the
73 * supplement ::
74 * The supplement.
90 FT_Int *supplement);
t1tables.h 402 FT_Int supplement; member in struct:CID_FaceInfoRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcid.h 59 * Retrieve the Registry/Ordering/Supplement triple (also known as the
73 * supplement ::
74 * The supplement.
90 FT_Int *supplement);
t1tables.h 402 FT_Int supplement; member in struct:CID_FaceInfoRec_
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftcid.c 31 FT_Int *supplement)
58 if ( supplement )
59 *supplement = s;
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_config.py 32 supplement = ['Nesting variable is: %s' % CONFIG[test_key],
36 supplement = [line.encode('utf8') for line in supplement]
37 response.extend(supplement)
  /external/pdfium/third_party/freetype/src/cid/
cidriver.c 107 FT_Int *supplement )
118 if ( supplement )
119 *supplement = cid->supplement;
cidtoken.h 29 T1_FIELD_NUM ( "Supplement", supplement, 0 )
  /external/freetype/include/internal/services/
svcid.h 34 FT_Int *supplement );
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svcid.h 34 FT_Int *supplement );
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
collector.py 131 ``supplement``:
200 use, but there's no explicit way for the supplement to indicate
242 def collectSupplement(self, supplement, tb):
247 result[name] = getattr(supplement, name, None)
249 func = getattr(supplement, 'getInfo', None)
254 func = getattr(supplement, 'extraData', None)
283 # Output a traceback supplement, if any.
285 # Use the supplement defined in the function.
288 # Use the supplement defined in the module.
298 data['supplement'] = self.collectSupplement(supp, tb
477 supplement = None variable in class:ExceptionFrame
    [all...]
formatter.py 45 sup = frame.supplement
63 lines.append('Exception in supplement:')
  /external/v8/build/
gyp_v8 96 supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
97 for supplement in supplements:
98 AddInclude(supplement)
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 350 int supplement; local
356 supplement = 4;
362 ordering = "GB1", supplement = 2;
371 supplement = 2;
378 supplement = 5;
399 pCIDSysInfo->SetAtInteger("Supplement", supplement);
691 int supplement; local
699 supplement = 4;
708 ordering = "GB1", supplement = 2
920 int supplement; local
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 526 FT_Int *supplement )
560 * XXX: According to Adobe TechNote #5176, the supplement in CFF
564 if ( supplement )
568 FT_TRACE1(( "cff_get_ros: too large supplement %d is truncated\n",
570 *supplement = (FT_Int)dict->cid_supplement;
  /external/pdfium/third_party/freetype/src/cff/
cffdrivr.c 526 FT_Int *supplement )
560 * XXX: According to Adobe TechNote #5176, the supplement in CFF
564 if ( supplement )
568 FT_TRACE1(( "cff_get_ros: too large supplement %d is truncated\n",
570 *supplement = (FT_Int)dict->cid_supplement;
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 15 $! which is used to supplement that file. Note that the config_vms.h file
  /external/fonttools/Lib/fontTools/
cffLib.py 1209 registry, order, supplement = value
1211 ('Supplement', supplement)])
1215 return (attrs['Registry'], attrs['Order'], safeEval(attrs['Supplement']))
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1199 table.supplement td:first-child {
1203 table.supplement td:first-child + td {
1207 table.supplement td:first-child + td + td {
    [all...]

Completed in 926 milliseconds