Searched refs:indexFormat (Results 1 - 7 of 7) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py67 def getIndexFormatClass(self, indexFormat):
68 return eblc_sub_table_classes[indexFormat]
102 (indexFormat, imageFormat, imageDataOffset) = tup
104 indexFormatClass = self.getIndexFormatClass(indexFormat)
109 indexSubTable.indexFormat = indexFormat
250 indexFormat = safeEval(name[len(_indexSubTableSubclassPrefix):])
251 indexFormatClass = locator.getIndexFormatClass(indexFormat)
253 indexSubTable.indexFormat = indexFormat
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py67 def getIndexFormatClass(self, indexFormat):
68 return eblc_sub_table_classes[indexFormat]
102 (indexFormat, imageFormat, imageDataOffset) = tup
104 indexFormatClass = self.getIndexFormatClass(indexFormat)
109 indexSubTable.indexFormat = indexFormat
250 indexFormat = safeEval(name[len(_indexSubTableSubclassPrefix):])
251 indexFormatClass = locator.getIndexFormatClass(indexFormat)
253 indexSubTable.indexFormat = indexFormat
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h94 SK_OT_USHORT indexFormat; //format of this indexSubTable member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubHeader
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h94 SK_OT_USHORT indexFormat; //format of this indexSubTable member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubHeader
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp1191 DXGI_FORMAT indexFormat = indexBuffer->getIndexFormat(); local
1193 if (mAppliedIB != d3dIndexBuffer || mAppliedIBFormat != indexFormat || mAppliedIBOffset != indexBufferOffset)
1195 mDeviceContext->IASetIndexBuffer(d3dIndexBuffer, indexFormat, indexBufferOffset);
1197 mAppliedIBFormat = indexFormat;
1305 DXGI_FORMAT indexFormat = indexBuffer->getIndexFormat(); local
1307 if (mAppliedIB != d3dIndexBuffer || mAppliedIBFormat != indexFormat || mAppliedIBOffset != indexBufferOffset)
1309 mDeviceContext->IASetIndexBuffer(d3dIndexBuffer, indexFormat, indexBufferOffset);
1311 mAppliedIBFormat = indexFormat;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c1755 const GLboolean indexFormat = (format == GL_COLOR_INDEX); local
1858 if ((_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) ||
/external/mesa3d/src/mesa/main/
H A Dteximage.c1755 const GLboolean indexFormat = (format == GL_COLOR_INDEX); local
1858 if ((_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) ||

Completed in 1770 milliseconds