Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-cpal-table.hh140 hb_array_t<const BGRAColor> all_colors ((this+colorRecordsZ).arrayZ, numColorRecords); in get_palette_colors()
167 (this+colorRecordsZ).sanitize (c, numColorRecords) && in sanitize()
177 HBUINT16 numColorRecords; /* Total number of color records, combined for member
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_P_A_L_.py25 …self.version, self.numPaletteEntries, numPalettes, numColorRecords, goffsetFirstColorRecord = stru…
31 assert (startIndex + self.numPaletteEntries <= numColorRecords)
77 numColorRecords = len(colorRecords) // 4
83 numColorRecords, offsetToFirstColorRecord)