Home | History | Annotate | Download | only in src

Lines Matching defs:cx

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