Lines Matching refs:maxGlyphCount
705 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape() local
735 uint16_t* clusterMap = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape()
736 uint16_t* glyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape()
738 malloc (maxGlyphCount * sizeof (DWRITE_SHAPING_TEXT_PROPERTIES)); in _hb_directwrite_shape()
740 malloc (maxGlyphCount * sizeof (DWRITE_SHAPING_GLYPH_PROPERTIES)); in _hb_directwrite_shape()
744 featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices, in _hb_directwrite_shape()
754 maxGlyphCount *= 2; in _hb_directwrite_shape()
764 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape()
766 malloc(maxGlyphCount * sizeof (DWRITE_GLYPH_OFFSET)); in _hb_directwrite_shape()
806 malloc (maxGlyphCount * sizeof (DWRITE_JUSTIFICATION_OPPORTUNITY)); in _hb_directwrite_shape()
821 (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape()
846 uint16_t* modifiedClusterMap = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape()
847 uint16_t* modifiedGlyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape()
848 float* modifiedGlyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape()
850 malloc (maxGlyphCount * sizeof (DWRITE_GLYPH_OFFSET)); in _hb_directwrite_shape()
853 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices, in _hb_directwrite_shape()
860 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape()
866 maxGlyphCount = actualGlyphsCount; in _hb_directwrite_shape()