Searched refs:colorID (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_O_L_R_.py | 36 layerGid, colorID = struct.unpack(">HH", data[layerPos:layerPos+4]) 42 layers.append(LayerRecord(layerName, colorID)) 72 layerMap.append(struct.pack(">HH", ttFont.getGlyphID(layer.name), layer.colorID)) 146 def __init__(self, name = None, colorID = None): argument 148 self.colorID = colorID 151 writer.simpletag("layer", name=self.name, colorID=self.colorID)
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1504 GrGLuint colorID = 0; in getCompatibleStencilIndex() local 1505 GL_CALL(GenTextures(1, &colorID)); in getCompatibleStencilIndex() 1507 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, colorID)); in getCompatibleStencilIndex() 1539 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex() 1554 colorID, in getCompatibleStencilIndex() 1600 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
|