Home | History | Annotate | Download | only in ports

Lines Matching refs:glyphData

932         const SkOTTableGlyphData* glyphData = glyphDataIter.next();
934 rect.fMinX = SkEndian_SwapBE16(glyphData->xMin);
935 rect.fMinY = SkEndian_SwapBE16(glyphData->yMin);
936 glyphData->xMax);
937 rect.fMaxY = SkEndian_SwapBE16(glyphData->yMax);