Home
last modified time | relevance | path

Searched refs:indexFormat (Results 1 – 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py71 def getIndexFormatClass(self, indexFormat): argument
72 return eblc_sub_table_classes[indexFormat]
108 (indexFormat, imageFormat, imageDataOffset) = tup
110 indexFormatClass = self.getIndexFormatClass(indexFormat)
115 indexSubTable.indexFormat = indexFormat
257 indexFormat = safeEval(name[len(_indexSubTableSubclassPrefix):])
258 indexFormatClass = locator.getIndexFormatClass(indexFormat)
260 indexSubTable.indexFormat = indexFormat
352 return struct.pack(indexSubHeaderFormat, self.indexFormat, self.imageFormat, self.imageDataOffset)
513 log.warning("SmallGlyphMetrics being ignored in format %d.", self.indexFormat)
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh117 HBUINT16 indexFormat; member
162 switch (u.header.indexFormat) { in sanitize()
171 switch (u.header.indexFormat) { in get_extents()
184 switch (u.header.indexFormat) { in get_image_data()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.c738 SVGA3dSurfaceFormat indexFormat = xlate_index_format(range->indexWidth); in draw_vgpu10() local
742 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()
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h92 SK_OT_USHORT indexFormat; //format of this indexSubTable member
/external/skia/src/sfnt/
DSkOTTable_EBLC.h92 SK_OT_USHORT indexFormat; //format of this indexSubTable member
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py574 indexFormat = ttFont['glyf'].indexFormat
575 if indexFormat == 0:
633 ttFont['head'].indexToLocFormat = self.indexFormat
670 self.indexFormat = ttFont['head'].indexToLocFormat
/external/fonttools/Tests/ttLib/
Dwoff2_test.py554 self.font['glyf'].indexFormat = 0
561 self.font['glyf'].indexFormat = 0
569 self.font['glyf'].indexFormat = 0
576 self.font['glyf'].indexFormat = 1
/external/mesa3d/src/mesa/main/
Dteximage.c1757 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_formats_agree() local
1769 if (_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) in texture_formats_agree()