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

  /external/harfbuzz/src/
harfbuzz-shaper.h 83 HB_ScriptCount = HB_Script_Inherited
214 HB_Bool supported_scripts[HB_ScriptCount];
harfbuzz-shaper.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 83 HB_ScriptCount = HB_Script_Inherited
183 HB_Bool supported_scripts[HB_ScriptCount];
harfbuzz-shaper.cpp 544 assert(script < HB_ScriptCount);
624 face->current_script = HB_ScriptCount;
666 for (unsigned int i = 0; i < HB_ScriptCount; ++i)
710 assert(script < HB_ScriptCount);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 702 scriptStyleIndex += HB_ScriptCount;
704 scriptStyleIndex += HB_ScriptCount << 1;
    [all...]
  /external/skia/src/ports/
SkFontHost_android.cpp     [all...]

Completed in 42 milliseconds