Searched refs:kPlaneSize (Results 1 – 1 of 1) sorted by relevance
460 static constexpr uint16_t kPlaneSize = 1 << 13; variable468 for (uint16_t i = 0; i < kPlaneSize; i++) { in get_plane_glyph_map()517 SkASSERT(dataLength >= kPlaneSize); in populate_glyph_to_unicode()532 if (dataLength <= kPlaneSize) { in populate_glyph_to_unicode()535 int extraPlaneCount = (dataLength - kPlaneSize) / (1 + kPlaneSize); in populate_glyph_to_unicode()536 SkASSERT(dataLength == kPlaneSize + extraPlaneCount * (1 + kPlaneSize)); in populate_glyph_to_unicode()538 bits += kPlaneSize; in populate_glyph_to_unicode()