Home | History | Annotate | Download | only in ports

Lines Matching defs:dy

1026         int dy = SkFixedToFDot6(glyph->getSubYFixed());
1027 // negate dy since freetype-y-goes-up and skia-y-goes-down
1029 bbox->yMin -= dy;
1031 bbox->yMax -= dy;