Searched refs:glyphData (Results 1 – 2 of 2) sorted by relevance
70 glyphData = glyph.compile(self, recalcBBoxes)72 currentLocation = currentLocation + len(glyphData)73 dataList.append(glyphData)
991 const SkOTTableGlyphData* glyphData = glyphDataIter.next(); in generateBBoxes() local993 rect.fMinX = SkEndian_SwapBE16(glyphData->xMin); in generateBBoxes()994 rect.fMinY = SkEndian_SwapBE16(glyphData->yMin); in generateBBoxes()995 rect.fMaxX = SkEndian_SwapBE16(glyphData->xMax); in generateBBoxes()996 rect.fMaxY = SkEndian_SwapBE16(glyphData->yMax); in generateBBoxes()