Home | History | Annotate | Download | only in src

Lines Matching defs:cx

242       hb_position_t cx, cy;
246 ret = font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
247 *x = x_ppem && ret ? cx : font->em_scale_x (xCoordinate);