Home | History | Annotate | Download | only in ports

Lines Matching defs:glyphData

927         const SkOTTableGlyphData* glyphData = glyphDataIter.next();
929 rect.fMinX = SkEndian_SwapBE16(glyphData->xMin);
930 rect.fMinY = SkEndian_SwapBE16(glyphData->yMin);
931 rect.fMaxX = SkEndian_SwapBE16(glyphData->xMax);
932 rect.fMaxY = SkEndian_SwapBE16(glyphData->yMax);