Searched refs:indexFormat (Results 1 – 8 of 8) sorted by relevance
71 def getIndexFormatClass(self, indexFormat): argument72 return eblc_sub_table_classes[indexFormat]108 (indexFormat, imageFormat, imageDataOffset) = tup110 indexFormatClass = self.getIndexFormatClass(indexFormat)115 indexSubTable.indexFormat = indexFormat257 indexFormat = safeEval(name[len(_indexSubTableSubclassPrefix):])258 indexFormatClass = locator.getIndexFormatClass(indexFormat)260 indexSubTable.indexFormat = indexFormat352 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)513 log.warning("SmallGlyphMetrics being ignored in format %d.", self.indexFormat)[all …]
117 HBUINT16 indexFormat; member162 switch (u.header.indexFormat) { in sanitize()171 switch (u.header.indexFormat) { in get_extents()184 switch (u.header.indexFormat) { in get_image_data()
738 SVGA3dSurfaceFormat indexFormat = xlate_index_format(range->indexWidth); in draw_vgpu10() local742 indexFormat != svga->state.hw_draw.ib_format || in draw_vgpu10()745 assert(indexFormat != SVGA3D_FORMAT_INVALID); in draw_vgpu10()747 indexFormat, in draw_vgpu10()753 svga->state.hw_draw.ib_format = indexFormat; in draw_vgpu10()
92 SK_OT_USHORT indexFormat; //format of this indexSubTable member
574 indexFormat = ttFont['glyf'].indexFormat575 if indexFormat == 0:633 ttFont['head'].indexToLocFormat = self.indexFormat670 self.indexFormat = ttFont['head'].indexToLocFormat
554 self.font['glyf'].indexFormat = 0561 self.font['glyf'].indexFormat = 0569 self.font['glyf'].indexFormat = 0576 self.font['glyf'].indexFormat = 1
1757 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_formats_agree() local1769 if (_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) in texture_formats_agree()