Searched refs:kPlaneSize (Results 1 – 2 of 2) sorted by relevance
459 static constexpr uint16_t kPlaneSize = 1 << 13; variable467 for (uint16_t i = 0; i < kPlaneSize; i++) { in get_plane_glyph_map()516 SkASSERT(dataLength >= kPlaneSize); in populate_glyph_to_unicode()531 if (dataLength <= kPlaneSize) { in populate_glyph_to_unicode()534 int extraPlaneCount = (dataLength - kPlaneSize) / (1 + kPlaneSize); in populate_glyph_to_unicode()535 SkASSERT(dataLength == kPlaneSize + extraPlaneCount * (1 + kPlaneSize)); in populate_glyph_to_unicode()537 bits += kPlaneSize; in populate_glyph_to_unicode()
1623 static constexpr uint16_t kPlaneSize = 1 << 13; variable1631 for (uint16_t i = 0; i < kPlaneSize; i++) { in get_plane_glyph_map()1680 SkASSERT(dataLength >= kPlaneSize); in populate_glyph_to_unicode()1695 if (dataLength <= kPlaneSize) { in populate_glyph_to_unicode()1698 int extraPlaneCount = (dataLength - kPlaneSize) / (1 + kPlaneSize); in populate_glyph_to_unicode()1699 SkASSERT(dataLength == kPlaneSize + extraPlaneCount * (1 + kPlaneSize)); in populate_glyph_to_unicode()1701 bits += kPlaneSize; in populate_glyph_to_unicode()