/external/harfbuzz/src/ |
D | harfbuzz-gpos.h | 91 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 …]
|
D | harfbuzz-gpos.c | 37 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 …]
|
D | harfbuzz-dump-main.c | 50 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()
|
D | Makefile.am | 10 harfbuzz-gpos.c \ 33 harfbuzz-gpos.h \ 47 harfbuzz-gpos-private.h \
|
D | harfbuzz-shaper.cpp | 902 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 …]
|
D | harfbuzz-arabic.c | 921 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()
|
D | harfbuzz-dump.h | 37 void HB_Dump_GPOS_Table (HB_GPOS gpos, FILE *stream);
|
D | harfbuzz-dump.c | 544 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()
|
D | harfbuzz-open-private.h | 42 HB_GPOS_SubTable gpos; member
|
D | harfbuzz-shaper.h | 213 HB_GPOS gpos; member
|
D | harfbuzz-open.c | 458 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/ |
D | svotval.h | 36 FT_Bytes *gpos,
|
/external/harfbuzz/ |
D | Android.mk | 38 src/harfbuzz-gpos.c \
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wext.c | 1260 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/ |
D | driver_wext.c | 1457 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/ |
D | ChangeLog-2011-02-16 | 9235 Test: platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html
|
D | ChangeLog | 1543 …r85013): platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html is failing
|