Searched refs:proposal (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-shape-plan.cc401 const hb_shape_plan_proposal_t *proposal)
403 if (proposal->num_user_features != shape_plan->num_user_features)
405 for (unsigned int i = 0, n = proposal->num_user_features; i < n; i++)
406 if (proposal->user_features[i].tag != shape_plan->user_features[i].tag ||
407 proposal->user_features[i].value != shape_plan->user_features[i].value ||
408 proposal->user_features[i].start != shape_plan->user_features[i].start ||
409 proposal->user_features[i].end != shape_plan->user_features[i].end)
416 const hb_shape_plan_proposal_t *proposal)
418 if (proposal->num_coords != shape_plan->num_coords)
420 for (unsigned int i = 0, n = proposal
400 hb_shape_plan_user_features_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
415 hb_shape_plan_coords_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
427 hb_shape_plan_matches(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
498 hb_shape_plan_proposal_t proposal = { local
[all...]

Completed in 108 milliseconds