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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 514 CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks); local
537 CFArrayAppendValue (features_array, dict);
544 (const void **) &features_array,
548 CFRelease (features_array);
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 512 CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks); local
535 CFArrayAppendValue (features_array, dict);
542 (const void **) &features_array,
546 CFRelease (features_array);
    [all...]

Completed in 101 milliseconds