Home
last modified time | relevance | path

Searched refs:gpos (Results 1 – 17 of 17) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gpos.h91 HB_GPOSHeader** gpos,
96 HB_Error HB_Done_GPOS_Table( HB_GPOSHeader* gpos );
99 HB_Error HB_GPOS_Select_Script( HB_GPOSHeader* gpos,
103 HB_Error HB_GPOS_Select_Language( HB_GPOSHeader* gpos,
109 HB_Error HB_GPOS_Select_Feature( HB_GPOSHeader* gpos,
116 HB_Error HB_GPOS_Query_Scripts( HB_GPOSHeader* gpos,
119 HB_Error HB_GPOS_Query_Languages( HB_GPOSHeader* gpos,
123 HB_Error HB_GPOS_Query_Features( HB_GPOSHeader* gpos,
129 HB_Error HB_GPOS_Add_Feature( HB_GPOSHeader* gpos,
133 HB_Error HB_GPOS_Clear_Features( HB_GPOSHeader* gpos );
[all …]
Dharfbuzz-gpos.c37 HB_GPOSHeader* gpos; member
86 HB_GPOSHeader* gpos; in HB_Load_GPOS_Table() local
99 if ( ALLOC ( gpos, sizeof( *gpos ) ) ) in HB_Load_GPOS_Table()
103 gpos->mmfunc = default_mmfunc; in HB_Load_GPOS_Table()
118 ( error = _HB_OPEN_Load_ScriptList( &gpos->ScriptList, in HB_Load_GPOS_Table()
132 ( error = _HB_OPEN_Load_FeatureList( &gpos->FeatureList, in HB_Load_GPOS_Table()
146 ( error = _HB_OPEN_Load_LookupList( &gpos->LookupList, in HB_Load_GPOS_Table()
150 gpos->gdef = gdef; /* can be NULL */ in HB_Load_GPOS_Table()
153 gpos->LookupList.Lookup, in HB_Load_GPOS_Table()
154 gpos->LookupList.LookupCount ) ) ) in HB_Load_GPOS_Table()
[all …]
Dharfbuzz-dump-main.c50 HB_GPOS gpos; in main() local
77 if (!(error = HB_Load_GPOS_Table (font, &gpos, NULL))) in main()
79 HB_Dump_GPOS_Table (gpos, stdout); in main()
81 if ((error = HB_Done_GPOS_Table (gpos))) in main()
DMakefile.am10 harfbuzz-gpos.c \
33 harfbuzz-gpos.h \
47 harfbuzz-gpos-private.h \
Dharfbuzz-shaper.cpp902 if (!face->gsub && !face->gpos) in checkScript()
923 if (!face->gpos) in checkScript()
927 HB_Error error = HB_GPOS_Select_Script(face->gpos, script, &script_index); in checkScript()
930 … error = HB_GPOS_Select_Script(face->gpos, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index); in checkScript()
978 face->gpos = 0; in HB_NewFace()
1014 if (!stream || (error = HB_Load_GPOS_Table(stream, &face->gpos, face->gdef, gdefStream))) { in HB_NewFace()
1015 face->gpos = 0; in HB_NewFace()
1037 if (face->gpos) in HB_FreeFace()
1038 HB_Done_GPOS_Table(face->gpos); in HB_FreeFace()
1102 if (face->gpos) { in HB_SelectScript()
[all …]
Dharfbuzz-arabic.c921 int gpos = data - shapeBuffer; in shapedString() local
977 attributes[gpos].mark = TRUE; in shapedString()
980 attributes[gpos].mark = FALSE; in shapedString()
983 attributes[gpos].clusterStart = !attributes[gpos].mark; in shapedString()
984 attributes[gpos].combiningClass = HB_GetUnicodeCharCombiningClass(*ch); in shapedString()
985 attributes[gpos].justification = properties[i].justification; in shapedString()
Dharfbuzz-dump.h37 void HB_Dump_GPOS_Table (HB_GPOS gpos, FILE *stream);
Dharfbuzz-dump.c544 HB_SinglePos *SinglePos = &subtable->st.gpos.single; in Dump_GPOS_Lookup_Single()
590 HB_PairPos *PairPos = &subtable->st.gpos.pair; in Dump_GPOS_Lookup_Pair()
619 HB_MarkBasePos *markbase = &subtable->st.gpos.markbase; in Dump_GPOS_Lookup_Markbase()
757 HB_Dump_GPOS_Table (HB_GPOS gpos, FILE *stream) in HB_Dump_GPOS_Table() argument
764 RECURSE (ScriptList, ScriptList, &gpos->ScriptList); in HB_Dump_GPOS_Table()
765 RECURSE (FeatureList, FeatureList, &gpos->FeatureList); in HB_Dump_GPOS_Table()
766 RECURSE (LookupList, LookupList, &gpos->LookupList); in HB_Dump_GPOS_Table()
Dharfbuzz-open-private.h42 HB_GPOS_SubTable gpos; member
Dharfbuzz-shaper.h213 HB_GPOS gpos; member
Dharfbuzz-open.c458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type ); in Load_SubTable()
469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type ); in Free_SubTable()
/external/freetype/include/freetype/internal/services/
Dsvotval.h36 FT_Bytes *gpos,
/external/harfbuzz/
DAndroid.mk38 src/harfbuzz-gpos.c \
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1260 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1266 gpos = genie = custom; in wext_get_scan_iwevgenie()
1273 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1276 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1278 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_wext.c1457 char *genie, *gpos, *gend; local
1463 gpos = genie = custom;
1470 tmp = os_realloc(res->ie, res->ie_len + gend - gpos);
1473 os_memcpy(tmp + res->ie_len, gpos, gend - gpos);
1475 res->ie_len += gend - gpos;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-169235 Test: platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html
DChangeLog1543 …r85013): platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html is failing