Home | History | Annotate | Download | only in letest

Lines Matching refs:NEW_ARRAY

69     glyphs    = NEW_ARRAY(LEGlyphID, glyphCount + 10);
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
71 positions = NEW_ARRAY(float, glyphCount + 10);
451 le_uint32 *array = NEW_ARRAY(le_uint32, arraySize);
497 float *array = NEW_ARRAY(float, arraySize);
699 actual.glyphs = NEW_ARRAY(LEGlyphID, actual.glyphCount);
700 actual.indices = NEW_ARRAY(le_int32, actual.glyphCount);
701 actual.positions = NEW_ARRAY(float, actual.glyphCount * 2 + 2);