Home | History | Annotate | Download | only in ports

Lines Matching refs:glyphData

881         const SkOTTableGlyphData* glyphData = glyphDataIter.next();
883 rect.fMinX = SkEndian_SwapBE16(glyphData->xMin);
884 rect.fMinY = SkEndian_SwapBE16(glyphData->yMin);
885 rect.fMaxX = SkEndian_SwapBE16(glyphData->xMax);
886 rect.fMaxY = SkEndian_SwapBE16(glyphData->yMax);