HomeSort by relevance Sort by last modified time
    Searched full:indexformat (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBDT.h 62 // EBLC metrics (IndexSubTable::header::indexFormat 2 or 5), compressed data.
70 // EBLC metrics (IndexSubTable::header::indexFormat 2 or 5), bit-aligned data.
SkOTTable_EBLC.h 94 SK_OT_USHORT indexFormat; //format of this indexSubTable
  /external/skia/src/sfnt/
SkOTTable_EBDT.h 62 // EBLC metrics (IndexSubTable::header::indexFormat 2 or 5), compressed data.
70 // EBLC metrics (IndexSubTable::header::indexFormat 2 or 5), bit-aligned data.
SkOTTable_EBLC.h 94 SK_OT_USHORT indexFormat; //format of this indexSubTable
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 67 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/angle/src/libGLESv2/renderer/d3d11/
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c     [all...]
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]

Completed in 130 milliseconds