Home | History | Annotate | Download | only in src

Lines Matching refs:valueFormats

579 			      const ValueFormat *valueFormats) const
582 unsigned int len1 = valueFormats[0].get_len ();
583 unsigned int len2 = valueFormats[1].get_len ();
596 const ValueFormat *valueFormats,
601 unsigned int len1 = valueFormats[0].get_len ();
602 unsigned int len2 = valueFormats[1].get_len ();
612 valueFormats[0].apply_value (c->font, c->direction, this,
614 valueFormats[1].apply_value (c->font, c->direction, this,
629 ValueFormat *valueFormats;
630 unsigned int len1; /* valueFormats[0].get_len() */
641 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
642 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));