Home
last modified time | relevance | path

Searched refs:kPlaneSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp459 static constexpr uint16_t kPlaneSize = 1 << 13; variable
467 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()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1623 static constexpr uint16_t kPlaneSize = 1 << 13; variable
1631 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()