Home | History | Annotate | Download | only in ports

Lines Matching refs:SkToU16

830     return SkToU16(FT_Get_Char_Index( fFace, uni ));
940 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
941 glyph->fHeight = SkToU16((bbox.yMax - bbox.yMin) >> 6);
952 glyph->fWidth = SkToU16(fFace->glyph->bitmap.width);
953 SkToU16(fFace->glyph->bitmap.rows);