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

  /external/harfbuzz_ng/src/
hb-coretext.cc 692 CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks); local
716 CFArrayAppendValue (features_array, dict);
723 (const void **) &features_array,
727 CFRelease (features_array);
    [all...]

Completed in 88 milliseconds