Searched defs:tmpAttributes (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.cpp627 face->tmpAttributes = 0;
689 if (face->tmpAttributes)
690 free(face->tmpAttributes);
792 HB_GlyphAttributes *tmpAttributes; local
801 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
802 if (!tmpAttributes)
804 face->tmpAttributes = tmpAttributes;
813 face->tmpAttributes[
[all...]
H A Dharfbuzz-shaper.h189 HB_GlyphAttributes *tmpAttributes; member in struct:HB_FaceRec_
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp983 face->tmpAttributes = 0;
1045 if (face->tmpAttributes)
1046 free(face->tmpAttributes);
1154 HB_GlyphAttributes *tmpAttributes; local
1163 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
1164 if (!tmpAttributes)
1166 face->tmpAttributes = tmpAttributes;
1175 face->tmpAttributes[
[all...]
H A Dharfbuzz-shaper.h220 HB_GlyphAttributes *tmpAttributes; member in struct:HB_FaceRec_

Completed in 1006 milliseconds