Searched refs:extraPlaneCount (Results 1 – 1 of 1) sorted by relevance
535 int extraPlaneCount = (dataLength - kPlaneSize) / (1 + kPlaneSize); in populate_glyph_to_unicode() local536 SkASSERT(dataLength == kPlaneSize + extraPlaneCount * (1 + kPlaneSize)); in populate_glyph_to_unicode()537 while (extraPlaneCount-- > 0) { in populate_glyph_to_unicode()