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

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 627 face->tmpAttributes = 0;
689 if (face->tmpAttributes)
690 free(face->tmpAttributes);
792 HB_GlyphAttributes *tmpAttributes;
801 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
802 if (!tmpAttributes)
804 face->tmpAttributes = tmpAttributes;
813 face->tmpAttributes[i] = item->attributes[i]
    [all...]
harfbuzz-shaper.h 189 HB_GlyphAttributes *tmpAttributes;
  /external/harfbuzz/src/
harfbuzz-shaper.h 220 HB_GlyphAttributes *tmpAttributes;
harfbuzz-shaper.cpp     [all...]

Completed in 498 milliseconds